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

Issue 10898019: Adding support for ninja. (Closed)

Created:
8 years, 3 months ago by sivachandra
Modified:
8 years, 3 months ago
Reviewers:
cmp, Yaron, Isaac (away), navabi
CC:
chromium-reviews, peter+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Response to yfriedman's comment. #

Total comments: 6

Patch Set 3 : Refactored based on ilevy's comments. #

Patch Set 4 : Another round of refactor.wq #

Total comments: 1

Patch Set 5 : Add 'All' target for the ninja command. #

Total comments: 1

Patch Set 6 : Another refactor to fix failures on the try bot.wq #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M build/android/buildbot_functions.sh View 1 2 3 4 5 5 chunks +24 lines, -6 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
sivachandra
8 years, 3 months ago (2012-08-28 23:35:04 UTC) #1
sivachandra
8 years, 3 months ago (2012-08-28 23:35:32 UTC) #2
Yaron
https://chromiumcodereview.appspot.com/10898019/diff/1/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/1/build/android/buildbot_functions.sh#newcode87 build/android/buildbot_functions.sh:87: export GYP_GENERATORS=ninja You only want to set this if ...
8 years, 3 months ago (2012-08-28 23:38:32 UTC) #3
sivachandra
https://chromiumcodereview.appspot.com/10898019/diff/1/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/1/build/android/buildbot_functions.sh#newcode87 build/android/buildbot_functions.sh:87: export GYP_GENERATORS=ninja On 2012/08/28 23:38:33, Yaron wrote: > You ...
8 years, 3 months ago (2012-08-29 16:52:01 UTC) #4
Isaac (away)
https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh#newcode202 build/android/buildbot_functions.sh:202: BUILDTOOL=$(bb_get_json_prop "$FACTORY_PROPERTIES" buildtool) Pass these variables as args rather ...
8 years, 3 months ago (2012-08-29 17:29:05 UTC) #5
sivachandra
PTAL https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh#newcode202 build/android/buildbot_functions.sh:202: BUILDTOOL=$(bb_get_json_prop "$FACTORY_PROPERTIES" buildtool) On 2012/08/29 17:29:05, Isaac wrote: ...
8 years, 3 months ago (2012-08-29 19:36:49 UTC) #6
Isaac (away)
https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh#newcode202 build/android/buildbot_functions.sh:202: BUILDTOOL=$(bb_get_json_prop "$FACTORY_PROPERTIES" buildtool) I'm saying bb_goma_ninja and bb_goma make ...
8 years, 3 months ago (2012-08-29 19:48:59 UTC) #7
sivachandra
https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/4002/build/android/buildbot_functions.sh#newcode202 build/android/buildbot_functions.sh:202: BUILDTOOL=$(bb_get_json_prop "$FACTORY_PROPERTIES" buildtool) On 2012/08/29 19:48:59, Isaac wrote: > ...
8 years, 3 months ago (2012-08-29 20:55:36 UTC) #8
Isaac (away)
no, because you're still adding additional variables into the environment, which makes the code harder ...
8 years, 3 months ago (2012-08-29 21:25:12 UTC) #9
sivachandra
On 2012/08/29 21:25:12, Isaac wrote: > no, because you're still adding additional variables into the ...
8 years, 3 months ago (2012-08-29 21:52:54 UTC) #10
Isaac (away)
lgtm, thanks for fixing
8 years, 3 months ago (2012-08-29 22:18:52 UTC) #11
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 3 months ago (2012-08-29 23:54:25 UTC) #12
Yaron
rubberstamp lgtm
8 years, 3 months ago (2012-08-30 01:18:31 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@google.com/10898019/4003
8 years, 3 months ago (2012-08-30 01:18:50 UTC) #14
Yaron
https://chromiumcodereview.appspot.com/10898019/diff/4003/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/4003/build/android/buildbot_functions.sh#newcode201 build/android/buildbot_functions.sh:201: ninja -C out/$BUILDTYPE -j120 -l20 Ended up looking because ...
8 years, 3 months ago (2012-08-30 01:21:21 UTC) #15
Isaac (away)
Sorry about that -- thought we had corrected the 'all' target to point at 'All'. ...
8 years, 3 months ago (2012-08-30 06:55:17 UTC) #16
sivachandra
PTAL https://chromiumcodereview.appspot.com/10898019/diff/16001/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10898019/diff/16001/build/android/buildbot_functions.sh#newcode201 build/android/buildbot_functions.sh:201: ninja -C out/$BUILDTYPE -j120 -l20 All It is ...
8 years, 3 months ago (2012-08-30 21:00:02 UTC) #17
Isaac (away)
lgtm
8 years, 3 months ago (2012-08-30 21:35:04 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@google.com/10898019/16001
8 years, 3 months ago (2012-08-30 21:38:19 UTC) #19
Yaron
lgtm
8 years, 3 months ago (2012-08-30 21:38:21 UTC) #20
commit-bot: I haz the power
Try job failure for 10898019-16001 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 3 months ago (2012-08-30 22:05:14 UTC) #21
Isaac (away)
Whoops, bb_goma_make was already taking arguments...
8 years, 3 months ago (2012-08-30 22:29:53 UTC) #22
sivachandra
On 2012/08/30 22:29:53, Isaac wrote: > Whoops, bb_goma_make was already taking arguments... Id the last ...
8 years, 3 months ago (2012-08-31 16:23:00 UTC) #23
sivachandra
On 2012/08/31 16:23:00, sivachandra wrote: > On 2012/08/30 22:29:53, Isaac wrote: > > Whoops, bb_goma_make ...
8 years, 3 months ago (2012-08-31 22:56:39 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@google.com/10898019/21002
8 years, 3 months ago (2012-08-31 23:26:21 UTC) #25
commit-bot: I haz the power
8 years, 3 months ago (2012-09-01 03:11:30 UTC) #26
Change committed as 154587

Powered by Google App Engine
This is Rietveld 408576698