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

Unified Diff: remoting/android/BUILD.gn

Issue 1947923002: remoting: fix out-of-tree build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybots Created 4 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 | « no previous file | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index 24f9dd7e1d8683a95f2044790c60d78f834b757c..b982f9eb648d98c3f9e6ee6789e76a3ec7cb2ca4 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -79,7 +79,7 @@ remoting_localize("remoting_apk_manifest") {
} else {
defines = [ "ENABLE_CARDBOARD=0" ]
}
- variables = [ branding_path ]
+ variables = [ rebase_path(branding_path) ]
output = "$root_gen_dir/remoting/android/{{source_name_part}}"
}
@@ -132,7 +132,7 @@ remoting_localize("remoting_test_apk_manifest") {
"javatests/AndroidManifest.xml.jinja2",
]
locales = [ "en" ]
- variables = [ branding_path ]
+ variables = [ rebase_path(branding_path) ]
output = "$root_gen_dir/remoting/android_test/{{source_name_part}}"
}
« no previous file with comments | « no previous file | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698