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

Unified Diff: base/BUILD.gn

Issue 2726003002: Auto convert base javatests in content shell apk to JUnit4 (Closed)
Patch Set: Rebase Created 3 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 | « no previous file | base/android/javatests/src/org/chromium/base/AdvancedMockContextTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index b25457494310bb4bbc9d7d75b187550646ad11c5..0e64344036bfaff1b38a63f69e5953cd66ef65b7 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2538,6 +2538,7 @@ if (is_android) {
":base_java",
":base_java_test_support",
"//third_party/android_support_test_runner:runner_java",
+ "//third_party/junit:junit",
]
java_files = [
"android/javatests/src/org/chromium/base/AdvancedMockContextTest.java",
« no previous file with comments | « no previous file | base/android/javatests/src/org/chromium/base/AdvancedMockContextTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698