| Index: build/android/gyp/javac.py
|
| diff --git a/build/android/gyp/javac.py b/build/android/gyp/javac.py
|
| index d36427b671a2fb2869b680adb30f95f485e588b5..f51f76c490cce8f24bacda2d8ecdf1a9e8654f82 100755
|
| --- a/build/android/gyp/javac.py
|
| +++ b/build/android/gyp/javac.py
|
| @@ -88,9 +88,6 @@ def main():
|
| 'compiled should be built with stricter warnings for '
|
| 'chromium code.')
|
|
|
| - # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
|
| - parser.add_option('--ignore', help='Ignored.')
|
| -
|
| options, args = parser.parse_args()
|
|
|
| DoJavac(options, args)
|
|
|