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

Unified Diff: build/java_apk.gypi

Issue 13044007: Fix the Android.mk gyp backend. (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_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index ddac0e43043f7d5a6d25805b335e7c2fc63f7a45..c42f969396f953ffc8764ea2e282e4868fdaf2d9 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -335,7 +335,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)',
'>@(dex_inputs)',
'>@(dex_generated_inputs)',
« 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