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

Unified Diff: net/BUILD.gn

Issue 533743004: Fix Chrome linker errors in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « extensions/common/BUILD.gn ('k') | remoting/base/BUILD.gn » ('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 89a4e90ad29195f4d5e76307dcbe52b4e2cb610b..9743f981ec78edbd604cf0c88bc92c32dd2a87f8 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -564,7 +564,7 @@ grit("net_resources") {
]
}
-static_library("net_extras") {
+static_library("extras") {
sources = gypi_values.net_extras_sources
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
@@ -1104,9 +1104,9 @@ test("net_unittests") {
defines = []
deps = [
+ ":extras",
":http_server",
":net",
- ":net_extras",
":quic_tools",
":test_support",
"//base",
« no previous file with comments | « extensions/common/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698