OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |