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

Unified Diff: chrome/chrome_browser.gypi

Issue 381073002: Move sqlite_channel_id_store from chrome/browser/net to net/extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move quota_policy_channel_id_store from content/browser/net to chrome/browser/net. Created 6 years, 4 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
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 83368138e56b343d94f4335e40e6c1509ae11fd2..96743d31317a8c137297cf9349543c4d62496bad 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -829,6 +829,8 @@
'browser/net/probe_message.h',
'browser/net/proxy_service_factory.cc',
'browser/net/proxy_service_factory.h',
+ 'browser/net/quota_policy_channel_id_store.cc',
+ 'browser/net/quota_policy_channel_id_store.h',
'browser/net/referrer.cc',
'browser/net/referrer.h',
'browser/net/safe_search_util.cc',
@@ -845,8 +847,6 @@
'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h',
'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc',
'browser/net/spdyproxy/data_reduction_proxy_settings_android.h',
- 'browser/net/sqlite_channel_id_store.cc',
- 'browser/net/sqlite_channel_id_store.h',
'browser/net/ssl_config_service_manager.h',
'browser/net/ssl_config_service_manager_pref.cc',
'browser/net/timed_cache.cc',
@@ -2969,6 +2969,7 @@
'../mojo/mojo_base.gyp:mojo_environment_chromium',
'../mojo/mojo_base.gyp:mojo_js_bindings',
'../mojo/mojo_base.gyp:mojo_system_impl',
+ '../net/net.gyp:net_extras',
Lei Zhang 2014/08/13 17:18:32 Please update chrome/browser/BUILD.gn to match thi
'../net/net.gyp:net_with_v8',
# TODO(tonyg): Remove this dependency (crbug.com/280157).
'../testing/perf/perf_test.gyp:*',
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698