| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index b3830731f90ebbfdf7c8ba8307e35c1fcd066979..4444cea109f1748cdc7800116cfec14a811f2e6c 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -53,6 +53,7 @@
|
| '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',
|
| + 'base/swr_histogram_domains/swr_histogram_domains.gperf',
|
| ],
|
| 'rules': [
|
| {
|
| @@ -62,11 +63,11 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-inc.cc',
|
| ],
|
| 'inputs': [
|
| - 'tools/tld_cleanup/make_dafsa.py',
|
| + 'tools/dafsa/make_dafsa.py',
|
| ],
|
| 'action': [
|
| 'python',
|
| - 'tools/tld_cleanup/make_dafsa.py',
|
| + 'tools/dafsa/make_dafsa.py',
|
| '<(RULE_INPUT_PATH)',
|
| '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-inc.cc',
|
| ],
|
|
|