Chromium Code Reviews| 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_ROOT)-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_ROOT)-inc.cc', | |
| 74 ], | |
| 75 }, | |
| 76 ], | |
| 77 }, | |
| 78 { | |
| 48 'target_name': 'net', | 79 'target_name': 'net', |
| 49 'type': '<(component)', | 80 'type': '<(component)', |
| 50 'variables': { 'enable_wexit_time_destructors': 1, }, | 81 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 51 'dependencies': [ | 82 'dependencies': [ |
| 52 '../base/base.gyp:base', | 83 '../base/base.gyp:base', |
| 53 '../base/base.gyp:base_i18n', | 84 '../base/base.gyp:base_i18n', |
| 54 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | 85 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', |
| 55 '../crypto/crypto.gyp:crypto', | 86 '../crypto/crypto.gyp:crypto', |
| 56 '../sdch/sdch.gyp:sdch', | 87 '../sdch/sdch.gyp:sdch', |
| 57 '../third_party/icu/icu.gyp:icui18n', | 88 '../third_party/icu/icu.gyp:icui18n', |
| 58 '../third_party/icu/icu.gyp:icuuc', | 89 '../third_party/icu/icu.gyp:icuuc', |
| 59 '../third_party/zlib/zlib.gyp:zlib', | 90 '../third_party/zlib/zlib.gyp:zlib', |
| 60 '../url/url.gyp:url_lib', | 91 '../url/url.gyp:url_lib', |
| 61 'net_resources', | 92 'net_resources', |
| 93 'net_derived_sources', | |
| 94 ], | |
| 95 'include_dirs': [ | |
| 96 '<(SHARED_INTERMEDIATE_DIR)/net', | |
|
brettw
2014/05/07 19:50:11
Can you remove this and have people include the fi
| |
| 62 ], | 97 ], |
| 63 'sources': [ | 98 'sources': [ |
| 64 '<@(net_nacl_common_sources)', | 99 '<@(net_nacl_common_sources)', |
| 65 '<@(net_non_nacl_sources)', | 100 '<@(net_non_nacl_sources)', |
| 66 ], | 101 ], |
| 67 'defines': [ | 102 'defines': [ |
| 68 'NET_IMPLEMENTATION', | 103 'NET_IMPLEMENTATION', |
| 69 ], | 104 ], |
| 70 'export_dependent_settings': [ | 105 'export_dependent_settings': [ |
| 71 '../base/base.gyp:base', | 106 '../base/base.gyp:base', |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 484 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | 519 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', |
| 485 '../crypto/crypto.gyp:crypto', | 520 '../crypto/crypto.gyp:crypto', |
| 486 '../testing/gmock.gyp:gmock', | 521 '../testing/gmock.gyp:gmock', |
| 487 '../testing/gtest.gyp:gtest', | 522 '../testing/gtest.gyp:gtest', |
| 488 '../third_party/zlib/zlib.gyp:zlib', | 523 '../third_party/zlib/zlib.gyp:zlib', |
| 489 '../url/url.gyp:url_lib', | 524 '../url/url.gyp:url_lib', |
| 490 'http_server', | 525 'http_server', |
| 491 'net', | 526 'net', |
| 492 'net_test_support' | 527 'net_test_support' |
| 493 ], | 528 ], |
| 529 'include_dirs': [ | |
| 530 '<(SHARED_INTERMEDIATE_DIR)/net', | |
| 531 ], | |
| 494 'sources': [ | 532 'sources': [ |
| 495 '<@(net_test_sources)', | 533 '<@(net_test_sources)', |
| 496 ], | 534 ], |
| 497 'conditions': [ | 535 'conditions': [ |
| 498 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 536 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
| 499 'dependencies': [ | 537 'dependencies': [ |
| 500 'balsa', | 538 'balsa', |
| 501 'epoll_server', | 539 'epoll_server', |
| 502 'flip_in_mem_edsm_server_base', | 540 'flip_in_mem_edsm_server_base', |
| 503 'quic_base', | 541 'quic_base', |
| (...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1597 'net_unittests.isolate', | 1635 'net_unittests.isolate', |
| 1598 ], | 1636 ], |
| 1599 'sources': [ | 1637 'sources': [ |
| 1600 'net_unittests.isolate', | 1638 'net_unittests.isolate', |
| 1601 ], | 1639 ], |
| 1602 }, | 1640 }, |
| 1603 ], | 1641 ], |
| 1604 }], | 1642 }], |
| 1605 ], | 1643 ], |
| 1606 } | 1644 } |
| OLD | NEW |