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

Issue 14315010: Add fetch recipe alias targeting Android (Closed)

Created:
7 years, 8 months ago by janx
Modified:
7 years, 7 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Add fetch recipe alias targetting Android "fetch android" is a basic alias for "fetch chromium --target_os=android", which adds "target_os=['android']" to the gclient specs as described in chromium's AndroidBuildInstructions wiki page. NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=197031

Patch Set 1 #

Patch Set 2 : Add fetch recipe alias targeting Android #

Patch Set 3 : Fix git cl upload #

Total comments: 16

Patch Set 4 : Additional fixes #

Total comments: 3

Patch Set 5 : Fix pylint warning disables and import order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -10 lines) Patch
A recipes/android.py View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
M recipes/blink.py View 1 2 3 4 2 chunks +12 lines, -7 lines 0 comments Download
M recipes/chromium.py View 1 2 3 4 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
janx
Basic "fetch android" recipe to fetch chromium sources targeting Android, as instructed by https://code.google.com/p/chromium/wiki/AndroidBuildInstructions. This ...
7 years, 8 months ago (2013-04-18 14:39:13 UTC) #1
Dirk Pranke
I'm not sure what the best way to handle variants like this is. What if ...
7 years, 8 months ago (2013-04-18 16:46:42 UTC) #2
agable
When we created the alias mechanism, we decided to explicitly disallow alias chaining -- if ...
7 years, 8 months ago (2013-04-18 16:56:24 UTC) #3
janx
For that particular use-case I would agree with having to do "fetch android --webkit_rev=ToT", because ...
7 years, 8 months ago (2013-04-19 13:32:26 UTC) #4
agable
On 2013/04/19 13:32:26, janx wrote: > For that particular use-case I would agree with having ...
7 years, 8 months ago (2013-04-22 18:11:55 UTC) #5
commit-bot: I haz the power
No reviewers yet.
7 years, 8 months ago (2013-04-23 10:33:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/janx@chromium.org/14315010/1
7 years, 8 months ago (2013-04-23 13:05:09 UTC) #7
commit-bot: I haz the power
Presubmit check for 14315010-1 failed and returned exit status 1. INFO:root:Found 2 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-23 13:05:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/janx@chromium.org/14315010/14001
7 years, 8 months ago (2013-04-24 10:22:40 UTC) #9
commit-bot: I haz the power
Presubmit check for 14315010-14001 failed and returned exit status 1. INFO:root:Found 2 file(s). INFO:PRESUBMIT:Running pylint ...
7 years, 8 months ago (2013-04-24 10:24:12 UTC) #10
janx
Apparently the commit queue is having some issues with the presubmit checks, because my patch ...
7 years, 8 months ago (2013-04-24 13:00:34 UTC) #11
M-A Ruel
https://codereview.chromium.org/14315010/diff/14001/recipes/android.py File recipes/android.py (right): https://codereview.chromium.org/14315010/diff/14001/recipes/android.py#newcode6 recipes/android.py:6: import recipe_util stdlib import first then local imports https://codereview.chromium.org/14315010/diff/14001/recipes/android.py#newcode8 ...
7 years, 8 months ago (2013-04-24 13:09:14 UTC) #12
agable
Sorry, forgot I'm only an owner in build/, not in depot_tools/. https://chromiumcodereview.appspot.com/14315010/diff/14001/recipes/android.py File recipes/android.py (right): ...
7 years, 8 months ago (2013-04-24 18:04:09 UTC) #13
janx
Thanks a lot for your suggestions, Marc-Antoine and Aaron. I addressed most of them in ...
7 years, 8 months ago (2013-04-26 09:52:59 UTC) #14
janx
https://codereview.chromium.org/14315010/diff/14001/recipes/android.py File recipes/android.py (right): https://codereview.chromium.org/14315010/diff/14001/recipes/android.py#newcode6 recipes/android.py:6: import recipe_util On 2013/04/24 13:09:14, Marc-Antoine Ruel wrote: > ...
7 years, 8 months ago (2013-04-26 10:05:09 UTC) #15
M-A Ruel
I'm mostly fine with the CL https://codereview.chromium.org/14315010/diff/20001/recipes/android.py File recipes/android.py (right): https://codereview.chromium.org/14315010/diff/20001/recipes/android.py#newcode6 recipes/android.py:6: # pylint: disable=F0401 ...
7 years, 7 months ago (2013-04-29 13:43:04 UTC) #16
janx
Thanks for the comments Marc-Antoine, I also addressed them in chromium.py.
7 years, 7 months ago (2013-04-29 13:57:43 UTC) #17
M-A Ruel
perfect, lgtm
7 years, 7 months ago (2013-04-29 13:59:54 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/janx@chromium.org/14315010/26001
7 years, 7 months ago (2013-04-29 14:02:04 UTC) #19
commit-bot: I haz the power
Change committed as 197031
7 years, 7 months ago (2013-04-29 14:03:48 UTC) #20
abarth-chromium
Should we update the wiki to tell people to use "fetch android" ?
7 years, 7 months ago (2013-04-29 23:57:25 UTC) #21
janx
I slightly modified https://code.google.com/p/chromium/wiki/UsingGit and https://code.google.com/p/chromium/wiki/AndroidBuildInstructions to talk about `fetch android`.
7 years, 7 months ago (2013-04-30 19:46:49 UTC) #22
abarth-chromium
7 years, 7 months ago (2013-04-30 19:48:35 UTC) #23
Message was sent while issue was closed.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698