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

Issue 1133013003: Enable proguard for apks (Closed)

Created:
5 years, 7 months ago by cjhopman
Modified:
5 years, 1 month ago
Reviewers:
agrieve, newt (away)
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org, pkotwicz
Base URL:
https://chromium.googlesource.com/chromium/src.git@javac-no-java
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable proguard for apks This moves a little bit more about how to run proguard for test apks into proguard_utils.py and adds the gn rules/etc for running proguard on apks. BUG=478319

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : fix deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -79 lines) Patch
M build/android/gyp/apk_obfuscate.py View 1 2 2 chunks +2 lines, -18 lines 0 comments Download
M build/android/gyp/proguard.py View 2 chunks +4 lines, -2 lines 0 comments Download
M build/android/gyp/util/proguard_util.py View 1 2 3 3 chunks +45 lines, -7 lines 0 comments Download
M build/android/gyp/write_build_config.py View 1 2 3 3 chunks +25 lines, -1 line 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 5 7 chunks +96 lines, -46 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 4 5 6 5 chunks +50 lines, -5 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
cjhopman
newt: *
5 years, 7 months ago (2015-05-27 20:11:58 UTC) #2
newt (away)
lgtm after minor comments https://codereview.chromium.org/1133013003/diff/40001/build/android/gyp/util/proguard_util.py File build/android/gyp/util/proguard_util.py (right): https://codereview.chromium.org/1133013003/diff/40001/build/android/gyp/util/proguard_util.py#newcode92 build/android/gyp/util/proguard_util.py:92: assert len(self._configs) == 1, 'DO ...
5 years, 6 months ago (2015-05-29 01:43:04 UTC) #3
cjhopman
https://codereview.chromium.org/1133013003/diff/40001/build/android/gyp/util/proguard_util.py File build/android/gyp/util/proguard_util.py (right): https://codereview.chromium.org/1133013003/diff/40001/build/android/gyp/util/proguard_util.py#newcode152 build/android/gyp/util/proguard_util.py:152: open(self._outjar + '.dump', 'w').close() On 2015/05/29 01:43:04, newt wrote: ...
5 years, 5 months ago (2015-06-30 23:26:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133013003/100001
5 years, 5 months ago (2015-06-30 23:27:39 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/103737)
5 years, 5 months ago (2015-06-30 23:37:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133013003/120001
5 years, 5 months ago (2015-07-06 22:08:30 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/41205)
5 years, 5 months ago (2015-07-06 22:59:20 UTC) #14
newt (away)
agrieve: Is proguard already enabled for APKs, or if not could this be a useful ...
5 years, 1 month ago (2015-11-06 18:36:24 UTC) #16
agrieve
On 2015/11/06 18:36:24, newt wrote: > agrieve: Is proguard already enabled for APKs, or if ...
5 years, 1 month ago (2015-11-06 19:34:56 UTC) #17
newt (away)
5 years, 1 month ago (2015-11-06 19:40:57 UTC) #19
Glad I asked :)

Powered by Google App Engine
This is Rietveld 408576698