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

Unified Diff: components/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 | « blimp/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5e9ecfcd94d435edfaf549da39837915924d28b6..38440d8eec63afe39ce5d8a2effe0f505dbf5a36 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -52,6 +52,10 @@ test("components_unittests") {
]
}
+ if (is_android) {
+ enable_multidex = true
+ }
+
# Add only ":unit_tests" dependencies here. If your tests have dependencies
# (this would at least include the component itself), they should be on the
# test source set and not here.
« no previous file with comments | « blimp/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698