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

Unified Diff: chrome/renderer/BUILD.gn

Issue 468733003: GN: Fix build after r289163 / r289149. (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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | 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 9121399423633d62b8cab582660a0cea20ef3089..4cde67383b0582475744def4cd63a78922f0d541 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -15,6 +15,7 @@ gypi_values = exec_script(
# (generate_renderer_resources action)
grit("resources") {
source = "resources/renderer_resources.grd"
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/renderer_resources.h",
"renderer_resources_100_percent.pak",
« no previous file with comments | « chrome/common/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698