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

Unified Diff: net/BUILD.gn

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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | net/net.gyp » ('j') | net/net.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index a77fac24fa3860f738cfa7149711ff6ecbde44ea..b39593ff3404e4fe4e2155a8f7e94e4fe819047b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -545,6 +545,18 @@ grit("net_resources") {
source = "base/net_resources.grd"
}
+static_library("net_sqlite") {
+ sources = [
+ "sqlite/sqlite_server_bound_cert_store.cc",
+ "sqlite/sqlite_server_bound_cert_store.h",
+ ]
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
+ deps = [
+ ":net",
+ "//sql:sql",
+ ]
+}
+
static_library("http_server") {
sources = [
"server/http_connection.cc",
@@ -1062,6 +1074,7 @@ test("net_unittests") {
deps = [
":http_server",
":net",
+ ":net_sqlite",
":quic_tools",
":test_support",
"//base",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | net/net.gyp » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698