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

Unified Diff: build/java_apk.gypi

Issue 1436943007: [Android] add missing comma to multidex gyp parameter configuration. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 6b0023eba5af70b2842754d33ec50912309fd6d3..658c99fb9ff02a398cf0bbeb313af1b8fef76d5f 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -1119,7 +1119,7 @@
],
'variables': {
'dex_additional_options': [
- '--main-dex-list-path', '<(main_dex_list_path)'
+ '--main-dex-list-path', '<(main_dex_list_path)',
'--multidex-configuration-path', '<(multidex_configuration_path)',
],
},
« 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