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

Issue 10834296: Second attempt at fixing Ninja build for Android and change make for host os optionally use goma (Closed)

Created:
8 years, 4 months ago by Yaron
Modified:
8 years, 4 months ago
Reviewers:
Nico
CC:
chromium-reviews, peter+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, michaelbai, Peter Beverloo
Visibility:
Public.

Description

Second attempt at fixing Ninja build for Android and change make for host os optionally use goma Now, to build with goma, you must: 1) Set $GOMA_DIR 2) Specify Goma in the path such as: PATH=$GOMA_DIR/android/:$PATH ninja -j250 -C out/Release base_unittests_apk "2)" above is necessary temporarily until the *_target variables are removed from build/android/envsetup.sh Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151532

Patch Set 1 #

Total comments: 2

Patch Set 2 : simplify changes to just build/common.gyip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M build/common.gypi View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Yaron
Nico, can you take a look? I don't like that make uses "make_global_settings" and Ninja ...
8 years, 4 months ago (2012-08-13 22:20:21 UTC) #1
Yaron
Nico, can you take a look? I don't like that make uses "make_global_settings" and Ninja ...
8 years, 4 months ago (2012-08-13 22:20:22 UTC) #2
Yaron
On 2012/08/13 22:20:22, Yaron wrote: > Nico, can you take a look? I don't like ...
8 years, 4 months ago (2012-08-13 22:21:09 UTC) #3
Nico
Since build/common.gypi mentions ANDROID_GOMA_WRAPPER , I don't understand why that approach wouldn't work with goma. ...
8 years, 4 months ago (2012-08-13 22:34:31 UTC) #4
Yaron
http://codereview.chromium.org/10834296/diff/1/build/android/envsetup.sh File build/android/envsetup.sh (right): http://codereview.chromium.org/10834296/diff/1/build/android/envsetup.sh#newcode108 build/android/envsetup.sh:108: export CXX_host=g++ On 2012/08/13 22:34:31, Nico wrote: > This ...
8 years, 4 months ago (2012-08-13 23:12:05 UTC) #5
Nico
On 2012/08/13 23:12:05, Yaron wrote: > http://codereview.chromium.org/10834296/diff/1/build/android/envsetup.sh > File build/android/envsetup.sh (right): > > http://codereview.chromium.org/10834296/diff/1/build/android/envsetup.sh#newcode108 > ...
8 years, 4 months ago (2012-08-13 23:16:20 UTC) #6
Yaron
On Mon, Aug 13, 2012 at 4:16 PM, <thakis@chromium.org> wrote: > On 2012/08/13 23:12:05, Yaron ...
8 years, 4 months ago (2012-08-13 23:43:57 UTC) #7
Nico
On Mon, Aug 13, 2012 at 4:43 PM, Yaron Friedman <yfriedman@chromium.org> wrote: > On Mon, ...
8 years, 4 months ago (2012-08-13 23:54:04 UTC) #8
Yaron
On Mon, Aug 13, 2012 at 4:54 PM, Nico Weber <thakis@chromium.org> wrote: > On Mon, ...
8 years, 4 months ago (2012-08-14 00:02:17 UTC) #9
Nico
On Mon, Aug 13, 2012 at 5:01 PM, Yaron Friedman <yfriedman@chromium.org> wrote: > On Mon, ...
8 years, 4 months ago (2012-08-14 00:03:47 UTC) #10
Yaron
On goma/ it says to do something like: PATH=$GOMA_DIR/android/:$PATH ninja -j250 -C out/Release unit_tests_apk However, ...
8 years, 4 months ago (2012-08-14 00:36:52 UTC) #11
Nico
On 2012/08/14 00:36:52, Yaron wrote: > On goma/ it says to do something like: > ...
8 years, 4 months ago (2012-08-14 00:41:39 UTC) #12
Yaron
On 2012/08/14 00:41:39, Nico wrote: > On 2012/08/14 00:36:52, Yaron wrote: > > On goma/ ...
8 years, 4 months ago (2012-08-14 00:47:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yfriedman@chromium.org/10834296/9001
8 years, 4 months ago (2012-08-14 16:53:26 UTC) #14
commit-bot: I haz the power
8 years, 4 months ago (2012-08-14 19:17:14 UTC) #15
Change committed as 151532

Powered by Google App Engine
This is Rietveld 408576698