| Index: build/android/process_resources.py
|
| diff --git a/build/android/process_resources.py b/build/android/process_resources.py
|
| index b34f576a99905fa4e71493b5d8372ad96de94288..a5e28787658b8dd10da73d39b68c6e2b2ed91d52 100755
|
| --- a/build/android/process_resources.py
|
| +++ b/build/android/process_resources.py
|
| @@ -29,6 +29,9 @@ def ParseArgs():
|
| parser.add_option('--res-dir', help='directory containing resources')
|
| parser.add_option('--out-res-dir',
|
| help='directory to hold crunched resources')
|
| + # 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:
|
|
|