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

Issue 1679623002: Create dist jars only for instrumentation apks; use ijars for them (Closed)

Created:
4 years, 10 months ago by agrieve
Modified:
4 years, 10 months ago
Reviewers:
jbudorick
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create dist jars only for instrumentation apks; use ijars for them Since the dist jar is used only for extracting the list of tests, there's no need to create one for every apk. Using interface jars rather than normal jars speeds up test calculation time for ChromePublicTestApk 17s -> 5s on my machine. Even better would be to address the TODO and create the test list at build time, but might as well pick this lower-hanging fruit :). BUG=none Committed: https://crrev.com/b13c048454a8755e0d4ebc584b1003c2b829b2b5 Cr-Commit-Position: refs/heads/master@{#374181}

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -19 lines) Patch
M build/android/gyp/create_dist_jar.py View 3 chunks +7 lines, -0 lines 2 comments Download
M build/android/gyp/util/build_utils.py View 1 chunk +8 lines, -4 lines 3 comments Download
M build/config/android/rules.gni View 6 chunks +16 lines, -15 lines 3 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 16 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679623002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679623002/1
4 years, 10 months ago (2016-02-06 19:11:12 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-07 04:28:23 UTC) #4
agrieve
On 2016/02/07 04:28:23, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 10 months ago (2016-02-08 14:52:34 UTC) #7
jbudorick
https://codereview.chromium.org/1679623002/diff/1/build/android/gyp/create_dist_jar.py File build/android/gyp/create_dist_jar.py (right): https://codereview.chromium.org/1679623002/diff/1/build/android/gyp/create_dist_jar.py#newcode20 build/android/gyp/create_dist_jar.py:20: parser.add_option('--use-ijars', action='store_true', If we only use dist jars for ...
4 years, 10 months ago (2016-02-08 16:24:13 UTC) #8
agrieve
https://codereview.chromium.org/1679623002/diff/1/build/android/gyp/create_dist_jar.py File build/android/gyp/create_dist_jar.py (right): https://codereview.chromium.org/1679623002/diff/1/build/android/gyp/create_dist_jar.py#newcode20 build/android/gyp/create_dist_jar.py:20: parser.add_option('--use-ijars', action='store_true', On 2016/02/08 16:24:12, jbudorick wrote: > If ...
4 years, 10 months ago (2016-02-08 16:42:01 UTC) #9
jbudorick
lgtm https://codereview.chromium.org/1679623002/diff/1/build/android/gyp/util/build_utils.py File build/android/gyp/util/build_utils.py (right): https://codereview.chromium.org/1679623002/diff/1/build/android/gyp/util/build_utils.py#newcode335 build/android/gyp/util/build_utils.py:335: if hasattr(info, 'CRC'): On 2016/02/08 16:42:01, agrieve wrote: ...
4 years, 10 months ago (2016-02-08 16:59:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679623002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679623002/1
4 years, 10 months ago (2016-02-08 17:58:16 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-08 21:25:50 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 21:28:31 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b13c048454a8755e0d4ebc584b1003c2b829b2b5
Cr-Commit-Position: refs/heads/master@{#374181}

Powered by Google App Engine
This is Rietveld 408576698