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

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: Rebase to fix patch errors on try bots. Created 5 years, 1 month 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 dd96f5e0f67b0a93b737a942acff6ea23e3a8364..e0f10719e25af3fbceeacfa73aad3867fb29734b 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',
eroman 2015/11/06 23:35:50 Several problems here: (1) Why is this in a sub
Adam Rice 2015/11/09 11:01:21 Renamed to base/lookup_string_in_fixed_set.* Also
+ 'base/dafsa/lookup_string.h',
'base/escape.cc',
'base/escape.h',
'base/hash_value.cc',
@@ -1296,6 +1298,7 @@
'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',
eroman 2015/11/06 23:35:50 similar issue here: (1) Why in a subdirectory
Adam Rice 2015/11/09 11:01:21 I was just copying the structure of registry_contr
'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