| 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 'enable_built_in_dns%': 1, | 38 'enable_built_in_dns%': 1, |
| 39 }], | 39 }], |
| 40 ], | 40 ], |
| 41 }, | 41 }, |
| 42 'includes': [ | 42 'includes': [ |
| 43 '../build/win_precompile.gypi', | 43 '../build/win_precompile.gypi', |
| 44 'net.gypi', | 44 'net.gypi', |
| 45 ], | 45 ], |
| 46 'targets': [ | 46 'targets': [ |
| 47 { | 47 { |
| 48 'target_name': 'net_derived_sources', |
| 49 'type': 'none', |
| 50 'sources': [ |
| 51 'base/registry_controlled_domains/effective_tld_names.gperf', |
| 52 'base/registry_controlled_domains/effective_tld_names_unittest1.gperf', |
| 53 'base/registry_controlled_domains/effective_tld_names_unittest2.gperf', |
| 54 'base/registry_controlled_domains/effective_tld_names_unittest3.gperf', |
| 55 'base/registry_controlled_domains/effective_tld_names_unittest4.gperf', |
| 56 'base/registry_controlled_domains/effective_tld_names_unittest5.gperf', |
| 57 'base/registry_controlled_domains/effective_tld_names_unittest6.gperf', |
| 58 ], |
| 59 'rules': [ |
| 60 { |
| 61 'rule_name': 'dafsa', |
| 62 'extension': 'gperf', |
| 63 'outputs': [ |
| 64 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_R
OOT)-inc.cc', |
| 65 ], |
| 66 'inputs': [ |
| 67 'tools/tld_cleanup/make_dafsa.py', |
| 68 ], |
| 69 'action': [ |
| 70 'python', |
| 71 'tools/tld_cleanup/make_dafsa.py', |
| 72 '<(RULE_INPUT_PATH)', |
| 73 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_R
OOT)-inc.cc', |
| 74 ], |
| 75 }, |
| 76 ], |
| 77 'direct_dependent_settings': { |
| 78 'include_dirs': [ |
| 79 '<(SHARED_INTERMEDIATE_DIR)' |
| 80 ], |
| 81 }, |
| 82 }, |
| 83 { |
| 48 'target_name': 'net', | 84 'target_name': 'net', |
| 49 'type': '<(component)', | 85 'type': '<(component)', |
| 50 'variables': { 'enable_wexit_time_destructors': 1, }, | 86 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 51 'dependencies': [ | 87 'dependencies': [ |
| 52 '../base/base.gyp:base', | 88 '../base/base.gyp:base', |
| 53 '../base/base.gyp:base_i18n', | 89 '../base/base.gyp:base_i18n', |
| 54 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 90 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 55 '../crypto/crypto.gyp:crypto', | 91 '../crypto/crypto.gyp:crypto', |
| 56 '../sdch/sdch.gyp:sdch', | 92 '../sdch/sdch.gyp:sdch', |
| 57 '../third_party/icu/icu.gyp:icui18n', | 93 '../third_party/icu/icu.gyp:icui18n', |
| 58 '../third_party/icu/icu.gyp:icuuc', | 94 '../third_party/icu/icu.gyp:icuuc', |
| 59 '../third_party/zlib/zlib.gyp:zlib', | 95 '../third_party/zlib/zlib.gyp:zlib', |
| 60 '../url/url.gyp:url_lib', | 96 '../url/url.gyp:url_lib', |
| 97 'net_derived_sources', |
| 61 'net_resources', | 98 'net_resources', |
| 62 ], | 99 ], |
| 63 'sources': [ | 100 'sources': [ |
| 64 '<@(net_nacl_common_sources)', | 101 '<@(net_nacl_common_sources)', |
| 65 '<@(net_non_nacl_sources)', | 102 '<@(net_non_nacl_sources)', |
| 66 ], | 103 ], |
| 67 'defines': [ | 104 'defines': [ |
| 68 'NET_IMPLEMENTATION', | 105 'NET_IMPLEMENTATION', |
| 69 ], | 106 ], |
| 70 'export_dependent_settings': [ | 107 'export_dependent_settings': [ |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 '../base/base.gyp:base', | 533 '../base/base.gyp:base', |
| 497 '../base/base.gyp:base_i18n', | 534 '../base/base.gyp:base_i18n', |
| 498 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 535 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 499 '../crypto/crypto.gyp:crypto', | 536 '../crypto/crypto.gyp:crypto', |
| 500 '../testing/gmock.gyp:gmock', | 537 '../testing/gmock.gyp:gmock', |
| 501 '../testing/gtest.gyp:gtest', | 538 '../testing/gtest.gyp:gtest', |
| 502 '../third_party/zlib/zlib.gyp:zlib', | 539 '../third_party/zlib/zlib.gyp:zlib', |
| 503 '../url/url.gyp:url_lib', | 540 '../url/url.gyp:url_lib', |
| 504 'http_server', | 541 'http_server', |
| 505 'net', | 542 'net', |
| 506 'net_test_support' | 543 'net_derived_sources', |
| 544 'net_test_support', |
| 507 ], | 545 ], |
| 508 'sources': [ | 546 'sources': [ |
| 509 '<@(net_test_sources)', | 547 '<@(net_test_sources)', |
| 510 ], | 548 ], |
| 511 'conditions': [ | 549 'conditions': [ |
| 512 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 550 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
| 513 'dependencies': [ | 551 'dependencies': [ |
| 514 'balsa', | 552 'balsa', |
| 515 'epoll_server', | 553 'epoll_server', |
| 516 'flip_in_mem_edsm_server_base', | 554 'flip_in_mem_edsm_server_base', |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1634 'net_unittests.isolate', | 1672 'net_unittests.isolate', |
| 1635 ], | 1673 ], |
| 1636 'sources': [ | 1674 'sources': [ |
| 1637 'net_unittests.isolate', | 1675 'net_unittests.isolate', |
| 1638 ], | 1676 ], |
| 1639 }, | 1677 }, |
| 1640 ], | 1678 ], |
| 1641 }], | 1679 }], |
| 1642 ], | 1680 ], |
| 1643 } | 1681 } |
| OLD | NEW |