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

Issue 322443005: Convert apk obfuscation to python (Closed)

Created:
6 years, 6 months ago by cjhopman
Modified:
6 years, 6 months ago
Reviewers:
Yaron
CC:
chromium-reviews, klundberg+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Convert apk obfuscation to python For the apk specific java files, we now run proguard on the jar instead of the classes. BUG=375324, 359249 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276377

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : Fix inputs :/ #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -210 lines) Patch
D build/android/ant/apk-obfuscate.xml View 1 chunk +0 lines, -175 lines 0 comments Download
A build/android/gyp/apk_obfuscate.py View 1 1 chunk +132 lines, -0 lines 0 comments Download
M build/apk_fake_jar.gypi View 1 chunk +0 lines, -10 lines 0 comments Download
M build/java_apk.gypi View 1 2 3 3 chunks +56 lines, -25 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
cjhopman
6 years, 6 months ago (2014-06-06 18:12:26 UTC) #1
Yaron
https://codereview.chromium.org/322443005/diff/40001/build/android/gyp/apk_obfuscate.py File build/android/gyp/apk_obfuscate.py (right): https://codereview.chromium.org/322443005/diff/40001/build/android/gyp/apk_obfuscate.py#newcode96 build/android/gyp/apk_obfuscate.py:96: if 'Release' in options.configuration_name and options.proguard_enabled: why "in"? isn't ...
6 years, 6 months ago (2014-06-07 07:02:38 UTC) #2
cjhopman
https://codereview.chromium.org/322443005/diff/40001/build/android/gyp/apk_obfuscate.py File build/android/gyp/apk_obfuscate.py (right): https://codereview.chromium.org/322443005/diff/40001/build/android/gyp/apk_obfuscate.py#newcode96 build/android/gyp/apk_obfuscate.py:96: if 'Release' in options.configuration_name and options.proguard_enabled: On 2014/06/07 07:02:38, ...
6 years, 6 months ago (2014-06-10 17:10:16 UTC) #3
Yaron
lgtm https://codereview.chromium.org/322443005/diff/100001/build/java_apk.gypi File build/java_apk.gypi (right): https://codereview.chromium.org/322443005/diff/100001/build/java_apk.gypi#newcode600 build/java_apk.gypi:600: 'action_name': 'ant_obfuscate_<(_target_name)', nit: drop "ant_"
6 years, 6 months ago (2014-06-11 00:11:04 UTC) #4
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 6 months ago (2014-06-11 01:46:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/322443005/120001
6 years, 6 months ago (2014-06-11 01:51:01 UTC) #6
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 13:19:54 UTC) #7
Message was sent while issue was closed.
Change committed as 276377

Powered by Google App Engine
This is Rietveld 408576698