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

Side by Side Diff: net/net.gyp

Issue 734063004: Update from https://crrev.com/304418 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 'target_conditions': [ 480 'target_conditions': [
481 # These source files are excluded by default platform rules, but they 481 # These source files are excluded by default platform rules, but they
482 # are needed in specific cases on other platforms. Re-including them can 482 # are needed in specific cases on other platforms. Re-including them can
483 # only be done in target_conditions as it is evaluated after the 483 # only be done in target_conditions as it is evaluated after the
484 # platform rules. 484 # platform rules.
485 ['OS == "android"', { 485 ['OS == "android"', {
486 'sources/': [ 486 'sources/': [
487 ['include', '^base/platform_mime_util_linux\\.cc$'], 487 ['include', '^base/platform_mime_util_linux\\.cc$'],
488 ['include', '^base/address_tracker_linux\\.cc$'], 488 ['include', '^base/address_tracker_linux\\.cc$'],
489 ['include', '^base/address_tracker_linux\\.h$'], 489 ['include', '^base/address_tracker_linux\\.h$'],
490 ['include', '^base/net_util_linux\\.cc$'],
491 ['include', '^base/net_util_linux\\.h$'],
490 ], 492 ],
491 }], 493 }],
492 ['OS == "ios"', { 494 ['OS == "ios"', {
493 'sources/': [ 495 'sources/': [
496 ['include', '^base/net_util_mac\\.cc$'],
497 ['include', '^base/net_util_mac\\.h$'],
494 ['include', '^base/network_change_notifier_mac\\.cc$'], 498 ['include', '^base/network_change_notifier_mac\\.cc$'],
495 ['include', '^base/network_config_watcher_mac\\.cc$'], 499 ['include', '^base/network_config_watcher_mac\\.cc$'],
496 ['include', '^base/platform_mime_util_mac\\.mm$'], 500 ['include', '^base/platform_mime_util_mac\\.mm$'],
497 # The iOS implementation only partially uses NSS and thus does not 501 # The iOS implementation only partially uses NSS and thus does not
498 # defines |use_nss|. In particular the |USE_NSS| preprocessor 502 # defines |use_nss|. In particular the |USE_NSS| preprocessor
499 # definition is not used. The following files are needed though: 503 # definition is not used. The following files are needed though:
500 ['include', '^cert/cert_verify_proc_nss\\.cc$'], 504 ['include', '^cert/cert_verify_proc_nss\\.cc$'],
501 ['include', '^cert/cert_verify_proc_nss\\.h$'], 505 ['include', '^cert/cert_verify_proc_nss\\.h$'],
502 ['include', '^cert/test_root_certs_nss\\.cc$'], 506 ['include', '^cert/test_root_certs_nss\\.cc$'],
503 ['include', '^cert/x509_util_nss\\.cc$'], 507 ['include', '^cert/x509_util_nss\\.cc$'],
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 '../build/isolate.gypi', 1714 '../build/isolate.gypi',
1711 ], 1715 ],
1712 'sources': [ 1716 'sources': [
1713 'net_unittests.isolate', 1717 'net_unittests.isolate',
1714 ], 1718 ],
1715 }, 1719 },
1716 ], 1720 ],
1717 }], 1721 }],
1718 ], 1722 ],
1719 } 1723 }
OLDNEW
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698