Граф коммитов

1359 Коммитов

Автор SHA1 Сообщение Дата
xhwang@chromium.org 07c89f1ad4 Enable content_browsertests EncryptedMediaTest on Android.
BUG=304956
TEST=Tests pass locally.
R=qinmin@chromium.org

Review URL: https://codereview.chromium.org/50523006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231837 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-30 15:23:03 +00:00
wangxianzhu@chromium.org d6a9a6b110 Fix a typo about findbugs_args
BUG=none
NOTRY=true

Review URL: https://codereview.chromium.org/49733002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231510 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-29 03:39:21 +00:00
skyostil@chromium.org 2ffdafe6e8 android: Add support for html-packaged trace files to adb_profile_chrome
Add support for html-packaged trace files to adb_profile_chrome. The
--html option will cause the trace file to be serialized into an html
file that contains a snapshot of the Trace Viewer from the Chromium
source tree. The resulting file has no other dependencies and therefore
does not require a specific version of Chrome for viewing.

This patch also adds the --view option for automatically opening the
written trace file in a browser.

NOTRY=true

Review URL: https://codereview.chromium.org/48733003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231333 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 15:39:35 +00:00
navabi@google.com fefabac95d Add sleep after restarting usb ports and before checking for devices.
Need to wait a couple seconds after restarting usb before doing 'adb devices',
or the devices do not show up.

E.g. https://chromegw.corp.google.com/i/clank/builders/s3-sharded-official-perf-
noflash-clankium/builds/3572/steps/device_status_check/logs/stdio

BUG=299891
TBR=ilevy@chromium.org

Review URL: https://codereview.chromium.org/38483002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231310 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 11:33:06 +00:00
abarth@chromium.org 76b2986307 Pass app URL to mojo_shell on Android
This CL lets us supply an app URL to mojo_shell on Android. To load an app, you
can use the adb_run_mojo_shell script:

$ ./build/android/adb_run_mojo_shell http://127.0.0.1:4444/libsample_app.so

This script starts the MojoShellActivity on the device and passes the URL to
mojo_shell via an Android Intent. We're currently using the VIEW intent, but we
might want to switch to a different intent at some point.

R=darin@chromium.org,aa@chromium.org

Review URL: https://codereview.chromium.org/47343002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231260 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-27 09:48:47 +00:00
bulach@chromium.org 534b8e120a Android: kill all adb instances before trying to restart usb.
On some bots, there are adb instances left over from previous runs.
They don't play well with restarting the usb, and devices eventually "disappear".
This tries to kill all adb instances before restarting usb.

BUG=311058
TBR=navabi@chromium.org

Review URL: https://codereview.chromium.org/39833003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231035 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-25 16:32:43 +00:00
dfalcantara@chromium.org 8f1202504b Disable BrowserGpuChannelHostForFactoryTests on Android
Don't seem to have ever passed on Android since they were added.

NOTRY=true
BUG=311344
TBR=sievers@chromium.org

Review URL: https://codereview.chromium.org/41373002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230858 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 22:52:26 +00:00
dfalcantara@chromium.org e71e57d960 Disable WebrtcBrowserTests on Android
They're failing on multiple Android FYI bots on the waterfall.

NOTRY=true
BUG=311348
TBR=mallinath@chromium.org,fischman

Review URL: https://codereview.chromium.org/40383005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230850 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 22:33:45 +00:00
frankf@chromium.org 87fb22931a [Android] Improve exception message when failed to get test list.
BUG=None
R=craigdh@chromium.org

Review URL: https://codereview.chromium.org/40523004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230783 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 19:10:27 +00:00
thakis@chromium.org 97748bab29 android: Run upload results script from the parent of src/
Matches other ports.

BUG=310981
TBR=dpranke

Review URL: https://codereview.chromium.org/40253002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230730 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 15:57:36 +00:00
skyostil@chromium.org 3de81389d5 android: Run cc_perftests with high performance CPU governor
Run the cc_perftests test suite with the high performance CPU governor
on Android to reduce the amount of noise in the results.

BUG=310000

Review URL: https://codereview.chromium.org/31063005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230692 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 11:30:49 +00:00
iancottrell@chromium.org dbbf919912 Remove oracle java tests from envsetup.sh
BUG=310062

Review URL: https://codereview.chromium.org/35683002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230481 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 18:42:57 +00:00
craigdh@chromium.org 11576da222 [android] Clean up logging in test script pushes.
BUG=None
TEST=None
NOTRY=True

Review URL: https://codereview.chromium.org/36153002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230475 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 18:19:58 +00:00
iancottrell@chromium.org 59643f9b07 Change javascript string replace in ant files to pure ant using a filterchain with replacestring
BUG=310065

