Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4394)

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 12263024: Android: Add test runner scripts to run content_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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')
else:
# Put a copy into the android out/target directory, to allow stack trace
# generation.

Powered by Google App Engine
This is Rietveld 408576698