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

Unified Diff: chrome/android/javatests/AndroidManifest.xml

Issue 2905353003: Enable multidex for ChromePublicTests app (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/AndroidManifest.xml
diff --git a/chrome/android/javatests/AndroidManifest.xml b/chrome/android/javatests/AndroidManifest.xml
index 2d8c57b474d88f40c98da25b048c46d995bef4bc..4b10db83aee1c224c486706a9b901af8b881dd70 100644
--- a/chrome/android/javatests/AndroidManifest.xml
+++ b/chrome/android/javatests/AndroidManifest.xml
@@ -15,6 +15,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
+ android:name="android.support.multidex.MultiDexApplication"
jbudorick 2017/05/30 19:44:25 This should likely be BaseChromiumApplication inst
android:label="ChromePublicTest">
<uses-library android:name="android.test.runner" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698