| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 441ecfe5a5c67c7ec28b159477eacf9f147d492f..7e001c960dbf492c45f22566007e727a19a78d4c 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -35,6 +35,7 @@ GTEST_TEST_PACKAGE_NAME = 'org.chromium.native_test'
|
| GTEST_TEST_ACTIVITY_NAME = 'org.chromium.native_test.ChromeNativeTestActivity'
|
| GTEST_COMMAND_LINE_FILE = 'chrome-native-tests-command-line'
|
|
|
| +BROWSERTEST_SUITE_NAME = 'content_browsertests'
|
| BROWSERTEST_TEST_PACKAGE_NAME = 'org.chromium.content_browsertests_apk'
|
| BROWSERTEST_TEST_ACTIVITY_NAME = (
|
| 'org.chromium.content_browsertests_apk.ContentBrowserTestsActivity')
|
|
|