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

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: Apply changes by tyoshino. 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..d0690c7b80330330988533e1158a4fa8fcf2e5e5 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -19,6 +19,8 @@
'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',
@@ -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',

Powered by Google App Engine
This is Rietveld 408576698