Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Side by Side Diff: net/net.gyp

Issue 2066553002: Certificate Transparency DNS log client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_dns_responses
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'proxy/proxy_service_mojo_unittest.cc', 339 'proxy/proxy_service_mojo_unittest.cc',
340 ], 340 ],
341 }, 341 },
342 ], 342 ],
343 343
344 [ 'enable_mdns != 1', { 344 [ 'enable_mdns != 1', {
345 'sources!' : [ 345 'sources!' : [
346 'dns/mdns_cache_unittest.cc', 346 'dns/mdns_cache_unittest.cc',
347 'dns/mdns_client_unittest.cc', 347 'dns/mdns_client_unittest.cc',
348 'dns/mdns_query_unittest.cc', 348 'dns/mdns_query_unittest.cc',
349 'dns/record_parsed_unittest.cc',
350 'dns/record_rdata_unittest.cc',
351 ], 349 ],
352 }], 350 }],
353 [ 'OS == "win"', { 351 [ 'OS == "win"', {
354 'sources!': [ 352 'sources!': [
355 'dns/dns_config_service_posix_unittest.cc', 353 'dns/dns_config_service_posix_unittest.cc',
356 'http/http_auth_gssapi_posix_unittest.cc', 354 'http/http_auth_gssapi_posix_unittest.cc',
357 ], 355 ],
358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 356 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
359 'msvs_disabled_warnings': [4267, ], 357 'msvs_disabled_warnings': [4267, ],
360 'conditions': [ 358 'conditions': [
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 '../build/isolate.gypi', 1773 '../build/isolate.gypi',
1776 ], 1774 ],
1777 'sources': [ 1775 'sources': [
1778 'net_unittests.isolate', 1776 'net_unittests.isolate',
1779 ], 1777 ],
1780 }, 1778 },
1781 ], 1779 ],
1782 }], 1780 }],
1783 ], 1781 ],
1784 } 1782 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698