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

Unified Diff: chrome/android/BUILD.gn

Issue 1099713004: Register existing chrome junit tests in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 d6f5cf85cb6c50e0468d02c5d5f7b8e10019e40a..f149d9fac7c9bdc8d833e9b7ef2a9d5b9ca947e1 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -464,12 +464,17 @@ android_apk("chrome_shell_test_apk") {
# GYP: //chrome/chrome_tests.gypi:chrome_junit_tests
junit_binary("chrome_junit_tests") {
- java_files =
- [ "junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java" ]
+ java_files = [
+ "junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java",
+ "junit/src/org/chromium/chrome/browser/media/remote/MediaUrlResolverTest.java",
+ "junit/src/org/chromium/chrome/browser/media/remote/RemoteVideoInfoTest.java",
+ "junit/src/org/chromium/chrome/browser/media/remote/TransportControlTest.java",
+ ]
deps = [
":chrome_java",
"//base:base_java",
"//base:base_java_test_support",
+ "//third_party/junit:hamcrest",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698