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

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed)

Created:
6 years, 9 months ago by aurimas (slooooooooow)
Modified:
6 years, 9 months ago
CC:
chromium-reviews, craigdh+watch_chromium.org, vsevik, devtools-reviews_chromium.org, frankf, yurys, telemetry+watch_chromium.org, chrome-speed-team+watch_google.com, stgao, paulirish+reviews_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, aandrey+blink_chromium.org, android-webview-reviews_chromium.org, pfeldman, frankf+watch_chromium.org
Visibility:
Public.

Description

Rename chromium_testshell target to chrome_shell_apk. Final rename of ChromiumTestShell to ChromeShell. Now the new targets to build ChromeShell and ChromeShellTest APKs will be: chrome_shell_apk chrome_shell_test_apk This will better align with ContentShell and ContentShellTest APKs' targets: content_shell_apk content_shell_test_apk BUG=348137 TBR=mnaganov@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256382

Patch Set 1 #

Patch Set 2 : Add missing import #

Total comments: 12

Patch Set 3 : nyquist,mnaganov,tonyg nits #

Patch Set 4 : Undo the added devtools package #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -738 lines) Patch
M android_webview/android_webview_tests.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/all.gyp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + build/android/adb_chrome_shell_command_line View 2 chunks +9 lines, -9 lines 0 comments Download
D build/android/adb_chromium_testshell_command_line View 1 chunk +0 lines, -37 lines 0 comments Download
A + build/android/adb_gdb_chrome_shell View 1 chunk +2 lines, -2 lines 0 comments Download
D build/android/adb_gdb_chromium_testshell View 1 chunk +0 lines, -16 lines 0 comments Download
M build/android/buildbot/bb_device_steps.py View 2 chunks +5 lines, -5 lines 0 comments Download
M build/android/buildbot/bb_run_bot.py View 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/lint/suppressions.xml View 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/constants.py View 2 chunks +4 lines, -4 lines 0 comments Download
M build/android/pylib/utils/report_results.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/test_runner.py View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
A chrome/android/shell/chrome_main_delegate_chrome_shell_android.h View 1 chunk +21 lines, -0 lines 0 comments Download
A + chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc View 2 chunks +6 lines, -5 lines 0 comments Download
D chrome/android/shell/chrome_main_delegate_testshell_android.h View 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/android/shell/chrome_main_delegate_testshell_android.cc View 1 chunk +0 lines, -27 lines 0 comments Download
A + chrome/android/shell/chrome_shell_google_location_settings_helper.h View 2 chunks +7 lines, -7 lines 0 comments Download
A chrome/android/shell/chrome_shell_google_location_settings_helper.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java View 1 2 3 8 chunks +12 lines, -12 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java View 1 2 3 4 chunks +4 lines, -7 lines 0 comments Download
A + chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellPKCS11AuthenticationManager.java View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellSwitches.java View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java View 4 chunks +5 lines, -5 lines 0 comments Download
A + chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java View 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java View 6 chunks +11 lines, -11 lines 0 comments Download
D chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellSwitches.java View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellTab.java View 1 chunk +0 lines, -124 lines 0 comments Download
D chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellToolbar.java View 1 chunk +0 lines, -159 lines 0 comments Download
M chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellTestBase.java View 3 chunks +3 lines, -3 lines 0 comments Download
A + chrome/android/shell/res/layout/chrome_shell_activity.xml View 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/android/shell/res/layout/testshell_activity.xml View 1 chunk +0 lines, -45 lines 0 comments Download
D chrome/android/shell/testshell_google_location_settings_helper.h View 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/android/shell/testshell_google_location_settings_helper.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M chrome/browser/devtools/devtools_adb_bridge.cc View 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_android.gypi View 1 2 5 chunks +18 lines, -16 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/test/chromedriver/chrome/device_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/test/run_py_tests.py View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/test/test_expectations View 1 chunk +1 line, -1 line 0 comments Download
M chrome/tools/build/android/FILES.cfg View 1 chunk +1 line, -1 line 0 comments Download
M tools/bisect-perf-regression.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/cr/cr/base/android.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/cr/cr/targets/chrome_shell.py View 1 chunk +6 lines, -6 lines 0 comments Download
D tools/cr/cr/targets/chromium_testshell.py View 1 chunk +0 lines, -29 lines 0 comments Download
M tools/telemetry/docs/telemetry.core.chrome.android_browser_backend.html View 3 chunks +7 lines, -7 lines 0 comments Download
M tools/telemetry/docs/telemetry.core.chrome.android_browser_finder.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py View 1 chunk +5 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
aurimas (slooooooooow)
Hey guys, please review changes in the following directories: tonyg: tools/telemetry/* nyquist: chrome/android/shell/* boliu: android_webview/* ...
6 years, 9 months ago (2014-03-06 23:43:48 UTC) #1
boliu
android_webview lgtm for comment only change :)
6 years, 9 months ago (2014-03-07 00:00:10 UTC) #2
tonyg
https://chromiumcodereview.appspot.com/189133005/diff/20001/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py File tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py (left): https://chromiumcodereview.appspot.com/189133005/diff/20001/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py#oldcode27 tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py:27: # TODO(tonyg): rename android-chromium-testshell to android-chrome-shell I think we'd ...
6 years, 9 months ago (2014-03-07 02:47:03 UTC) #3
nyquist
https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java File chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java (right): https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java#newcode105 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java:105: mDevToolsServer = new DevToolsServer("chrome_shell"); Does this string have to ...
6 years, 9 months ago (2014-03-07 05:51:58 UTC) #4
mnaganov (inactive)
https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/browser/devtools/devtools_adb_bridge.cc File chrome/browser/devtools/devtools_adb_bridge.cc (right): https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/browser/devtools/devtools_adb_bridge.cc#newcode117 chrome/browser/devtools/devtools_adb_bridge.cc:117: "chrome_shell_devtools_remote", I think you need to leave the old ...
6 years, 9 months ago (2014-03-07 09:23:17 UTC) #5
aurimas (slooooooooow)
https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java File chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java (right): https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java#newcode105 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java:105: mDevToolsServer = new DevToolsServer("chrome_shell"); On 2014/03/07 05:51:59, nyquist wrote: ...
6 years, 9 months ago (2014-03-07 18:06:09 UTC) #6
craigdh
/build/android/pylib/ and /chrome/test/chromedriver/ lgtm.
6 years, 9 months ago (2014-03-07 18:57:27 UTC) #7
nyquist
//chrome/android/ lgtm
6 years, 9 months ago (2014-03-07 23:58:27 UTC) #8
aurimas (slooooooooow)
tonyq: is tools/telemery/ good to go? bulach: ping?
6 years, 9 months ago (2014-03-08 00:03:48 UTC) #9
tonyg
telemetry lgtm
6 years, 9 months ago (2014-03-08 17:23:24 UTC) #10
mnaganov (inactive)
https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/browser/devtools/devtools_adb_bridge.cc File chrome/browser/devtools/devtools_adb_bridge.cc (right): https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/browser/devtools/devtools_adb_bridge.cc#newcode117 chrome/browser/devtools/devtools_adb_bridge.cc:117: "chrome_shell_devtools_remote", On 2014/03/07 18:06:09, aurimas wrote: > On 2014/03/07 ...
6 years, 9 months ago (2014-03-10 08:37:43 UTC) #11
bulach
lgtm, thanks!! as for telemetry + buildbot, I think for a change it's slightly simpler ...
6 years, 9 months ago (2014-03-10 09:57:57 UTC) #12
Vladislav Kaznacheev
On 2014/03/07 09:23:17, Mikhail Naganov (Cr) wrote: > https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/browser/devtools/devtools_adb_bridge.cc > File chrome/browser/devtools/devtools_adb_bridge.cc (right): > > ...
6 years, 9 months ago (2014-03-11 11:23:04 UTC) #13
aurimas (slooooooooow)
+kerz for chrome/tools/build/android/FILES.cfg https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/browser/devtools/devtools_adb_bridge.cc File chrome/browser/devtools/devtools_adb_bridge.cc (right): https://chromiumcodereview.appspot.com/189133005/diff/20001/chrome/browser/devtools/devtools_adb_bridge.cc#newcode117 chrome/browser/devtools/devtools_adb_bridge.cc:117: "chrome_shell_devtools_remote", On 2014/03/10 08:37:44, Mikhail Naganov ...
6 years, 9 months ago (2014-03-11 16:20:45 UTC) #14
kerz_google
lgtm
6 years, 9 months ago (2014-03-11 16:27:42 UTC) #15
aurimas (slooooooooow)
The CQ bit was checked by aurimas@chromium.org
6 years, 9 months ago (2014-03-11 18:31:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aurimas@chromium.org/189133005/70001
6 years, 9 months ago (2014-03-11 19:08:54 UTC) #17
commit-bot: I haz the power
6 years, 9 months ago (2014-03-12 01:31:51 UTC) #18
Message was sent while issue was closed.
Change committed as 256382

Powered by Google App Engine
This is Rietveld 408576698