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

Issue 1681223007: Android Add java_group() template to GN (Closed)

Created:
4 years, 10 months ago by agrieve
Modified:
4 years, 10 months ago
Reviewers:
pkotwicz
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

Android Add java_group() template to GN One drawback of the custom java_* and android_* GN templates is that group() does not work as you'd expect. For example, if you have a dependency like: java_binary() -> group() -> java_library(), then the java_library() won't actually be added to the java_binary() when compiled (because write_build_config requires that all deps also produce build_configs) This adds java_group() in order to fill that gap. BUG=586506 Committed: https://crrev.com/e70a039356c70a5e4727194283d7b6d844e53331 Cr-Commit-Position: refs/heads/master@{#375249}

Patch Set 1 #

Patch Set 2 : maintain ordering #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -8 lines) Patch
M build/android/gyp/write_build_config.py View 1 2 chunks +15 lines, -3 lines 0 comments Download
M build/config/android/internal_rules.gni View 3 chunks +7 lines, -5 lines 0 comments Download
M build/config/android/rules.gni View 1 chunk +21 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 21 (9 generated)
agrieve
On 2016/02/12 01:55:17, agrieve wrote: > mailto:agrieve@chromium.org changed reviewers: > + mailto:pkotwicz@chromium.org ⚡⚡
4 years, 10 months ago (2016-02-12 01:56:00 UTC) #3
agrieve
On 2016/02/12 01:56:00, agrieve wrote: > On 2016/02/12 01:55:17, agrieve wrote: > > mailto:agrieve@chromium.org changed ...
4 years, 10 months ago (2016-02-12 01:56:28 UTC) #4
pkotwicz
This definitely deserves a crbug
4 years, 10 months ago (2016-02-12 03:10:13 UTC) #5
agrieve
On 2016/02/12 03:10:13, pkotwicz wrote: > This definitely deserves a crbug Done
4 years, 10 months ago (2016-02-12 15:14:10 UTC) #7
pkotwicz
LGTM Please comment in the CL description why the dep is not added. It took ...
4 years, 10 months ago (2016-02-12 16:19:02 UTC) #8
pkotwicz
LGTM Please comment in the CL description why the dep is not added. It took ...
4 years, 10 months ago (2016-02-12 16:19:06 UTC) #9
agrieve
On 2016/02/12 16:19:06, pkotwicz wrote: > LGTM > > Please comment in the CL description ...
4 years, 10 months ago (2016-02-12 16:22:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681223007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681223007/20001
4 years, 10 months ago (2016-02-12 16:23:20 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/49562)
4 years, 10 months ago (2016-02-12 16:29:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681223007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681223007/20001
4 years, 10 months ago (2016-02-12 18:19:41 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-12 20:44:01 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:44:58 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e70a039356c70a5e4727194283d7b6d844e53331
Cr-Commit-Position: refs/heads/master@{#375249}

Powered by Google App Engine
This is Rietveld 408576698