Review URL: https://codereview.chromium.org/35023003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230421 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 14:33:33 +00:00
iancottrell@chromium.org 2a27f96188 Replacing the javascript jar file merge with pure ant
BUG=310065

Review URL: https://codereview.chromium.org/35473002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230420 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 14:31:31 +00:00
skobes@chromium.org 933328615b Make sure envsetup.sh is sourced.
BUG=

Review URL: https://codereview.chromium.org/27579004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230307 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 03:43:25 +00:00
fischman@chromium.org 408e9ee9c4 Enable glReadPixels from <video> to 2d context on Android.
The ordering inside Skia's kARGB_8888_Config is platform-specific; on Android it
is RGBA but on non-Android it's BGRA.
(controlled by SkUserConfig and SK_[ARGB]32_SHIFT)

BUG=138930

Review URL: https://codereview.chromium.org/31583004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230229 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 22:18:55 +00:00
dpranke@chromium.org 407ef245a9 Fix handling of tests that fail two different ways in run-webkit-tests (buildbot side).
This is a follow-on to r159630. It turns out I wasn't covering the
case where a test fails two different ways, and the second failure
is actually an expected failure.

TBR=ilevy@chromium.org, ojan@chromium.org
BUG=307277

Review URL: https://codereview.chromium.org/26110008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230204 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 21:13:16 +00:00
skyostil@chromium.org 09c667ae6d android: Re-enable pixel test on GPU bot now that we can take screenshots
BUG=285932
TBR=navabi@chromium.org

Review URL: https://codereview.chromium.org/34953002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230147 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 16:40:53 +00:00
digit@chromium.org 4e52766e1d Disable flaky Breakpad unit test on Android.
BUG=310088
R=qsr@chromium.org

Review URL: https://codereview.chromium.org/31813006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230092 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 10:30:38 +00:00
thakis@chromium.org 84dbf85eb4 Fix mistake in r229993.
The point of that change was to run zip/extract/compile steps in the parent of
src/, but it just ran them in src/ with a different spelling of it.

Also do this in one more place for compile which I missed.

BUG=294387
R=ilevy@google.com
TBR=ilevy (who reviewed with his @google)

Review URL: https://codereview.chromium.org/34243002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230044 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 04:06:03 +00:00
thakis@chromium.org 32d6f088a2 android: run zip/extract/compile steps in the parent of src/, like on other platforms.
BUG=294387
R=ilevy@chromium.org

Review URL: https://codereview.chromium.org/32323005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229993 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 01:04:21 +00:00
bulach@chromium.org 6a6d945cdd Relands Android perf tests: kill adbd on the device after running a test.
Third retry on crrev.com/226762.
Adds "wait-for-device".
There's some data indicating that adbd on the device sometimes
spontaneously restores its connection.
After running a test, let's kill adbd and wait for bit.

This is a speculative change to try to make the bots healthier.

BUG=268450

Review URL: https://codereview.chromium.org/32163002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229931 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 21:55:58 +00:00
digit@chromium.org a48f19820d Android: Add chrome-specific dynamic linker.
This patch adds a new Chrome-specific dynamic linker for Android,
that implements RELRO section sharing in order to save about 1.3 MB
of RAM per renderer process in content-based programs (ContentShell,
ChromiumTestShell, Chrome, etc...)

The linker is disabled by default. For more details, see the corresponding bug entry.

This introduces a new test package (content_linker_test_apk) as well as a new test category. To build and test this feature, do the following:

  ninja -C out/Debug content_linker_test_apk
  build/android/test_runner.py linker


BUG=287739
R=qsr@chromium.org

Review URL: https://codereview.chromium.org/23717023

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229921 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 21:40:44 +00:00
kjellander@chromium.org dbaa3f9c8d Build support for WebRTC Chromium tests on Android.
In addition to the native APK tests for WebRTC, we
want to build and test the content_browsertests test
for each revision of WebRTC in our Chromium WebRTC FYI
waterfall.
This CL adds the needed configurations for that, that are used
by the buildbots in: https://codereview.chromium.org/26702005/

NOTRY=True
TEST=presubmit
BUG=305749

Review URL: https://codereview.chromium.org/26738003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229758 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 08:18:29 +00:00
xhwang@chromium.org e16a047f57 Do not run MSE related tests when MSE is not available.
BUG=304956
TEST=This make MSE related tests doesn't run on unsupported platform/devices.

