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

Unified Diff: chrome/renderer/BUILD.gn

Issue 469893002: Allow the grit GN targets to specify an output name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« build/secondary/tools/grit/grit_rule.gni ('K') | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index a005fde0a46363ee09fd4f1f0254fe5b20efaf3a..83f897d74179511a39ff08c8dff7d7b7e3c40ad8 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -13,9 +13,10 @@ gypi_values = exec_script(
# GYP version: chrome/chrome_resources.gyp:chrome_resources
# (generate_renderer_resources action)
-grit("renderer_resources") {
+grit("resources") {
source = "resources/renderer_resources.grd"
output_dir = "$root_gen_dir/chrome"
+ output_name = "renderer_resources"
outputs = [
"grit/renderer_resources.h",
"renderer_resources_100_percent.pak",
« build/secondary/tools/grit/grit_rule.gni ('K') | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698