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

Unified Diff: build/java.gypi

Issue 13316002: Fix downstream Android WebView build (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 f3bc01e6a64bc88f1be2d06af09ae76ed387c34b..967b444601549dc65342f66213955c3842797aec 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -245,7 +245,7 @@
'--android-sdk-root=<(android_sdk_root)',
# TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
- '--ignore=>!(echo >(_inputs) | md5sum)',
+ '--ignore=>!(echo \'>(_inputs)\' | md5sum)',
'<(jar_path)',
]
« 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