| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 054d0661906d47b5988e5e3172947ddd14e7e9bc..593db72baffef3f026b3a1e492aad6cee28ec381 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -45,6 +45,42 @@
|
| ],
|
| 'targets': [
|
| {
|
| + 'target_name': 'net_derived_sources',
|
| + 'type': 'none',
|
| + 'sources': [
|
| + 'base/registry_controlled_domains/effective_tld_names.gperf',
|
| + 'base/registry_controlled_domains/effective_tld_names_unittest1.gperf',
|
| + 'base/registry_controlled_domains/effective_tld_names_unittest2.gperf',
|
| + 'base/registry_controlled_domains/effective_tld_names_unittest3.gperf',
|
| + 'base/registry_controlled_domains/effective_tld_names_unittest4.gperf',
|
| + 'base/registry_controlled_domains/effective_tld_names_unittest5.gperf',
|
| + 'base/registry_controlled_domains/effective_tld_names_unittest6.gperf',
|
| + ],
|
| + 'rules': [
|
| + {
|
| + 'rule_name': 'dafsa',
|
| + 'extension': 'gperf',
|
| + 'outputs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-inc.cc',
|
| + ],
|
| + 'inputs': [
|
| + 'tools/tld_cleanup/make_dafsa.py',
|
| + ],
|
| + 'action': [
|
| + 'python',
|
| + 'tools/tld_cleanup/make_dafsa.py',
|
| + '<(RULE_INPUT_PATH)',
|
| + '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-inc.cc',
|
| + ],
|
| + },
|
| + ],
|
| + 'direct_dependent_settings': {
|
| + 'include_dirs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)'
|
| + ],
|
| + },
|
| + },
|
| + {
|
| 'target_name': 'net',
|
| 'type': '<(component)',
|
| 'variables': { 'enable_wexit_time_destructors': 1, },
|
| @@ -58,6 +94,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| '../url/url.gyp:url_lib',
|
| + 'net_derived_sources',
|
| 'net_resources',
|
| ],
|
| 'sources': [
|
| @@ -503,7 +540,8 @@
|
| '../url/url.gyp:url_lib',
|
| 'http_server',
|
| 'net',
|
| - 'net_test_support'
|
| + 'net_derived_sources',
|
| + 'net_test_support',
|
| ],
|
| 'sources': [
|
| '<@(net_test_sources)',
|
|
|