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

Unified Diff: chrome/android/BUILD.gn

Issue 1039733002: Add Robolectric unittest suites to all.gyp and rename build targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming Robolectric unit test build targets. Created 5 years, 9 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
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 981ff3f1aa099354f4119ea6b7813c7176765a9f..c62bb12a45f757ce5a7dfc43cbcb41f322e664ee 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -451,8 +451,8 @@ android_apk("chrome_shell_test_apk") {
android_manifest = "shell/javatests/AndroidManifest.xml"
}
-# GYP: //chrome/chrome_tests.gypi:chrome_shell_unit_tests
-java_binary("chrome_shell_unit_tests") {
+# GYP: //chrome/chrome_tests.gypi:chrome_junit_tests
+java_binary("chrome_junit_tests") {
testonly = true
java_files = [ "android/junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java" ]
main_class = "org.chromium.testing.local.JunitTestMain"
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698