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

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: Correct the build files. 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 c420a9759025c9da20bf31248e64669b13eff5cc..59d4b33fc784a74988087c9d1f5c0de68d276954 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/escape.cc',
'base/escape.h',
'base/hash_value.cc',
@@ -1295,6 +1297,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',
'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