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

Unified Diff: blimp/BUILD.gn

Issue 2563663002: [gmscore] Enable multidexing for various test targets (Closed)
Patch Set: Created 4 years 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 | « android_webview/test/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index a5d02d7452a0630b31530fd20916a73753706c7c..cb214ceb173cec044705275b560e4feeda3b499a 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -62,6 +62,7 @@ test("blimp_unittests") {
}
if (is_android) {
+ enable_multidex = true
deps += [ "//blimp/client:blimp_unittests_java_deps" ]
}
}
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698