Index: build/android/gyp/dex.py |
diff --git a/build/android/gyp/dex.py b/build/android/gyp/dex.py |
index c51d68316103ae99c987afd8710eaf27c6d585ca..1e6ca8aeee76e2d19057d3f3c3614565e1d9d76e 100755 |
--- a/build/android/gyp/dex.py |
+++ b/build/android/gyp/dex.py |
@@ -46,6 +46,9 @@ |
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' |