Index: build/java.gypi |
diff --git a/build/java.gypi b/build/java.gypi |
index b86ebeabb9e1af94f31b535c890bc57aa07890b2..2758cd17256b7567e418c86aa1a595f2dcd70082 100644 |
--- a/build/java.gypi |
+++ b/build/java.gypi |
@@ -182,7 +182,7 @@ |
'--stamp=<(compile_stamp)', |
# TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja. |
- '--ignore=>!(echo >(_inputs) | md5sum)', |
+ '--ignore=>!(echo \'>(_inputs)\' | md5sum)', |
] |
}, |
{ |
@@ -203,7 +203,7 @@ |
'--excluded-classes=<(excluded_classes)', |
# TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja. |
- '--ignore=>!(echo >(_inputs) | md5sum)', |
+ '--ignore=>!(echo \'>(_inputs)\' | md5sum)', |
] |
}, |
], |