Index: build/android/gyp/jar_toc.py |
diff --git a/build/android/gyp/jar_toc.py b/build/android/gyp/jar_toc.py |
index 9baa8e574952deebd20eb642c9b087ea60b39ca2..ca3152f6cf4b06fe898de176442f255967327751 100755 |
--- a/build/android/gyp/jar_toc.py |
+++ b/build/android/gyp/jar_toc.py |
@@ -97,9 +97,6 @@ def main(argv): |
parser.add_option('--toc-path', help='Output .jar.TOC path.') |
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() |
DoJarToc(options) |