diff options
author | mikecase@chromium.org <mikecase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 18:56:52 +0000 |
---|---|---|
committer | mikecase@chromium.org <mikecase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 18:56:52 +0000 |
commit | 4eeac383debefdff0a6bfe735c89f31a1af304fe (patch) | |
tree | 34cec5a568920817b72f0ea63151e3102a426fa2 | |
parent | 421ca5f5bf01270b3ac2bf20be61aa88f3a0e453 (diff) | |
download | chromium_src-4eeac383debefdff0a6bfe735c89f31a1af304fe.zip chromium_src-4eeac383debefdff0a6bfe735c89f31a1af304fe.tar.gz chromium_src-4eeac383debefdff0a6bfe735c89f31a1af304fe.tar.bz2 |
Changed the test package for chrome_document tests
BUG=
NOTRY=true
Review URL: https://codereview.chromium.org/481513002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289960 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/android/pylib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py index 076135a..3d0dfbc 100644 --- a/build/android/pylib/constants.py +++ b/build/android/pylib/constants.py @@ -29,7 +29,7 @@ PACKAGE_INFO = { 'com.google.android.apps.chrome.document.ChromeLauncherActivity', '/data/local/chrome-command-line', 'chrome_devtools_remote', - 'com.google.android.apps.chrome.tests'), + None), 'chrome': PackageInfo( 'com.google.android.apps.chrome', 'com.google.android.apps.chrome.Main', |