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

Unified Diff: remoting/host/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 | « ppapi/native_client/nacl_test_data.gni ('k') | remoting/tools/build/remoting_localize.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index a699cc7e78a53295befd14cb8da39c1e3019511d..adc33f493b1dee81bf6515fb412e9034c5c2bb9b 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -626,7 +626,7 @@ if (enable_remoting_host) {
"--define",
"IT2ME_HOST_PATH=$it2me_host_path",
"--variables",
- rebase_path(branding_path),
+ rebase_path(branding_path, root_build_dir),
"--template",
"{{source}}",
"--output",
@@ -649,7 +649,7 @@ if (enable_remoting_host) {
"--locale_dir",
rebase_path(webapp_locale_dir, root_build_dir),
"--variables",
- rebase_path(branding_path),
+ rebase_path(branding_path, root_build_dir),
"--template",
"{{source}}",
"--locale_output",
« no previous file with comments | « ppapi/native_client/nacl_test_data.gni ('k') | remoting/tools/build/remoting_localize.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698