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

Unified Diff: tools/gn/secondary/net/BUILD.gn

Issue 26561005: GYP generator for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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: tools/gn/secondary/net/BUILD.gn
diff --git a/tools/gn/secondary/net/BUILD.gn b/tools/gn/secondary/net/BUILD.gn
index 4d332f52d9a6a327f56f6f2e8e19f4c1c5d58b2e..4cf8eecf816ccc6226d1497b025a3926c75c0eed 100644
--- a/tools/gn/secondary/net/BUILD.gn
+++ b/tools/gn/secondary/net/BUILD.gn
@@ -1057,7 +1057,7 @@ component("net") {
defines = [ "NET_IMPLEMENTATION" ]
deps = [
- ":net_resources",
+ #":net_resources",
"//base",
"//base:base_i18n",
"//base/third_party/dynamic_annotations",
@@ -1197,10 +1197,10 @@ component("net") {
}
}
-grit("net_resources") {
- external = true
- source = "base/net_resources.grd"
-}
+#grit("net_resources") {
+# external = true
+# source = "base/net_resources.grd"
+#}
static_library("http_server") {
external = true

Powered by Google App Engine
This is Rietveld 408576698