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

Unified Diff: mojo/public/js/BUILD.gn

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 | « headless/BUILD.gn ('k') | mojo/public/tools/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/BUILD.gn
diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn
index 0bec9e26350e911657875dd09f1258424df02087..21cc4edb7aa124d5c284510c387b438aadbd4cce 100644
--- a/mojo/public/js/BUILD.gn
+++ b/mojo/public/js/BUILD.gn
@@ -77,8 +77,8 @@ action("new_bindings") {
compiled_file,
]
- args = rebase_path(new_bindings_js_files)
- args += [ rebase_path(compiled_file) ]
+ args = rebase_path(new_bindings_js_files, root_build_dir)
+ args += [ rebase_path(compiled_file, root_build_dir) ]
deps = [
"//mojo/public/interfaces/bindings:new_bindings__generator",
« no previous file with comments | « headless/BUILD.gn ('k') | mojo/public/tools/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698