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

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: Added content/browser/net/quota_policyserver_bound_cert_store... 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..647a870c0db6590505c1eacae4b1109541384b33 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -551,6 +551,7 @@
'net',
'net_derived_sources',
'net_test_support',
+ 'net_util',
'quic_tools',
],
'sources': [
@@ -1044,6 +1045,19 @@
'includes': [ '../build/grit_target.gypi' ],
},
{
+ 'target_name': 'net_util',
+ 'type': 'static_library',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../sql/sql.gyp:sql',
+ 'net',
+ ],
+ 'sources': [
+ '<@(net_util_sources)',
+ ],
+ },
+ {
'target_name': 'http_server',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },

Powered by Google App Engine
This is Rietveld 408576698