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

Issue 1288023003: Create *_managed targets for android_apk()s (Closed)

Created:
5 years, 4 months ago by agrieve
Modified:
5 years, 3 months ago
Reviewers:
Dirk Pranke, brettw
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create *_incremental targets for android_apk()s These are not depended on by the main rule, but can be built explicitly. They are meant to be used to decrease adb install times (see bug) BUG=520082 Committed: https://crrev.com/fd28ec0ae16a28fba11d0e3b72870f286b990d46 Cr-Commit-Position: refs/heads/master@{#345513}

Patch Set 1 #

Total comments: 2

Patch Set 2 : add template comments #

Total comments: 7

Patch Set 3 : review comments 1 #

Patch Set 4 : more forwarded vars #

Total comments: 2

Patch Set 5 : managed -> incremental #

Patch Set 6 : rebase #

Patch Set 7 : fix gn gen #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -74 lines) Patch
M build/config/android/internal_rules.gni View 1 2 3 4 9 chunks +137 lines, -62 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 4 5 6 8 chunks +23 lines, -12 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
agrieve
5 years, 4 months ago (2015-08-12 14:33:09 UTC) #2
Dirk Pranke
Chris is probably a much better reviewer for this than I. https://codereview.chromium.org/1288023003/diff/1/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): ...
5 years, 4 months ago (2015-08-12 18:55:20 UTC) #4
agrieve
On 2015/08/12 18:55:20, Dirk Pranke wrote: > Chris is probably a much better reviewer for ...
5 years, 4 months ago (2015-08-14 17:42:13 UTC) #5
agrieve
On 2015/08/14 17:42:13, agrieve wrote: > On 2015/08/12 18:55:20, Dirk Pranke wrote: > > Chris ...
5 years, 4 months ago (2015-08-17 20:58:02 UTC) #6
Dirk Pranke
Sorry for the delay This basically looks good to me, but I'd like Brett to ...
5 years, 4 months ago (2015-08-17 21:14:13 UTC) #7
agrieve
https://codereview.chromium.org/1288023003/diff/1/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/1288023003/diff/1/build/config/android/internal_rules.gni#newcode512 build/config/android/internal_rules.gni:512: template("package_apk") { On 2015/08/12 18:55:20, Dirk Pranke wrote: > ...
5 years, 4 months ago (2015-08-18 14:48:47 UTC) #9
agrieve
On 2015/08/18 14:48:47, agrieve wrote: > https://codereview.chromium.org/1288023003/diff/1/build/config/android/internal_rules.gni > File build/config/android/internal_rules.gni (right): > > https://codereview.chromium.org/1288023003/diff/1/build/config/android/internal_rules.gni#newcode512 > ...
5 years, 4 months ago (2015-08-25 15:40:33 UTC) #10
Dirk Pranke
lgtm w/ last comment addressed. https://codereview.chromium.org/1288023003/diff/60001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/1288023003/diff/60001/build/config/android/internal_rules.gni#newcode584 build/config/android/internal_rules.gni:584: template("finalize_apk") { this still ...
5 years, 3 months ago (2015-08-25 20:04:28 UTC) #11
agrieve
https://codereview.chromium.org/1288023003/diff/60001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/1288023003/diff/60001/build/config/android/internal_rules.gni#newcode584 build/config/android/internal_rules.gni:584: template("finalize_apk") { On 2015/08/25 20:04:27, Dirk Pranke wrote: > ...
5 years, 3 months ago (2015-08-25 23:46:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1288023003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1288023003/80001
5 years, 3 months ago (2015-08-25 23:47:52 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/89538) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 3 months ago (2015-08-25 23:49:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1288023003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1288023003/100001
5 years, 3 months ago (2015-08-25 23:55:33 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/107666)
5 years, 3 months ago (2015-08-26 00:05:02 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1288023003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1288023003/120001
5 years, 3 months ago (2015-08-26 00:31:43 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 3 months ago (2015-08-26 01:01:05 UTC) #26
commit-bot: I haz the power
5 years, 3 months ago (2015-08-26 01:01:51 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/fd28ec0ae16a28fba11d0e3b72870f286b990d46
Cr-Commit-Position: refs/heads/master@{#345513}

Powered by Google App Engine
This is Rietveld 408576698