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

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: 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 | « chrome/chrome_tests_unit.gypi ('k') | net/extras/sqlite/DEPS » ('j') | no next file with comments »
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 0fdacb54fbec6cb4de2e3bdbb6f90e8fbbb7fe30..89a4e90ad29195f4d5e76307dcbe52b4e2cb610b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -564,6 +564,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",
@@ -1097,6 +1106,7 @@ test("net_unittests") {
deps = [
":http_server",
":net",
+ ":net_extras",
":quic_tools",
":test_support",
"//base",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | net/extras/sqlite/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698