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

Unified Diff: build/java_apk.gypi

Issue 11419249: Add gyp dependency on proguard flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 5cf9857b5af2ff51ce125b9158e2a70db0eabe41..0714eb82fa28105d0e62d8c3f56ca93240469d30 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -137,6 +137,9 @@
'additional_res_packages=': [],
}
}],
+ ['proguard_enabled == "true" and proguard_flags != ""', {
+ 'inputs': ['<(java_in_dir)/<(proguard_flags)']
+ }]
],
'outputs': [
'<(PRODUCT_DIR)/apks/<(apk_name).apk',
« 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