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

Unified Diff: build/android/main_dex_action.gypi

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 | « build/android/gyp/main_dex_list.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/main_dex_action.gypi
diff --git a/build/android/main_dex_action.gypi b/build/android/main_dex_action.gypi
index 7316ae20e9da08ba3025a693ffcb766e70e212b0..40764189db137ad20f8f6e16eba44499e63d7eb5 100644
--- a/build/android/main_dex_action.gypi
+++ b/build/android/main_dex_action.gypi
@@ -10,8 +10,8 @@
# 'action_name': 'some name for the action'
# 'actions': [
# 'variables': {
-# 'jar_path': 'path to jar',
-# 'output_path': 'output path'
+# 'jar_paths': ['path to jar', ...],
+# 'output_path': 'output path',
# },
# 'includes': [ 'relative/path/to/main_dex_action.gypi' ],
# ],
@@ -27,7 +27,7 @@
'main_dex_rules_path': '<(DEPTH)/build/android/main_dex_classes.flags',
},
'inputs': [
- '<(jar_path)',
+ '<@(jar_paths)',
'<(main_dex_list_script)',
'<(main_dex_rules_path)',
'<(multidex_configuration_path)',
« no previous file with comments | « build/android/gyp/main_dex_list.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698