| 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 26 matching lines...) Expand all Loading... |
| 37 'use_v8_in_net%': 1, | 37 'use_v8_in_net%': 1, |
| 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 ], | 44 ], |
| 45 'targets': [ | 45 'targets': [ |
| 46 { | 46 { |
| 47 'target_name': 'net_derived_sources', |
| 48 'type': 'none', |
| 49 'sources': [ |
| 50 'base/registry_controlled_domains/effective_tld_names.gperf', |
| 51 'base/registry_controlled_domains/effective_tld_names_unittest1.gperf', |
| 52 'base/registry_controlled_domains/effective_tld_names_unittest2.gperf', |
| 53 'base/registry_controlled_domains/effective_tld_names_unittest3.gperf', |
| 54 'base/registry_controlled_domains/effective_tld_names_unittest4.gperf', |
| 55 'base/registry_controlled_domains/effective_tld_names_unittest5.gperf', |
| 56 'base/registry_controlled_domains/effective_tld_names_unittest6.gperf', |
| 57 ], |
| 58 'rules': [ |
| 59 { |
| 60 'rule_name': 'dafsa', |
| 61 'extension': 'gperf', |
| 62 'outputs': [ |
| 63 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT)-inc.cc', |
| 64 ], |
| 65 'inputs': [ |
| 66 'tools/tld_cleanup/make_dafsa.py', |
| 67 ], |
| 68 'action': [ |
| 69 'python', |
| 70 'tools/tld_cleanup/make_dafsa.py', |
| 71 '<(RULE_INPUT_PATH)', |
| 72 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT)-inc.cc', |
| 73 ], |
| 74 }, |
| 75 ], |
| 76 }, |
| 77 { |
| 47 'target_name': 'net', | 78 'target_name': 'net', |
| 48 'type': '<(component)', | 79 'type': '<(component)', |
| 49 'variables': { 'enable_wexit_time_destructors': 1, }, | 80 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 50 'dependencies': [ | 81 'dependencies': [ |
| 51 '../base/base.gyp:base', | 82 '../base/base.gyp:base', |
| 52 '../base/base.gyp:base_i18n', | 83 '../base/base.gyp:base_i18n', |
| 53 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 84 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 54 '../crypto/crypto.gyp:crypto', | 85 '../crypto/crypto.gyp:crypto', |
| 55 '../sdch/sdch.gyp:sdch', | 86 '../sdch/sdch.gyp:sdch', |
| 56 '../third_party/icu/icu.gyp:icui18n', | 87 '../third_party/icu/icu.gyp:icui18n', |
| 57 '../third_party/icu/icu.gyp:icuuc', | 88 '../third_party/icu/icu.gyp:icuuc', |
| 58 '../third_party/zlib/zlib.gyp:zlib', | 89 '../third_party/zlib/zlib.gyp:zlib', |
| 59 '../url/url.gyp:url_lib', | 90 '../url/url.gyp:url_lib', |
| 60 'net_resources', | 91 'net_resources', |
| 92 'net_derived_sources', |
| 93 ], |
| 94 'include_dirs': [ |
| 95 '<(SHARED_INTERMEDIATE_DIR)/net', |
| 61 ], | 96 ], |
| 62 'sources': [ | 97 'sources': [ |
| 63 'android/cert_verify_result_android.cc', | 98 'android/cert_verify_result_android.cc', |
| 64 'android/cert_verify_result_android.h', | 99 'android/cert_verify_result_android.h', |
| 65 'android/cert_verify_status_android_list.h', | 100 'android/cert_verify_status_android_list.h', |
| 66 'android/gurl_utils.cc', | 101 'android/gurl_utils.cc', |
| 67 'android/gurl_utils.h', | 102 'android/gurl_utils.h', |
| 68 'android/android_private_key.cc', | 103 'android/android_private_key.cc', |
| 69 'android/android_private_key.h', | 104 'android/android_private_key.h', |
| 70 'android/keystore.cc', | 105 'android/keystore.cc', |
| (...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1643 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1678 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1644 '../crypto/crypto.gyp:crypto', | 1679 '../crypto/crypto.gyp:crypto', |
| 1645 '../testing/gmock.gyp:gmock', | 1680 '../testing/gmock.gyp:gmock', |
| 1646 '../testing/gtest.gyp:gtest', | 1681 '../testing/gtest.gyp:gtest', |
| 1647 '../third_party/zlib/zlib.gyp:zlib', | 1682 '../third_party/zlib/zlib.gyp:zlib', |
| 1648 '../url/url.gyp:url_lib', | 1683 '../url/url.gyp:url_lib', |
| 1649 'http_server', | 1684 'http_server', |
| 1650 'net', | 1685 'net', |
| 1651 'net_test_support' | 1686 'net_test_support' |
| 1652 ], | 1687 ], |
| 1688 'include_dirs': [ |
| 1689 '<(SHARED_INTERMEDIATE_DIR)/net', |
| 1690 ], |
| 1653 'sources': [ | 1691 'sources': [ |
| 1654 'android/keystore_unittest.cc', | 1692 'android/keystore_unittest.cc', |
| 1655 'android/network_change_notifier_android_unittest.cc', | 1693 'android/network_change_notifier_android_unittest.cc', |
| 1656 'base/address_list_unittest.cc', | 1694 'base/address_list_unittest.cc', |
| 1657 'base/address_tracker_linux_unittest.cc', | 1695 'base/address_tracker_linux_unittest.cc', |
| 1658 'base/backoff_entry_unittest.cc', | 1696 'base/backoff_entry_unittest.cc', |
| 1659 'base/data_url_unittest.cc', | 1697 'base/data_url_unittest.cc', |
| 1660 'base/directory_lister_unittest.cc', | 1698 'base/directory_lister_unittest.cc', |
| 1661 'base/dns_util_unittest.cc', | 1699 'base/dns_util_unittest.cc', |
| 1662 'base/escape_unittest.cc', | 1700 'base/escape_unittest.cc', |
| (...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3223 'net_unittests.isolate', | 3261 'net_unittests.isolate', |
| 3224 ], | 3262 ], |
| 3225 'sources': [ | 3263 'sources': [ |
| 3226 'net_unittests.isolate', | 3264 'net_unittests.isolate', |
| 3227 ], | 3265 ], |
| 3228 }, | 3266 }, |
| 3229 ], | 3267 ], |
| 3230 }], | 3268 }], |
| 3231 ], | 3269 ], |
| 3232 } | 3270 } |
| OLD | NEW |