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

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: @ 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 | build/android/gyp/apkbuilder.py » ('j') | build/android/gyp/apkbuilder.py » ('J')
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 9e4270d26009f853e37dc7af883bed4cb43705c8..752ccf6b7e77052da1b0680237d239d7a5eb6920 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 = [ "CONFIGURATION_NAME_Debug" ]
+ }
package_name = "org/chromium/base/multidex"
}
« no previous file with comments | « no previous file | build/android/gyp/apkbuilder.py » ('j') | build/android/gyp/apkbuilder.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698