| Index: build/java_prebuilt.gypi
|
| diff --git a/build/java_prebuilt.gypi b/build/java_prebuilt.gypi
|
| index cec881dfd113727cb8d93a33f819bc99db9e5489..770239d2e0070ced85e271ee5f1b0dc8e53bb132 100644
|
| --- a/build/java_prebuilt.gypi
|
| +++ b/build/java_prebuilt.gypi
|
| @@ -72,9 +72,6 @@
|
| '--output-path=<(dex_input_jar_path)',
|
| '--proguard-config=<(proguard_config)',
|
| '--classpath=>(input_jars_paths)',
|
| -
|
| - # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
|
| - '--ignore=>!(echo \'>(_inputs)\' | md5sum)',
|
| ]
|
| },
|
| ],
|
| @@ -96,10 +93,6 @@
|
| 'python', '<(DEPTH)/build/android/gyp/dex.py',
|
| '--dex-path=<(dex_path)',
|
| '--android-sdk-tools=<(android_sdk_tools)',
|
| -
|
| - # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
|
| - '--ignore=>!(echo \'>(_inputs)\' | md5sum)',
|
| -
|
| '<(dex_input_jar_path)',
|
| ]
|
| },
|
|
|