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

Unified Diff: content/public/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 | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 1114671f77cfd84936ef1e839564143b6c1dedf8..3281dfa844b165dd087d5902d7ec3e042215571b 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -179,8 +179,8 @@ android_library("content_javatests") {
DEPRECATED_java_in_dir = "javatests/src"
}
-# GYP: //content/content_tests.gypi:content_shell_unit_tests
-java_binary("chrome_shell_unit_tests") {
+# GYP: //content/content_tests.gypi:content_junit_tests
+java_binary("content_junit_tests") {
testonly = true
java_files = [ "junit/src/org/chromium/content/browser/input/GamepadMappingsTest.java" ]
main_class = "org.chromium.testing.local.JunitTestMain"
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698