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

Unified Diff: chrome/android/webapk/test/BUILD.gn

Issue 2948653002: Allow localization of WebApk name. (Closed)
Patch Set: Fix another tests. Created 3 years, 6 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
Index: chrome/android/webapk/test/BUILD.gn
diff --git a/chrome/android/webapk/test/BUILD.gn b/chrome/android/webapk/test/BUILD.gn
index 8a594cd117ace61cf55eef08a710733c02cbb107..a50cfc1a7be20174ae769b8206086f31839e165d 100644
--- a/chrome/android/webapk/test/BUILD.gn
+++ b/chrome/android/webapk/test/BUILD.gn
@@ -10,6 +10,7 @@ java_library("junit_test_support") {
testonly = true
java_files = [ "src/org/chromium/webapk/test/WebApkTestHelper.java" ]
deps = [
+ "//third_party/mockito:mockito_java",
"//third_party/robolectric:robolectric_all_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698