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

Unified Diff: ash/resources/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 | « no previous file | ash/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/resources/BUILD.gn
diff --git a/ash/resources/BUILD.gn b/ash/resources/BUILD.gn
index bb7de97dc586a4866af00a582313b5658a971237..25f61ec6534b85cf8b956871bcee9ec80d5e7c6b 100644
--- a/ash/resources/BUILD.gn
+++ b/ash/resources/BUILD.gn
@@ -6,4 +6,9 @@ import("//tools/grit/grit_rule.gni")
grit("resources") {
source = "ash_resources.grd"
+ outputs = [
+ "grit/ash_resources.h",
+ "ash_resources_100_percent.pak",
+ "ash_resources_200_percent.pak",
+ ]
}
« no previous file with comments | « no previous file | ash/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698