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

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

Issue 1294233003: Forward deps to android_apk finalizer target (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index d3d54f1ce7bd2ab18d840f3c44cadc6799085ff4..08fe1e59ebe7378fa5ec5468e642fda7024994c8 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -741,6 +741,10 @@ template("create_apk") {
keystore_password = invoker.keystore_password
rezip_apk = _load_library_from_apk
+ if (defined(invoker.deps)) {
+ deps = invoker.deps
+ }
+
public_deps = [
# Generator of the _packaged_apk_path this target takes as input.
":$package_target",
« 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