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

Unified Diff: net/net.gyp

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: Add special_storage_policy_delegate prototype. Created 6 years, 5 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 5dba2fc408a3b20221d79a00bffdfc7b2a439a1a..eb84e20870bc6be91a0312fcfaa0bfc73b9153d4 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -550,6 +550,7 @@
'http_server',
'net',
'net_derived_sources',
+ 'net_sqlite',
'net_test_support',
'quic_tools',
],
@@ -1044,6 +1045,20 @@
'includes': [ '../build/grit_target.gypi' ],
},
{
+ 'target_name': 'net_sqlite',
Ryan Sleevi 2014/07/10 20:20:25 net_sqlite_storage ? I think Will had stronger fe
mef 2014/07/11 13:29:23 net_storage? net_storage_sqlite? I'm completely o
+ 'type': 'static_library',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../sql/sql.gyp:sql',
+ 'net',
+ ],
+ 'sources': [
+ 'sqlite/sqlite_server_bound_cert_store.cc',
+ 'sqlite/sqlite_server_bound_cert_store.h',
+ ],
+ },
+ {
'target_name': 'http_server',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/sqlite/special_storage_policy_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698