Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: net/net.gyp

Issue 1303973009: [DO NOT COMMIT] Re-use the dafsa code for s-w-r histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add histograms to histograms.xml Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],

Powered by Google App Engine
This is Rietveld 408576698