Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2947)

Unified Diff: build/java.gypi

Issue 12917008: Android WebView: actually fix the sdk jar problem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
]
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698