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

Unified Diff: testing/android/native_test.gyp

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added absolute_path_dir Created 8 years, 7 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
Index: testing/android/native_test.gyp
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 1b60cbf9a44c85a7d70cac84fbcd2cf753e00070..fce419f109b08d0c51b19e15df90c9397721ac87 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -31,7 +31,7 @@
],
'action': [
'ant',
- '-DPRODUCT_DIR=<(PRODUCT_DIR)',
+ '-DPRODUCT_DIR=<(absolute_product_dir)',
'-buildfile',
'<(DEPTH)/testing/android/native_test_apk.xml',
]
« build/common.gypi ('K') | « media/base/android/java/media.xml ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698