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

Unified Diff: net/BUILD.gn

Issue 477253002: Revert of 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: 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 | « content/content_browser.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 454f5dcb2bf4c2fd0bf8fbbe1cbbd599f2ddc840..d9b2d395114fe93be0906308e5703a47d73f3e80 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -560,15 +560,6 @@
"grit/net_resources.h",
"net_resources.pak",
"net_resources.rc",
- ]
-}
-
-static_library("net_extras") {
- sources = gypi_values.net_extras_sources
- configs += [ "//build/config/compiler:wexit_time_destructors" ]
- deps = [
- ":net",
- "//sql:sql",
]
}
@@ -1103,7 +1094,6 @@
deps = [
":http_server",
":net",
- ":net_extras",
":quic_tools",
":test_support",
"//base",
« no previous file with comments | « content/content_browser.gypi ('k') | net/extras/sqlite/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698