| Index: build/android/gyp/finalize_apk.py
|
| diff --git a/build/android/gyp/finalize_apk.py b/build/android/gyp/finalize_apk.py
|
| index 6e4685ce6d1f610c5a4a6fbb3cee386eb1782b41..51a3a4ac95ab0672ba745a62779cac8314e92302 100755
|
| --- a/build/android/gyp/finalize_apk.py
|
| +++ b/build/android/gyp/finalize_apk.py
|
| @@ -49,9 +49,6 @@ def main(argv):
|
| parser.add_option('--keystore-path', help='Path to keystore for signing.')
|
| 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, _ = parser.parse_args()
|
|
|
| with tempfile.NamedTemporaryFile() as intermediate_file:
|
|
|