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

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: Rebased to r286605 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/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index ac13764b34f0cf74d0b6c4da5a6f933009c329a1..2a1ab8228f0cc4cf6e5064203f04ea151a146d09 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -563,6 +563,15 @@ grit("net_resources") {
]
}
+static_library("net_extras") {
+ sources = gypi_values.net_extras_sources
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
+ deps = [
+ ":net",
+ "//sql:sql",
+ ]
+}
+
static_library("http_server") {
sources = [
"server/http_connection.cc",
@@ -1087,6 +1096,7 @@ test("net_unittests") {
deps = [
":http_server",
":net",
+ ":net_extras",
":quic_tools",
":test_support",
"//base",

Powered by Google App Engine
This is Rietveld 408576698