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

Unified Diff: net/net.gypi

Issue 1412343008: Factor out the string lookup code from registry_controlled_domains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « net/net.gyp ('k') | net/tools/dafsa/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 070cf4f8748fbd879d455f1bca9198c9ec27035d..cd5e3cc5989c2998de09c4d6ac3aa78677365dd6 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -34,6 +34,8 @@
'base/ip_endpoint.h',
'base/load_timing_info.cc',
'base/load_timing_info.h',
+ 'base/lookup_string_in_fixed_set.cc',
+ 'base/lookup_string_in_fixed_set.h',
'base/net_error_list.h',
'base/net_errors.cc',
'base/net_errors.h',
@@ -1284,6 +1286,7 @@
'base/ip_pattern_unittest.cc',
'base/keygen_handler_unittest.cc',
'base/layered_network_delegate_unittest.cc',
+ 'base/lookup_string_in_fixed_set_unittest.cc',
'base/mime_sniffer_unittest.cc',
'base/mime_util_unittest.cc',
'base/net_util_icu_unittest.cc',
« no previous file with comments | « net/net.gyp ('k') | net/tools/dafsa/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698