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

Unified Diff: chrome/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 | « build/host_jar.gypi ('k') | content/public/android/BUILD.gn » ('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 f56bfd05c2f907f59026aad42e6025426cbe6ebd..d35993c4f1b3e5607ccf8599f7683b46e2e14fa7 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -453,15 +453,13 @@ android_apk("chrome_shell_test_apk") {
}
# 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"
+junit_binary("chrome_junit_tests") {
+ java_files =
+ [ "junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java" ]
deps = [
":chrome_java",
"//base:base_java",
"//base:base_java_test_support",
- "//testing/android/junit:junit_test_support",
]
}
« no previous file with comments | « build/host_jar.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698