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

Unified Diff: base/base.gyp

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 99c826cbf48721234be00ef67e095371cf85b7d8..234cd626de7bcf16a48665b1936e068d509c1ad3 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -671,7 +671,7 @@
'inputs': [
'../testing/android/AndroidManifest.xml',
'../testing/android/generate_native_test.py',
- '<(PRODUCT_DIR)/lib.target/libbase_unittests.so',
+ '<(SHARED_LIB_DIR)/libbase_unittests.so',
'<(PRODUCT_DIR)/lib.java/chromium_base.jar'
],
'outputs': [
@@ -680,13 +680,13 @@
'action': [
'../testing/android/generate_native_test.py',
'--native_library',
- '<(PRODUCT_DIR)/lib.target/libbase_unittests.so',
+ '<(SHARED_LIB_DIR)/libbase_unittests.so',
'--jar',
'<(PRODUCT_DIR)/lib.java/chromium_base.jar',
'--output',
'<(PRODUCT_DIR)/base_unittests_apk',
'--ant-args',
- '-DPRODUCT_DIR=<(PRODUCT_DIR)',
+ '-DPRODUCT_DIR=`realpath <(PRODUCT_DIR)`',
John Grabowski 2012/05/17 05:44:30 OSX has no realpath cmd. (Eventually we want to s
'--ant-compile'
],
},
« base/android/java/base.xml ('K') | « base/android/java/base.xml ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698