Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(165)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: build/android/adb_gdb_chromium_testshell
Issue
189133005
:
Rename chromium_testshell target to chrome_shell_apk. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase
Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
android_webview/android_webview_tests.gypi
build/all.gyp
build/android/adb_chrome_shell_command_line
build/android/adb_chromium_testshell_command_line
build/android/adb_gdb_chrome_shell
build/android/adb_gdb_chromium_testshell
build/android/buildbot/bb_device_steps.py
build/android/buildbot/bb_run_bot.py
build/android/lint/suppressions.xml
build/android/pylib/constants.py
build/android/pylib/utils/report_results.py
build/android/test_runner.py
chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java
chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java
chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
chrome/android/shell/chrome_main_delegate_testshell_android.h
chrome/android/shell/chrome_main_delegate_testshell_android.cc
chrome/android/shell/chrome_shell_google_location_settings_helper.h
chrome/android/shell/chrome_shell_google_location_settings_helper.cc
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellPKCS11AuthenticationManager.java
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellSwitches.java
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java
chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java
chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellSwitches.java
chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellTab.java
chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellToolbar.java
chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellTestBase.java
chrome/android/shell/res/layout/chrome_shell_activity.xml
chrome/android/shell/res/layout/testshell_activity.xml
chrome/android/shell/testshell_google_location_settings_helper.h
chrome/android/shell/testshell_google_location_settings_helper.cc
chrome/browser/devtools/devtools_adb_bridge.cc
chrome/chrome_android.gypi
chrome/chrome_tests.gypi
chrome/test/chromedriver/chrome/device_manager.cc
chrome/test/chromedriver/test/run_py_tests.py
chrome/test/chromedriver/test/test_expectations
chrome/tools/build/android/FILES.cfg
tools/bisect-perf-regression.py
tools/cr/cr/base/android.py
tools/cr/cr/targets/chrome_shell.py
tools/cr/cr/targets/chromium_testshell.py
tools/telemetry/docs/telemetry.core.chrome.android_browser_backend.html
tools/telemetry/docs/telemetry.core.chrome.android_browser_finder.html
tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py
tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« build/android/adb_gdb_chrome_shell
('k') |
build/android/buildbot/bb_device_steps.py »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
#!/bin/bash
2
#
3
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
4
# Use of this source code is governed by a BSD-style license that can be
5
# found in the LICENSE file.
6
#
7
# Attach to or start a ChromiumTestShell process and debug it.
8
# See --help for details.
9
#
10
PROGDIR=$(dirname "$0")
11
export ADB_GDB_PROGNAME=$(basename "$0")
12
export ADB_GDB_ACTIVITY=.ChromeShellActivity
13
"$PROGDIR"/adb_gdb \
14
--program-name=ChromiumTestShell \
15
--package-name=org.chromium.chrome.shell \
16
"$@"
OLD
NEW
« no previous file with comments
|
« build/android/adb_gdb_chrome_shell
('k') |
build/android/buildbot/bb_device_steps.py »
('j') |
no next file with comments »
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
Reviewers: boliu, craigdh, tonyg, navabi1, nyquist, bulach, Vladislav Kaznacheev, mnaganov (inactive), kerz_chromium, kerz_google
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 12
This is Rietveld
408576698