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

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

Issue 1358593002: [Android] Switch gtests to platform mode. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed Created 5 years, 3 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_package_apk.py
diff --git a/build/android/pylib/gtest/test_package_apk.py b/build/android/pylib/gtest/test_package_apk.py
index 1a65be5cd52eda8607634cc283bcba33e5d3c2c1..c7fa54f6622a5b0d742d1e80f7bd44118458bc1b 100644
--- a/build/android/pylib/gtest/test_package_apk.py
+++ b/build/android/pylib/gtest/test_package_apk.py
@@ -16,8 +16,8 @@ from devil.android.sdk import intent
from pylib import constants
from pylib import pexpect
from pylib.gtest import gtest_test_instance
-from pylib.gtest import local_device_gtest_run
from pylib.gtest.test_package import TestPackage
+from pylib.local.device import local_device_gtest_run
class TestPackageApk(TestPackage):
@@ -40,7 +40,9 @@ class TestPackageApk(TestPackage):
self._package_info = constants.PACKAGE_INFO['gtest']
if suite_name == 'net_unittests':
- self._extras = {'RunInSubThread': None}
+ self._extras = {
+ 'org.chromium.native_test.NativeTestActivity.RunInSubThread': None
+ }
else:
self._extras = []
« no previous file with comments | « build/android/pylib/gtest/local_device_gtest_run.py ('k') | build/android/pylib/local/device/local_device_environment.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698