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

Issue 139743016: android: Fold all_android.gyp into all.gyp. (Closed)

Created:
6 years, 11 months ago by Nico
Modified:
6 years, 11 months ago
Reviewers:
whywhat, Yaron, Torne
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

android: Fold all_android.gyp into all.gyp. All other platforms have their targets in all.gyp. Android didn't during bring-up, but enough stuff works by now that there's no need for the separate all_android.gyp file any more. BUG=330631 R=yfriedman@chromium.org TBR=rsleevi@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246782

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : tweak #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : rebase #

Total comments: 10

Patch Set 12 : comment #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -185 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +186 lines, -13 lines 0 comments Download
D build/all_android.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -169 lines 2 comments Download
M build/android/envsetup_functions.sh View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Nico
6 years, 11 months ago (2014-01-22 23:11:02 UTC) #1
Nico
ping On Wed, Jan 22, 2014 at 3:11 PM, <thakis@chromium.org> wrote: > Reviewers: Torne, > ...
6 years, 11 months ago (2014-01-23 17:01:53 UTC) #2
Torne
Looks reasonable but I don't really want to approve this myself as I dunno about ...
6 years, 11 months ago (2014-01-23 21:53:13 UTC) #3
Yaron
https://codereview.chromium.org/139743016/diff/910001/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/139743016/diff/910001/build/all.gyp#newcode41 build/all.gyp:41: '../ui/ui_unittests.gyp:ui_unittests', Unrelated but this seems pretty bizarre. This is ...
6 years, 11 months ago (2014-01-23 22:41:28 UTC) #4
Yaron
https://codereview.chromium.org/139743016/diff/910001/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://codereview.chromium.org/139743016/diff/910001/build/android/envsetup_functions.sh#newcode153 build/android/envsetup_functions.sh:153: unset CHROMIUM_GYP_FILE On 2014/01/23 22:41:28, Yaron wrote: > Won't ...
6 years, 11 months ago (2014-01-23 22:42:17 UTC) #5
Nico
Thanks! https://codereview.chromium.org/139743016/diff/910001/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/139743016/diff/910001/build/all.gyp#newcode41 build/all.gyp:41: '../ui/ui_unittests.gyp:ui_unittests', On 2014/01/23 22:41:28, Yaron wrote: > Unrelated ...
6 years, 11 months ago (2014-01-23 23:09:24 UTC) #6
Yaron
On 2014/01/23 23:09:24, Nico wrote: > Thanks! > > https://codereview.chromium.org/139743016/diff/910001/build/all.gyp > File build/all.gyp (right): > ...
6 years, 11 months ago (2014-01-24 01:09:47 UTC) #7
Nico
On Thu, Jan 23, 2014 at 5:09 PM, <yfriedman@chromium.org> wrote: > On 2014/01/23 23:09:24, Nico ...
6 years, 11 months ago (2014-01-24 01:13:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/139743016/980001
6 years, 11 months ago (2014-01-24 01:14:34 UTC) #9
Torne
On 2014/01/24 01:13:40, Nico wrote: > On Thu, Jan 23, 2014 at 5:09 PM, <mailto:yfriedman@chromium.org> ...
6 years, 11 months ago (2014-01-24 01:14:52 UTC) #10
Nico
Committed patchset #12 manually as r246782 (tree was closed).
6 years, 11 months ago (2014-01-24 04:32:22 UTC) #11
whywhat
There're two android_gyp issues for me when I run it with this change in my ...
6 years, 11 months ago (2014-01-24 16:05:55 UTC) #12
Nico
On Fri, Jan 24, 2014 at 8:05 AM, <avayvod@chromium.org> wrote: > There're two android_gyp issues ...
6 years, 11 months ago (2014-01-24 16:40:04 UTC) #13
Nico
6 years, 11 months ago (2014-01-24 19:32:32 UTC) #14
Message was sent while issue was closed.
https://codereview.chromium.org/139743016/diff/910001/build/all.gyp
File build/all.gyp (right):

https://codereview.chromium.org/139743016/diff/910001/build/all.gyp#newcode703
build/all.gyp:703: 'target_name': 'android_builder_tests',
> Nice! Will look into doing this in a follow-up.

Did look into this. Since android uses GYP_GENERATOR_FLAGS=default_target=All,
all the targets listed in this target would have to move into All, so maybe the
default_target thing should be changed first. Now looking into what that
requires.

Powered by Google App Engine
This is Rietveld 408576698