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

Unified Diff: build/nocompile.gni

Issue 2627703002: Validate GN substitutions in args and rsp files. (Closed)
Patch Set: Format Created 3 years, 11 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 | tools/gn/action_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/nocompile.gni
diff --git a/build/nocompile.gni b/build/nocompile.gni
index f93ac94fc8469c8387fb302fd5a569a5070a4a5e..7c91c673e37213f9255b6d9feda484f850f390da 100644
--- a/build/nocompile.gni
+++ b/build/nocompile.gni
@@ -85,7 +85,7 @@ if (enable_nocompile_tests) {
"{{source}}",
"-Wall -Werror -Wfatal-errors " + "-I" +
rebase_path("//", root_build_dir) + sysroot_args,
- "{{output}}",
+ rebase_path(result_path, root_build_dir),
]
}
« no previous file with comments | « no previous file | tools/gn/action_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698