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

Unified Diff: net/net.gypi

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.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 1c2ec2dd7db63797c5e26f30d22bbd5fdeb4b820..a3f04e434c266e5738b7ff1df5321346039413dd 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -16,12 +16,14 @@
'base/address_list.h',
'base/auth.cc',
'base/auth.h',
- 'base/completion_callback.h',
'base/connection_type_histograms.cc',
'base/connection_type_histograms.h',
+ 'base/dafsa/lookup_string.cc',
+ 'base/dafsa/lookup_string.h',
'base/dns_util.cc',
'base/dns_util.h',
'base/escape.cc',
+ 'base/completion_callback.h',
tyoshino (SeeGerritForStatus) 2015/10/19 07:15:10 moved accidentally?
Adam Rice 2015/10/19 12:03:07 Yes. I don't know why. Moved back.
'base/escape.h',
'base/hash_value.cc',
'base/hash_value.h',
@@ -56,6 +58,8 @@
'base/rand_callback.h',
'base/registry_controlled_domains/registry_controlled_domain.cc',
'base/registry_controlled_domains/registry_controlled_domain.h',
+ 'base/swr_histogram_domains/swr_histogram_domains.cc',
+ 'base/swr_histogram_domains/swr_histogram_domains.h',
'base/sys_addrinfo.h',
'base/zap.cc',
'base/zap.h',
@@ -1277,10 +1281,10 @@
'base/port_util_unittest.cc',
'base/prioritized_dispatcher_unittest.cc',
'base/priority_queue_unittest.cc',
- 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
'base/sdch_dictionary_unittest.cc',
'base/sdch_manager_unittest.cc',
'base/static_cookie_policy_unittest.cc',
+ 'base/swr_histogram_domains/swr_histogram_domains_unittest.cc',
'base/test_completion_callback_unittest.cc',
'base/upload_bytes_element_reader_unittest.cc',
'base/upload_file_element_reader_unittest.cc',
« net/base/dafsa/lookup_string.cc ('K') | « net/net.gyp ('k') | net/tools/dafsa/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698