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

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

Issue 1394343004: Rename bin/install_incremental_FOO -> bin/install_FOO_incremental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 1d0a1f723c910a541c45aba9c9c5ec254c761ea9..09bd6d2c6b2190e19c56f7e681ad0c25dfe9b4ac 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1609,7 +1609,7 @@ template("android_apk") {
]
_generated_script_path =
- "${root_out_dir}/bin/install_incremental_${_template_name}"
+ "${root_out_dir}/bin/install_${_template_name}_incremental"
outputs = [
depfile,
_generated_script_path,
« 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