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

Unified Diff: build/secondary/tools/grit/grit_rule.gni

Issue 414973002: Add missing base files to GN build. (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 | « build/config/android/rules.gni ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/tools/grit/grit_rule.gni
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index b5252c631819412b912b6d4c037245026bffaa94..3abbdb86f4724231ddc20f7b565eb473f7e01c6b 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -228,12 +228,12 @@ template("grit") {
# are the actual outputs at runtime.
asserted_list_file = "$target_out_dir/${target_name}_expected_outputs.txt"
write_file(asserted_list_file,
- rebase_path(invoker.outputs, root_build_dir, target_gen_dir))
+ rebase_path(invoker.outputs, root_build_dir, output_dir))
assert_files_flags += [
"--assert-file-list=" + rebase_path(asserted_list_file, root_build_dir),
]
grit_outputs = get_path_info(
- rebase_path(invoker.outputs, ".", target_gen_dir),
+ rebase_path(invoker.outputs, ".", output_dir),
"abspath")
# The config and the action below get this visibility son only the generated
« no previous file with comments | « build/config/android/rules.gni ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698