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

Issue 1451483002: [Android] Add gn support for multidex. (Closed)

Created:
5 years, 1 month ago by jbudorick
Modified:
5 years, 1 month ago
Reviewers:
Yaron, Nico, agrieve
CC:
chromium-reviews, klundberg+watch_chromium.org, mikecase+watch_chromium.org, jbudorick+watch_chromium.org, yfriedman+watch_chromium.org, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Add gn support for multidex. BUG=272790 Committed: https://crrev.com/e6361975d7f7f4c434dc3380a3824b9d5e323d20 Cr-Commit-Position: refs/heads/master@{#360943}

Patch Set 1 #

Patch Set 2 : @ #

Total comments: 12

Patch Set 3 : agrieve comments #

Total comments: 9

Patch Set 4 : thakis comments #

Patch Set 5 : +comment in ChromiumMultiDex.template #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -54 lines) Patch
M base/BUILD.gn View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M base/android/java/templates/ChromiumMultiDex.template View 1 2 3 4 1 chunk +8 lines, -2 lines 0 comments Download
M base/base.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/apkbuilder.py View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M build/android/gyp/dex.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M build/android/gyp/main_dex_list.py View 3 chunks +80 lines, -42 lines 0 comments Download
M build/android/main_dex_action.gypi View 1 2 chunks +3 lines, -3 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 2 chunks +55 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 4 2 chunks +17 lines, -3 lines 0 comments Download
M chrome/android/chrome_public_apk_tmpl.gni View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 25 (6 generated)
jbudorick
5 years, 1 month ago (2015-11-15 00:27:09 UTC) #2
agrieve
Nothing but nits! lgtm :) https://codereview.chromium.org/1451483002/diff/20001/build/android/gyp/apkbuilder.py File build/android/gyp/apkbuilder.py (right): https://codereview.chromium.org/1451483002/diff/20001/build/android/gyp/apkbuilder.py#newcode150 build/android/gyp/apkbuilder.py:150: and zipfile.is_zipfile(options.dex_file)): nit: stands ...
5 years, 1 month ago (2015-11-16 19:02:34 UTC) #3
jbudorick
https://codereview.chromium.org/1451483002/diff/20001/build/android/gyp/apkbuilder.py File build/android/gyp/apkbuilder.py (right): https://codereview.chromium.org/1451483002/diff/20001/build/android/gyp/apkbuilder.py#newcode150 build/android/gyp/apkbuilder.py:150: and zipfile.is_zipfile(options.dex_file)): On 2015/11/16 19:02:33, agrieve wrote: > nit: ...
5 years, 1 month ago (2015-11-16 20:45:56 UTC) #4
jbudorick
+thakis for base/BUILD.gn OWNERS +yfriedman for chrome/android/chrome_public_apk_tmpl.gni OWNERS
5 years, 1 month ago (2015-11-16 20:47:47 UTC) #6
Yaron
lgtm
5 years, 1 month ago (2015-11-16 21:01:17 UTC) #7
Nico
https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn#newcode1736 base/BUILD.gn:1736: } why isn't this needed for gyp?
5 years, 1 month ago (2015-11-16 21:46:54 UTC) #8
jbudorick
https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn#newcode1736 base/BUILD.gn:1736: } On 2015/11/16 21:46:54, Nico wrote: > why isn't ...
5 years, 1 month ago (2015-11-16 21:49:18 UTC) #9
Nico
Sorry, I'm still confused: https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn#newcode1736 base/BUILD.gn:1736: } On 2015/11/16 21:49:18, jbudorick ...
5 years, 1 month ago (2015-11-16 21:57:55 UTC) #10
jbudorick
https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn#newcode1736 base/BUILD.gn:1736: } On 2015/11/16 21:57:55, Nico wrote: > On 2015/11/16 ...
5 years, 1 month ago (2015-11-16 22:00:22 UTC) #11
Nico
https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn#newcode1736 base/BUILD.gn:1736: } On 2015/11/16 22:00:21, jbudorick wrote: > On 2015/11/16 ...
5 years, 1 month ago (2015-11-16 22:04:51 UTC) #12
jbudorick
https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn#newcode1736 base/BUILD.gn:1736: } On 2015/11/16 22:04:51, Nico wrote: > On 2015/11/16 ...
5 years, 1 month ago (2015-11-16 22:19:33 UTC) #13
jbudorick
https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1451483002/diff/40001/base/BUILD.gn#newcode1736 base/BUILD.gn:1736: } On 2015/11/16 22:00:21, jbudorick wrote: > On 2015/11/16 ...
5 years, 1 month ago (2015-11-17 16:27:06 UTC) #14
Nico
lgtm Maybe add some of what you said above as a comment in the .template
5 years, 1 month ago (2015-11-20 18:51:11 UTC) #15
jbudorick
On 2015/11/20 18:51:11, Nico wrote: > lgtm > > Maybe add some of what you ...
5 years, 1 month ago (2015-11-20 21:30:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1451483002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1451483002/80001
5 years, 1 month ago (2015-11-20 21:33:46 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/138271)
5 years, 1 month ago (2015-11-20 22:19:25 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1451483002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1451483002/80001
5 years, 1 month ago (2015-11-20 22:21:05 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-20 23:19:36 UTC) #24
commit-bot: I haz the power
5 years, 1 month ago (2015-11-20 23:20:41 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e6361975d7f7f4c434dc3380a3824b9d5e323d20
Cr-Commit-Position: refs/heads/master@{#360943}

Powered by Google App Engine
This is Rietveld 408576698