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

Unified Diff: build/config/android/rules.gni

Issue 2046523003: 💺 Pass --loader-base-dir in jinja_template to make webrtc happy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 6bc82e19f2c8a7a73f3bc69319cf5fd255099409..9692f381f3946611bd8a6aedd19a1d26c1ff3035 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -402,6 +402,8 @@ template("jinja_template") {
]
args = [
+ "--loader-base-dir",
+ rebase_path("//", root_build_dir),
"--inputs",
rebase_path(invoker.input, root_build_dir),
"--output",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698