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

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: 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
« no previous file with comments | « extensions/strings/BUILD.gn ('k') | third_party/libaddressinput/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 07828b951028518a72a9e93e52f3453c1b20d1d7..7cd7c95f7300acfebb8dcf2f9de6cca8798279bc 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -545,6 +545,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") {
« no previous file with comments | « extensions/strings/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698