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

Unified Diff: build/java_apk.gypi

Issue 341973002: Revert of Disable excluding of tested apk's code in test apks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index fa1c421331578e95d87d20e786e4f24521cddec9..92c8cfa0b5e29bb8a70644562bc4182a721e1c59 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -162,7 +162,7 @@
'conditions': [
['proguard_enabled == "true"', {
'variables': {
- #'proguard_enabled': 'true',
+ 'proguard_enabled': 'true',
}
}],
],
@@ -713,7 +713,7 @@
['is_test_apk == 1 and tested_apk_dex_path != "/"', {
'variables': {
'dex_additional_options': [
- #'--excluded-paths-file', '>(tested_apk_dex_path).inputs'
+ '--excluded-paths-file', '>(tested_apk_dex_path).inputs'
],
},
'inputs': [
« 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