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

Unified Diff: content/public/android/BUILD.gn

Issue 1057783002: Add new GN junit binary template and new GYP java binary template. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed cjhopman's feedback. Created 5 years, 8 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 | « chrome/android/BUILD.gn ('k') | testing/android/junit/BUILD.gn » ('j') | 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 3281dfa844b165dd087d5902d7ec3e042215571b..a2dbd10df4b0b7b93433b569344e6fa0e466d351 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -180,15 +180,12 @@ android_library("content_javatests") {
}
# GYP: //content/content_tests.gypi:content_junit_tests
-java_binary("content_junit_tests") {
- testonly = true
+junit_binary("content_junit_tests") {
java_files = [ "junit/src/org/chromium/content/browser/input/GamepadMappingsTest.java" ]
- main_class = "org.chromium.testing.local.JunitTestMain"
deps = [
":content_java",
"//base:base_java",
"//base:base_java_test_support",
- "//testing/android/junit:junit_test_support",
]
}
# TODO(GYP): content_icudata
« no previous file with comments | « chrome/android/BUILD.gn ('k') | testing/android/junit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698