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

Unified Diff: base/BUILD.gn

Issue 1451483002: [Android] Add gn support for multidex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +comment in ChromiumMultiDex.template 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
« no previous file with comments | « no previous file | base/android/java/templates/ChromiumMultiDex.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 97e097ea1e7781a600dda35dfe711f720328f726..aabfe67879f3e3a8656f91ff0025e458ff2bdcf4 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1731,6 +1731,9 @@ if (is_android) {
sources = [
"android/java/templates/ChromiumMultiDex.template",
]
+ if (is_debug) {
+ defines = [ "MULTIDEX_CONFIGURATION_Debug" ]
+ }
package_name = "org/chromium/base/multidex"
}
« no previous file with comments | « no previous file | base/android/java/templates/ChromiumMultiDex.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698