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

Unified Diff: chrome/android/chrome_apk.gyp

Issue 1408163009: [Android] Enable multidex for debug builds of ChromePublic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 5 years, 1 month 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/chrome_apk.gyp
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index e92491d287c73fb85868b49eb08ba10e871fe9bf..5f11ad837fff045d35f725cb3bbb882c588c8568 100644
--- a/chrome/android/chrome_apk.gyp
+++ b/chrome/android/chrome_apk.gyp
@@ -200,6 +200,8 @@
'native_lib_target': 'libchrome_public',
'java_in_dir': 'java',
'resource_dir': '../../chrome/android/java/res_chromium',
+ 'enable_multidex': 1,
+ 'enable_multidex_configurations': ['Debug'],
'conditions': [
# Only attempt loading the library from the APK for 64 bit devices
# until the number of 32 bit devices which don't support this
« no previous file with comments | « build/java_apk.gypi ('k') | content/public/android/java/src/org/chromium/content/browser/FileDescriptorInfo.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698