summaryrefslogtreecommitdiffstats
path: root/chromium/build/uiautomator_test.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/uiautomator_test.gypi')
-rw-r--r--chromium/build/uiautomator_test.gypi25
1 files changed, 7 insertions, 18 deletions
diff --git a/chromium/build/uiautomator_test.gypi b/chromium/build/uiautomator_test.gypi
index 2fcc3d8f200..0f341abd88e 100644
--- a/chromium/build/uiautomator_test.gypi
+++ b/chromium/build/uiautomator_test.gypi
@@ -24,24 +24,13 @@
{
'action_name': 'dex_<(_target_name)',
'message': 'Dexing <(_target_name) jar',
- 'inputs': [
- '<(DEPTH)/build/android/gyp/util/build_utils.py',
- '<(DEPTH)/build/android/gyp/dex.py',
- '>@(library_dexed_jars_paths)',
- ],
- 'outputs': [
- '<(output_dex_path)',
- ],
- 'action': [
- 'python', '<(DEPTH)/build/android/gyp/dex.py',
- '--dex-path=<(output_dex_path)',
- '--android-sdk-tools=<(android_sdk_tools)',
-
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
- '--ignore=>!(echo \'>(_inputs)\' | md5sum)',
-
- '>@(library_dexed_jars_paths)',
- ],
+ 'variables': {
+ 'dex_input_paths': [
+ '>@(library_dexed_jars_paths)',
+ ],
+ 'output_path': '<(output_dex_path)',
+ },
+ 'includes': [ 'android/dex_action.gypi' ],
},
],
}