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

Unified Diff: chrome/android/BUILD.gn

Issue 1318513003: [Android] Add gyp support for multidex. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add @VisibleForTesting to ChromiumMultiDex.install Created 5 years, 4 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/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 26c247a3a081f0f486dd055599b221166569dbfc..10bc9ff44e9132cd9225daeb6f5f6e0a4ab8aa06 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -515,6 +515,7 @@ junit_binary("chrome_junit_tests") {
":chrome_java",
"//base:base_java",
"//base:base_java_test_support",
+ "//base:base_junit_test_support",
"//sync:sync_java_test_support",
"//sync/android:sync_java",
"//third_party/junit:hamcrest",

Powered by Google App Engine
This is Rietveld 408576698