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

Issue 1469913002: Cleanup gms update/preprocess scripts, roll android_tools (Closed)

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

Description

Cleaning up and refactoring gms update/preprocess scripts Also, add a pylib.utils.argpars_utils.CustomHelpAction to support multiple help commands Changelog for the android_tools roll: https://chromium.googlesource.com/android_tools/+/54492f99c84cab0826a8e656efeb33a1b1bf5a04..f4c36ad89b2696b37d9cd7ca7d984b691888b188 BUG=541727 Committed: https://crrev.com/e9ec8cc2b148f10b793615a5bf77d8b8b64632e0 Cr-Commit-Position: refs/heads/master@{#365548}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove version_info.json. config.json replaces it. #

Patch Set 3 : Roll android_tools #

Total comments: 8

Patch Set 4 : Add CustomHelpAction to pylib.utils #

Total comments: 7

Patch Set 5 : change the way the config is loaded #

Total comments: 4

Patch Set 6 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -502 lines) Patch
M DEPS View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M build/android/play_services/config.json View 1 chunk +2 lines, -1 line 0 comments Download
A + build/android/play_services/preprocess.py View 1 2 3 4 5 8 chunks +72 lines, -111 lines 0 comments Download
M build/android/play_services/update.py View 5 chunks +6 lines, -7 lines 0 comments Download
M build/android/play_services/update_test.py View 1 chunk +3 lines, -1 line 0 comments Download
M build/android/play_services/utils.py View 1 2 3 4 5 1 chunk +54 lines, -6 lines 0 comments Download
D build/android/preprocess_google_play_services.py View 1 chunk +0 lines, -299 lines 0 comments Download
D build/android/preprocess_google_play_services.config.json View 1 chunk +0 lines, -59 lines 0 comments Download
A build/android/pylib/utils/argparse_utils.py View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
D build/check_sdk_extras_version.py View 1 chunk +0 lines, -10 lines 0 comments Download
M build/install-build-deps-android.sh View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
dgn
PTAL. I removed some now unused files, moved some to the play_services module, ran pep8 ...
5 years ago (2015-11-23 15:26:46 UTC) #2
dgn
Friendly ping https://goo.gl/VxIirA
5 years ago (2015-12-02 15:24:36 UTC) #4
jbudorick
On 2015/12/02 15:24:36, dgn wrote: > Friendly ping https://goo.gl/VxIirA ah, sorry. I totally forgot about ...
5 years ago (2015-12-02 15:26:23 UTC) #5
jbudorick
Nice cleanup. https://codereview.chromium.org/1469913002/diff/40001/build/android/play_services/config.json File build/android/play_services/config.json (right): https://codereview.chromium.org/1469913002/diff/40001/build/android/play_services/config.json#newcode3 build/android/play_services/config.json:3: "version_xml_path": "res/values/version.xml" Should this file also have ...
5 years ago (2015-12-02 19:09:40 UTC) #6
dgn
PTAL https://codereview.chromium.org/1469913002/diff/40001/build/android/play_services/config.json File build/android/play_services/config.json (right): https://codereview.chromium.org/1469913002/diff/40001/build/android/play_services/config.json#newcode3 build/android/play_services/config.json:3: "version_xml_path": "res/values/version.xml" On 2015/12/02 19:09:40, jbudorick wrote: > ...
5 years ago (2015-12-03 16:36:57 UTC) #7
dgn
Ping, I would like to be able to use this for the next play services ...
5 years ago (2015-12-08 11:02:18 UTC) #9
jbudorick
https://codereview.chromium.org/1469913002/diff/40001/build/android/play_services/config.json File build/android/play_services/config.json (right): https://codereview.chromium.org/1469913002/diff/40001/build/android/play_services/config.json#newcode3 build/android/play_services/config.json:3: "version_xml_path": "res/values/version.xml" On 2015/12/03 16:36:57, dgn wrote: > On ...
5 years ago (2015-12-10 14:16:31 UTC) #10
dgn
About the ConfigParser, it looks like you would prefer it to be more like reading ...
5 years ago (2015-12-10 14:35:19 UTC) #11
jbudorick
https://codereview.chromium.org/1469913002/diff/60001/build/android/play_services/utils.py File build/android/play_services/utils.py (right): https://codereview.chromium.org/1469913002/diff/60001/build/android/play_services/utils.py#newcode96 build/android/play_services/utils.py:96: return self._data['locale_whitelist'] On 2015/12/10 14:35:19, dgn wrote: > On ...
5 years ago (2015-12-10 14:37:27 UTC) #12
dgn
PTAL https://codereview.chromium.org/1469913002/diff/60001/build/android/play_services/utils.py File build/android/play_services/utils.py (right): https://codereview.chromium.org/1469913002/diff/60001/build/android/play_services/utils.py#newcode96 build/android/play_services/utils.py:96: return self._data['locale_whitelist'] On 2015/12/10 14:37:27, jbudorick wrote: > ...
5 years ago (2015-12-10 21:12:57 UTC) #13
dgn
Friendly ping
5 years ago (2015-12-16 15:17:30 UTC) #14
jbudorick
Sorry about the delay. This is very close. https://codereview.chromium.org/1469913002/diff/80001/build/android/play_services/preprocess.py File build/android/play_services/preprocess.py (right): https://codereview.chromium.org/1469913002/diff/80001/build/android/play_services/preprocess.py#newcode256 build/android/play_services/preprocess.py:256: with ...
5 years ago (2015-12-16 15:25:42 UTC) #15
dgn
PTAL https://codereview.chromium.org/1469913002/diff/80001/build/android/play_services/preprocess.py File build/android/play_services/preprocess.py (right): https://codereview.chromium.org/1469913002/diff/80001/build/android/play_services/preprocess.py#newcode256 build/android/play_services/preprocess.py:256: with zipfile.ZipFile(zip_path, "r") as zip_file: On 2015/12/16 15:25:42, ...
5 years ago (2015-12-16 16:10:09 UTC) #16
jbudorick
lgtm
5 years ago (2015-12-16 16:10:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1469913002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1469913002/100001
5 years ago (2015-12-16 16:12:29 UTC) #19
dgn
On 2015/12/16 16:10:54, jbudorick wrote: > lgtm Thanks!
5 years ago (2015-12-16 16:14:23 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-16 17:18:11 UTC) #22
commit-bot: I haz the power
5 years ago (2015-12-16 17:19:04 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e9ec8cc2b148f10b793615a5bf77d8b8b64632e0
Cr-Commit-Position: refs/heads/master@{#365548}

Powered by Google App Engine
This is Rietveld 408576698