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

Unified Diff: build/android/gyp/dex.py

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 | « build/android/dex_action.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/dex.py
diff --git a/build/android/gyp/dex.py b/build/android/gyp/dex.py
index 1e6ca8aeee76e2d19057d3f3c3614565e1d9d76e..c51d68316103ae99c987afd8710eaf27c6d585ca 100755
--- a/build/android/gyp/dex.py
+++ b/build/android/gyp/dex.py
@@ -46,9 +46,6 @@ def main(argv):
help='Exclude locals list from the dex file.')
parser.add_option('--stamp', help='Path to touch on success.')
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
- parser.add_option('--ignore', help='Ignored.')
-
options, paths = parser.parse_args()
if (options.proguard_enabled == 'true'
« no previous file with comments | « build/android/dex_action.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698