[Android] Rename [Chromium -> Chrome]NativeTestInstrumentationTestRunner.

Motivated by http://www.chromium.org/developers/coding-style#Naming

BUG=428729

Review URL: https://codereview.chromium.org/804753005

Cr-Original-Commit-Position: refs/heads/master@{#310877}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 7b40b73fea4cad08630bb87caeee64c5a8a061fe
This commit is contained in:
jbudorick 2015-01-09 14:56:46 -08:00 коммит произвёл Commit bot
Родитель 3570848f79
Коммит b8e0b2f124
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -19,7 +19,7 @@ class RemoteDeviceGtestRun(remote_device_test_run.RemoteDeviceTestRun):
"""Run gtests and uirobot tests on a remote device."""
DEFAULT_RUNNER_PACKAGE = (
'org.chromium.native_test.ChromiumNativeTestInstrumentationTestRunner')
'org.chromium.native_test.ChromeNativeTestInstrumentationTestRunner')
#override
def TestPackage(self):

Просмотреть файл

@ -1464,7 +1464,7 @@ template("unittest_apk") {
final_apk_path = "$root_build_dir/${_apk_name}_apk/${_apk_name}-debug.apk"
java_files = [
"//testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java",
"//testing/android/java/src/org/chromium/native_test/ChromiumNativeTestInstrumentationTestRunner.java",
"//testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java",
]
android_manifest = "//testing/android/java/AndroidManifest.xml"
native_libs = [ unittests_binary ]