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

Unified Diff: components/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 | « chrome/renderer/BUILD.gn ('k') | components/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index 5c27e2809917bd665c7f4c1fc46ac8f52a903687..28d17552611985b4bf76b485ede65634b374613c 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -16,10 +16,19 @@ group("resources") {
# (generate_components_resources action)
grit("components_resources") {
source = "components_resources.grd"
+ outputs = [
+ "grit/component_resources.h",
+ "component_resources.pak",
+ ]
}
# GYP version: components/components_resources.gyp
# (generate_scaled_components_resources action)
grit("components_scaled_resources") {
source = "components_scaled_resources.grd"
+ outputs = [
+ "grit/component_scaled_resources.h",
+ "component_resources_100_percent.pak",
+ "component_resources_200_percent.pak",
+ ]
}
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | components/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698