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

Unified Diff: net/BUILD.gn

Issue 411543005: Encode all grit outputs in .gn files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git log 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 fd00467d1845482a0ed4e10c0007304ab6ba1556..59d739c451574f2ad87f0d17cd2f94a4e8597e33 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -549,6 +549,11 @@ component("net") {
grit("net_resources") {
source = "base/net_resources.grd"
+ outputs = [
+ "grit/net_resources.h",
+ "net_resources.pak",
+ "net_resources.rc",
+ ]
}
static_library("http_server") {

Powered by Google App Engine
This is Rietveld 408576698