Chromium Code Reviews

Unified Diff: build/config/android/rules.gni

Issue 804753005: [Android] Rename [Chromium -> Chrome]NativeTestInstrumentationTestRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 4c4e7441cbef90d412f844b650e5b0f00e690d70..185d199dea31fd882cabc6ae97e87893bc3118e3 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1452,7 +1452,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 ]
« no previous file with comments | « build/android/pylib/remote/device/remote_device_gtest_run.py ('k') | chrome/test/android/unit_tests_apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine