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

Unified Diff: net/net.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: Fix flaky TestDeleteAll. 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 | « net/net.gyp ('k') | no next file » | 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 0d38b678153287503592c6803b73c0392971b737..b7fc94fba65e718b69e554808842cb744a644f2d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1240,6 +1240,10 @@
'websockets/websocket_throttle.cc',
'websockets/websocket_throttle.h',
],
+ 'net_extras_sources': [
+ 'extras/sqlite/sqlite_channel_id_store.cc',
+ 'extras/sqlite/sqlite_channel_id_store.h',
+ ],
'net_test_sources': [
'android/keystore_unittest.cc',
'android/network_change_notifier_android_unittest.cc',
@@ -1339,6 +1343,7 @@
'dns/record_rdata_unittest.cc',
'dns/serial_worker_unittest.cc',
'dns/single_request_host_resolver_unittest.cc',
+ 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
'filter/filter_unittest.cc',
'filter/gzip_filter_unittest.cc',
'filter/mock_filter_context.cc',
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698