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

Unified Diff: services/catalog/public/tools/catalog.gni

Issue 2905523002: Reduce absolute paths in generated ninja files (Closed)
Patch Set: revert build/config/gcc/BUILD.gn, rebase Created 3 years, 7 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 | « remoting/tools/build/remoting_localize.gni ('k') | testing/libfuzzer/fuzzer_test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/public/tools/catalog.gni
diff --git a/services/catalog/public/tools/catalog.gni b/services/catalog/public/tools/catalog.gni
index 4aeaa2abc59ebaeb37703d8e61a9c6437fc0e87b..33fd505834716d7812f51f33398e4a9243b494dd 100644
--- a/services/catalog/public/tools/catalog.gni
+++ b/services/catalog/public/tools/catalog.gni
@@ -70,7 +70,7 @@ template("catalog") {
output_filename,
]
- args = [ "--output=" + rebase_path(output_filename) ]
+ args = [ "--output=" + rebase_path(output_filename, root_build_dir) ]
if (is_debug || dcheck_always_on) {
args += [ "--pretty" ]
« no previous file with comments | « remoting/tools/build/remoting_localize.gni ('k') | testing/libfuzzer/fuzzer_test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698