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

Unified Diff: build/android/dex_action.gypi

Issue 183883024: android: Make dex_action.gypi not call md5sum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clobber Created 6 years, 9 months 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/dex.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/dex_action.gypi
diff --git a/build/android/dex_action.gypi b/build/android/dex_action.gypi
index 9b640d6c43dee72ee323bb9de29cfbcff87dfcc3..7e24d1e84a6646f260376e711eb63875e547b0af 100644
--- a/build/android/dex_action.gypi
+++ b/build/android/dex_action.gypi
@@ -14,7 +14,6 @@
# 'variables': {
# 'dex_input_paths': [ 'files to dex (when proguard is not used) and add to input paths' ],
# 'dex_generated_input_dirs': [ 'dirs that contain generated files to dex' ],
-# 'input_paths': [ 'additional files to be added to the list of inputs' ],
#
# # For targets that use proguard:
# 'proguard_enabled': 'true',
@@ -30,7 +29,6 @@
'variables': {
'dex_input_paths': [],
'dex_generated_input_dirs': [],
- 'input_paths': [],
'proguard_enabled%': 'false',
'proguard_enabled_input_path%': '',
'dex_no_locals%': 0,
@@ -39,7 +37,6 @@
'<(DEPTH)/build/android/gyp/util/build_utils.py',
'<(DEPTH)/build/android/gyp/util/md5_check.py',
'<(DEPTH)/build/android/gyp/dex.py',
- '>@(input_paths)',
'>@(dex_input_paths)',
],
'outputs': [
@@ -53,10 +50,6 @@
'--proguard-enabled=<(proguard_enabled)',
'--proguard-enabled-input-path=<(proguard_enabled_input_path)',
'--no-locals=<(dex_no_locals)',
-
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
- '--ignore=>!(echo \'>(_inputs)\' | md5sum)',
-
'>@(dex_input_paths)',
'>@(dex_generated_input_dirs)',
]
« no previous file with comments | « no previous file | build/android/gyp/dex.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698