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

Issue 1418573010: Enable downloading Google Play services via deps hook (Closed)

Created:
5 years, 1 month ago by dgn
Modified:
5 years, 1 month ago
Reviewers:
jbudorick
CC:
chromium-reviews, klundberg+watch_chromium.org, mikecase+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org, aberent
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable downloading Google Play services via deps hook Call build/android/play_services/update.py from DEPS and remove now unused scripts. BUG=541727 Committed: https://crrev.com/ebe5d99c6d713d6f1be12e9a0f4a678e31be9aa0 Cr-Commit-Position: refs/heads/master@{#358326}

Patch Set 1 #

Total comments: 15

Patch Set 2 : Move update script changes to other CL #

Patch Set 3 : Rebase, change default bucket #

Patch Set 4 : Rebase #

Patch Set 5 : Update patchset dependencies #

Patch Set 6 : Fix bot env bug #

Patch Set 7 : Rebase on the json CL #

Patch Set 8 : CL deps #

Patch Set 9 : Run the script with -v to see how it's logged on bots #

Patch Set 10 : Rebase, remove -v #

Patch Set 11 : restore sha1 #

Patch Set 12 : Rebased on 1418833005 #

Patch Set 13 : Rebase #

Patch Set 14 : Rebase #

Patch Set 15 : Rebase #

Patch Set 16 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -314 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +5 lines, -3 lines 0 comments Download
D build/android_sdk_extras.json View 1 chunk +0 lines, -9 lines 0 comments Download
M build/check_sdk_extras_version.py View 1 chunk +2 lines, -123 lines 0 comments Download
D build/download_sdk_extras.py View 1 chunk +0 lines, -99 lines 0 comments Download
D build/get_sdk_extras_packages.py View 1 chunk +0 lines, -24 lines 0 comments Download
D build/install-android-sdks.sh View 1 chunk +0 lines, -20 lines 0 comments Download
M build/install-build-deps-android.sh View 2 chunks +2 lines, -8 lines 0 comments Download
M build/secondary/third_party/android_tools/BUILD.gn View 1 2 2 chunks +0 lines, -28 lines 0 comments Download

Messages

Total messages: 20 (2 generated)
dgn
PTAL. This is the CL that will turn hooks updating on. Currently it's still an ...
5 years, 1 month ago (2015-10-28 13:54:34 UTC) #2
jbudorick
I'm excited to see this, but beware that this won't be properly tested by the ...
5 years, 1 month ago (2015-10-28 14:08:25 UTC) #3
dgn
https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/update.py File build/android/play_services/update.py (left): https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/update.py#oldcode397 build/android/play_services/update.py:397: return yes_no.YesNo('Do you accept the license? [y/n]: ') On ...
5 years, 1 month ago (2015-10-28 14:27:13 UTC) #4
jbudorick
https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/update.py File build/android/play_services/update.py (left): https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/update.py#oldcode397 build/android/play_services/update.py:397: return yes_no.YesNo('Do you accept the license? [y/n]: ') On ...
5 years, 1 month ago (2015-10-28 14:28:54 UTC) #5
jbudorick
https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/utils.py File build/android/play_services/utils.py (right): https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/utils.py#newcode45 build/android/play_services/utils.py:45: def EmphasizeMessage(message): On 2015/10/28 14:28:53, jbudorick wrote: > On ...
5 years, 1 month ago (2015-10-28 14:29:31 UTC) #6
dgn
Testing: for bots, I expect the trybots to be good enough. I asked some people ...
5 years, 1 month ago (2015-10-28 14:29:31 UTC) #7
dgn
https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/update.py File build/android/play_services/update.py (right): https://codereview.chromium.org/1418573010/diff/1/build/android/play_services/update.py#newcode393 build/android/play_services/update.py:393: # the text here and flush is explicitely to ...
5 years, 1 month ago (2015-10-28 16:32:58 UTC) #8
dgn
aberent@ (cc) successfully ran the hooks, but using gclient runhooks messed up his output directory. ...
5 years, 1 month ago (2015-11-03 19:17:05 UTC) #9
aberent
I still don't fully understand what happened here, but it appears to be nothing to ...
5 years, 1 month ago (2015-11-04 14:30:52 UTC) #10
dgn
@jbudorick: PTAL. I believe it is now ready.
5 years, 1 month ago (2015-11-04 16:35:12 UTC) #11
jbudorick
The code looks fine, so I tried running this and your other patch locally. In ...
5 years, 1 month ago (2015-11-04 17:15:31 UTC) #12
jbudorick
On 2015/11/04 17:15:31, jbudorick wrote: > The code looks fine, so I tried running this ...
5 years, 1 month ago (2015-11-04 17:20:01 UTC) #13
jbudorick
On 2015/11/04 17:20:01, jbudorick wrote: > On 2015/11/04 17:15:31, jbudorick wrote: > > The code ...
5 years, 1 month ago (2015-11-04 17:36:41 UTC) #14
dgn
On 2015/11/04 17:20:01, jbudorick wrote: > On 2015/11/04 17:15:31, jbudorick wrote: > > The code ...
5 years, 1 month ago (2015-11-04 17:37:15 UTC) #15
jbudorick
lgtm
5 years, 1 month ago (2015-11-06 15:21:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418573010/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418573010/300001
5 years, 1 month ago (2015-11-06 15:22:02 UTC) #18
commit-bot: I haz the power
Committed patchset #16 (id:300001)
5 years, 1 month ago (2015-11-06 15:28:58 UTC) #19
commit-bot: I haz the power
5 years, 1 month ago (2015-11-06 15:29:57 UTC) #20
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/ebe5d99c6d713d6f1be12e9a0f4a678e31be9aa0
Cr-Commit-Position: refs/heads/master@{#358326}

Powered by Google App Engine
This is Rietveld 408576698