Review URL: https://codereview.chromium.org/27230004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229610 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 18:28:04 +00:00
navabi@google.com f7719915b6 Add option to restart usb on device status check before performing check.
Restart USB has been known to bring back offline devices. Add option to device
status check to restart usb ports before performing the check. This requires
restart_usb to be installed (see
https://code.google.com/p/chromium/issues/detail?id=305769). Prints warning if
the utility has not been installed on the host.

We will add this first to perf bots. Restarting usb has fixed device issues on these bots. If we find it works and does not have unseen consequences, we will deploy on all bots (i.e. make default of --restart-usb to True).

BUG=299891

Review URL: https://codereview.chromium.org/26747004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229553 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 13:44:02 +00:00
dpranke@chromium.org a2333e634c Fix error message values in bb_device_steps.py after r229193 (Build fix).
TBR=peter@chromium.org
BUG=

Review URL: https://codereview.chromium.org/29653003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229472 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-18 21:07:33 +00:00
bulach@chromium.org d7f0c63331 Android perf tests: only store the retry results if it's better.
Rather than blindingly store the results of the latest perf test,
keep the "least worst" run.

BUG=

Review URL: https://codereview.chromium.org/27502002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229351 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-18 11:03:55 +00:00
frankf@chromium.org 82188be08a [Android] Remove --keep_test_server_ports as a mandorty option.
Perf tests currently expect all perf scripts to support this option.

BUG=285470
NOTRY=True

Review URL: https://codereview.chromium.org/26484005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229289 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-18 03:03:33 +00:00
wangxianzhu@chromium.org a9e3a7c935 Use CategoryFilter::kDefaultCategoryFilterString instead of "*" as the default category
NOTRY=true (passed presubmit and android try bots)
R=skyostil@chromium.org, yfriedman@chromium.org

Review URL: https://codereview.chromium.org/26358012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229195 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-17 19:12:17 +00:00
dpranke@chromium.org cc3a5861d1 Add better error messages to the webkit_tests step in the android buildbot code.
R=ilevy@google.com, ilevy@chromium.org, peter@chromium.org
BUG=

Review URL: https://codereview.chromium.org/27197012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229193 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-17 18:57:15 +00:00
skyostil@chromium.org 3fad5cb601 telemetry: Add Android Systrace profiler
Add support for capturing Android Systrace profiles in telemetry. The
resulting profile will contain events from both the Chrome trace as well
as systrace.
    
TEST=tools/perf/run_benchmark run --profiler=android-systrace --browser=android-chrome smoothness.top_25 --page-filter=facebook

Review URL: https://codereview.chromium.org/25883003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229130 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-17 15:05:19 +00:00
bajones@chromium.org 078e2a160f Commented out Pixel tests for Android bot.
They can't run properly until the snapshot code is properly hooked up to the android-content-shell.

BUG=285932
R=ccameron@chromium.org
TBR=Sami, cmp

Review URL: https://codereview.chromium.org/27580002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228986 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-16 21:59:53 +00:00
skyostil@chromium.org 8a5bc10e78 android: Actually compress traces written to zip files
BUG=294883
NOTRY=true

Review URL: https://codereview.chromium.org/27319002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228894 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-16 10:49:11 +00:00
skyostil@chromium.org f6f8d8cb59 Run WebGL conformance tests on Android GPU bot
BUG=306462
TBR=navabi@chromium.org

Review URL: https://codereview.chromium.org/27201003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228671 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-15 12:53:19 +00:00
skyostil@chromium.org a979e2ba3a android: Add systrace and combined trace support to adb_profile_chrome
This patch adds systrace support to adb_profile_chrome. You can either
either capture a standalone systrace or a combined Chrome + systrace
which includes data from both sources.

The advantages of a combined trace compared to a normal systrace with
the 'webview' category are:

 - Support for advanced Chrome trace features such as object dumps
   (e.g., --trace-cc and --trace-gpu), instant events ('X') and flow
   events.
 - Reduced tracing overhead since Chrome trace events do not need to
   make the trip through the kernel trace marker file.

Note that viewing combined traces requires some further work in Trace
Viewer to properly align the clocks from different event streams.

This patch also removes the standalone --start, --stop and --download
options from the script because they are of dubious value and supporting
them with systrace is not straightforward.

BUG=294883

Review URL: https://codereview.chromium.org/25686006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228669 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-15 12:10:50 +00:00
frankf@chromium.org c4d4caf35d [Android] Clean up build/android and tools/android
- Remove the place holder modules
- Remove unused device_status_monitor
- Remove unused fake_dns

R=bulach@chromium.org, craigdh@chromium.org

Review URL: https://codereview.chromium.org/26402002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228558 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-14 23:27:05 +00:00
dpranke@chromium.org 0dd3f89579 More swapped arg fixes after r227967.
Some days I can't code my way out of a paper bag :(. Now the list of
failures was swapped w/ the list of flaky tests.

TBR=ilevy@chromium.org
BUG=293920

Review URL: https://codereview.chromium.org/26311004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228509 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-14 19:43:45 +00:00
dpranke@chromium.org b518ae76cc fix swapped passes, failures in parsing layout test results
Also, make the step fail if the fulL_results.json file is missing, and
make the step warn if we get unexpected flakes or passes.

TBR=ilevy@chromium.org
BUG=293920

Review URL: https://codereview.chromium.org/26841003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227967 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 18:47:14 +00:00
skyostil@google.com 6174ec41c1 android: Fix importing pexpect on Mac
We should use the version of pexpect from pylib to make sure we can
import it an all platforms where it is available.

BUG=304337
R=torne@chromium.org

Review URL: https://codereview.chromium.org/26212003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227946 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 16:40:31 +00:00
dpranke@chromium.org 92413b7695 Print actual list of failing tests on Android layout test steps
This changes the Android bots to mimic the behavior of the non-Android bots
and to print the actual list of failing/flaky/unexpected passing tests
as part of the step text.

R=ilevy@chromium.org
BUG=293920

Review URL: https://codereview.chromium.org/26330004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227850 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 01:11:26 +00:00
craigdh@chromium.org bc837c9c46 [android] FlagChanger should only require root to set flags for Chrome.
BUG=304832
TEST=None
NOTRY=True

Review URL: https://codereview.chromium.org/26364002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227795 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 20:25:50 +00:00
xhwang@chromium.org 695e9f779a Revert 227457 "Enable MediaSourceTest in content_browsertests on..."
> Enable MediaSourceTest in content_browsertests on Android.
> 
> These tests pass on both Nexus 7 v2 and Nexus 10.
> 
> BUG=297806,304956
> TEST=This CL enables tests.
> 
> Review URL: https://codereview.chromium.org/26338003

These tests does not pass on ICS bots where MSE isn't available.

TBR=xhwang@chromium.org

Review URL: https://codereview.chromium.org/26164005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227645 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 02:57:30 +00:00
frankf@chromium.org be7816fd54 Revert 227565 "Enable EncryptedMediaTest (in content_browsertest..."
> Enable EncryptedMediaTest (in content_browsertests) on Android.
> 
> Encrytped media playback with <video src=...> is not supported on Android. Those
> tests will not run on Android.
> 
> BUG=304956,300035
> TEST=This CL enables tests which was previously disabled.
> 
> Review URL: https://codereview.chromium.org/26243003

TBR=xhwang@chromium.org

Review URL: https://codereview.chromium.org/26565003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227627 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 23:55:41 +00:00
xhwang@chromium.org 41e62e2693 Enable EncryptedMediaTest (in content_browsertests) on Android.
Encrytped media playback with <video src=...> is not supported on Android. Those
tests will not run on Android.

BUG=304956,300035
TEST=This CL enables tests which was previously disabled.

Review URL: https://codereview.chromium.org/26243003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227565 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 19:23:03 +00:00
frankf@chromium.org a8881193b0 [Android] Launch chrome using an intent before running uiautomator tests.
Also use PACKAGE_INFO constants for specifying the package under test.

BUG=None
R=craigdh@chromium.org

Review URL: https://codereview.chromium.org/26422003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227535 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 17:29:30 +00:00
xhwang@chromium.org ee974b2625 Enable MediaSourceTest in content_browsertests on Android.
These tests pass on both Nexus 7 v2 and Nexus 10.

BUG=297806,304956
TEST=This CL enables tests.

Review URL: https://codereview.chromium.org/26338003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227457 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 04:06:32 +00:00
digit@chromium.org d8db73faa7 android: Add 4 new linker tests.
This extracts the build/android/ changes for Patch Set 32 of
https://codereview.chromium.org/23717023/

This adds 4 new linker tests to check the library load addresses
and their proper randomization when simulating low-memory and
regular devices.

Since there are now 6 linker tests, also add support for
 -f / --gtest_filter options to filter the tests to run,
e.g. to run all low-memory device tests, one can use:

  build/android/test_runner.py linker --gtest_filter='*LowMemory*'

BUG=287739
R=bulach@chromium.org, frankf@chromium.org, yfriedman@chromium.org

Review URL: https://codereview.chromium.org/26251003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227418 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 01:19:05 +00:00
shashishekhar@chromium.org 74a69f6031 Fix adb_gdb script.
Fix a typo in the script.
BUG=304931
R=digit@chromium.org

Review URL: https://codereview.chromium.org/26337002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227340 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 20:50:49 +00:00