Chromium Code Reviews| Index: build/android/pylib/gtest/test_runner.py |
| diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py |
| index 479a907a48b9544b2554ea9edb7f2285cfdb992b..d83e49223e93208b2bed901dc2364286b61508cf 100644 |
| --- a/build/android/pylib/gtest/test_runner.py |
| +++ b/build/android/pylib/gtest/test_runner.py |
| @@ -164,7 +164,10 @@ class TestRunner(BaseTestRunner): |
| test_suite, |
| timeout, |
| cleanup_test_files, |
| - self.tool) |
| + self.tool, |
| + 'org.chromium.native_test', |
| + 'org.chromium.native_test.ChromeNativeTestActivity', |
| + 'chrome-native-tests-command-line') |
|
frankf
2013/02/15 02:10:02
Let's define this in constants.py
nilesh
2013/02/20 18:23:36
Done.
|
| else: |
| # Put a copy into the android out/target directory, to allow stack trace |
| # generation. |