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

Unified Diff: base/base.gyp

Issue 10310098: Don't make try_compile_test bot RED if native tests fail to compile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix patch for replaceme-debug.apk 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
« no previous file with comments | « no previous file | build/android/buildbot_functions.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 8de65df7615f766b0ce8d782f415db88faffedf0..6f403fccdbee24c5f3880698da11110b63b749a1 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -669,7 +669,7 @@
'inputs': [
'../testing/android/generate_native_test.py',
'<(PRODUCT_DIR)/lib.target/libbase_unittests.so',
- '<(PRODUCT_DIR)/chromium_base.jar'
+ '<(PRODUCT_DIR)/lib.java/chromium_base.jar'
John Grabowski 2012/05/10 23:58:41 Sorry... this was my fault. It was lame for me to
],
'outputs': [
'<(PRODUCT_DIR)/ChromeNativeTests_base_unittests-debug.apk',
@@ -679,7 +679,7 @@
'--native_library',
'<(PRODUCT_DIR)/lib.target/libbase_unittests.so',
'--jar',
- '<(PRODUCT_DIR)/chromium_base.jar',
+ '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
'--output',
'<(PRODUCT_DIR)/base_unittests_apk',
'--ant-args',
« no previous file with comments | « no previous file | build/android/buildbot_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698