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

Unified Diff: chrome/android/BUILD.gn

Issue 1278573002: [Android] Add gyp support for multidex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + robolectric shadow for MultiDex 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 4cbd447a61bc1339435eab997e14be105e2a7e9f..a32faa992250f4438aaaaf34a36b100556681e58 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",
Yaron 2015/08/24 15:28:44 what about content? It also depends on BaseChromiu
jbudorick 2015/08/24 21:13:51 The test case in content_junit_tests doesn't curre
"//sync:sync_java_test_support",
"//sync/android:sync_java",
"//third_party/junit:hamcrest",

Powered by Google App Engine
This is Rietveld 408576698