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

Unified Diff: base/BUILD.gn

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
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java » ('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 3c9089d2fa6fe71805ca520ef490628a03b4303a..9e4270d26009f853e37dc7af883bed4cb43705c8 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1650,6 +1650,7 @@ if (is_android) {
android_library("base_java") {
srcjar_deps = [
":base_android_java_enums_srcjar",
+ ":base_multidex_gen",
":base_native_libraries_gen",
]
@@ -1725,6 +1726,14 @@ if (is_android) {
]
}
+ # GYP: //base/base.gyp:base_multidex_gen
+ java_cpp_template("base_multidex_gen") {
+ sources = [
+ "android/java/templates/ChromiumMultiDex.template",
+ ]
+ package_name = "org/chromium/base/multidex"
+ }
+
# GYP: //base/base.gyp:base_native_libraries_gen
java_cpp_template("base_native_libraries_gen") {
sources = [
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698