Index: build/android/gyp/process_resources.py |
diff --git a/build/android/gyp/process_resources.py b/build/android/gyp/process_resources.py |
index bf1317554e798209838650852bce3a8e90fcbea6..e48e39d8da06146c6ea6038c3e43cb181eaaed4b 100755 |
--- a/build/android/gyp/process_resources.py |
+++ b/build/android/gyp/process_resources.py |
@@ -35,9 +35,6 @@ def ParseArgs(): |
parser.add_option('--android-manifest', help='AndroidManifest.xml path') |
parser.add_option('--stamp', help='File to touch on success') |
- # This is part of a temporary fix for crbug.com/177552. |
- # TODO(newt): remove this once crbug.com/177552 is fixed in ninja. |
- parser.add_option('--ignore', help='this argument is ignored') |
(options, args) = parser.parse_args() |
if args: |