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

Issue 2636553002: [build/android] Update adb_command_line.py to use flag_changer (Closed)

Created:
3 years, 11 months ago by perezju
Modified:
3 years, 11 months ago
Reviewers:
jbudorick
CC:
chromium-reviews, mikecase+watch_chromium.org, jbudorick+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[build/android] Update adb_command_line.py to use flag_changer Now flag_changer is the main module intended to be used for managing command line flags passed to Chrome. API changes: - added --name option to specify command line file name - both --device-path and --executable are now deprecated Depends on CL: https://codereview.chromium.org/2633133002/ BUG=catapult:#3112 Review-Url: https://codereview.chromium.org/2636553002 Cr-Commit-Position: refs/heads/master@{#445010} Committed: https://chromium.googlesource.com/chromium/src/+/9f5c346350c3ac389de94de2ae5b4441205186da

Patch Set 1 #

Total comments: 5

Patch Set 2 : nits, and more clients #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -62 lines) Patch
M build/android/adb_android_webview_command_line View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/adb_cast_shell_command_line View 1 2 chunks +3 lines, -4 lines 0 comments Download
M build/android/adb_chrome_public_command_line View 1 1 chunk +1 line, -8 lines 0 comments Download
M build/android/adb_command_line.py View 1 2 chunks +43 lines, -43 lines 0 comments Download
M build/android/adb_content_shell_command_line View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/adb_system_webview_command_line View 1 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
perezju
Depends on a (yet unwritten) CL to add flag_changer.GetCurrentFlags(), but this is the main gist.
3 years, 11 months ago (2017-01-13 17:39:05 UTC) #2
jbudorick
https://codereview.chromium.org/2636553002/diff/1/build/android/adb_command_line.py File build/android/adb_command_line.py (left): https://codereview.chromium.org/2636553002/diff/1/build/android/adb_command_line.py#oldcode83 build/android/adb_command_line.py:83: return 0 nit: this should still return 0 https://codereview.chromium.org/2636553002/diff/1/build/android/adb_command_line.py ...
3 years, 11 months ago (2017-01-13 20:50:00 UTC) #3
perezju
https://codereview.chromium.org/2636553002/diff/1/build/android/adb_command_line.py File build/android/adb_command_line.py (left): https://codereview.chromium.org/2636553002/diff/1/build/android/adb_command_line.py#oldcode83 build/android/adb_command_line.py:83: return 0 On 2017/01/13 20:50:00, jbudorick wrote: > nit: ...
3 years, 11 months ago (2017-01-16 14:48:20 UTC) #5
jbudorick
On 2017/01/16 14:48:20, perezju wrote: > https://codereview.chromium.org/2636553002/diff/1/build/android/adb_command_line.py > File build/android/adb_command_line.py (left): > > https://codereview.chromium.org/2636553002/diff/1/build/android/adb_command_line.py#oldcode83 > ...
3 years, 11 months ago (2017-01-17 18:08:33 UTC) #6
perezju
On 2017/01/17 18:08:33, jbudorick wrote: > I think it's just this one: > https://codesearch.chromium.org/chromium/build/scripts/slave/recipe_modules/chromium_android/api.py?rcl=0&l=1452 Sounds ...
3 years, 11 months ago (2017-01-18 10:58:56 UTC) #7
jbudorick
On 2017/01/18 10:58:56, perezju wrote: > On 2017/01/17 18:08:33, jbudorick wrote: > > I think ...
3 years, 11 months ago (2017-01-18 14:04:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2636553002/20001
3 years, 11 months ago (2017-01-18 14:15:36 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/344167)
3 years, 11 months ago (2017-01-18 14:22:35 UTC) #12
perezju
On 2017/01/18 14:22:35, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 11 months ago (2017-01-18 14:26:22 UTC) #13
jbudorick
On 2017/01/18 14:26:22, perezju wrote: > On 2017/01/18 14:22:35, commit-bot: I haz the power wrote: ...
3 years, 11 months ago (2017-01-18 14:28:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2636553002/20001
3 years, 11 months ago (2017-01-19 09:25:55 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/345208)
3 years, 11 months ago (2017-01-19 09:31:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2636553002/40001
3 years, 11 months ago (2017-01-19 11:47:10 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/345271)
3 years, 11 months ago (2017-01-19 11:53:16 UTC) #23
perezju
On 2017/01/19 11:53:16, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 11 months ago (2017-01-19 12:21:09 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2636553002/40001
3 years, 11 months ago (2017-01-20 07:09:49 UTC) #26
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 07:43:10 UTC) #29
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/9f5c346350c3ac389de94de2ae5b...

Powered by Google App Engine
This is Rietveld 408576698