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

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

Issue 1350683003: GN: Add missing dep to create_install_script.py build rule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 74692f6e39fab0fdc2def5b58e048f13dcdf61d1..1b492d7dc05f197b8e0e251a7ad9f4cc58858844 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1604,6 +1604,9 @@ template("android_apk") {
action(_create_incremental_script_rule_name) {
script = "//build/android/incremental_install/create_install_script.py"
depfile = "$target_gen_dir/$target_name.d"
+ deps = [
+ ":$build_config_target",
+ ]
_generated_script_path =
"${root_out_dir}/bin/install_incremental_${_template_name}"
« 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