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

Unified Diff: ipc/ipc.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
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index e6b51164e40e8735314b55296fa03c8a2413c18b..7b137f09f171de8f6cf0bf464c160e434a414842 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -112,7 +112,7 @@
'inputs': [
'../testing/android/generate_native_test.py',
'<(PRODUCT_DIR)/lib.target/libipc_tests.so',
- '<(PRODUCT_DIR)/chromium_base.jar'
+ '<(PRODUCT_DIR)/lib.java/chromium_base.jar'
],
'outputs': [
'<(PRODUCT_DIR)/ChromeNativeTests_ipc_tests-debug.apk',
@@ -124,7 +124,7 @@
# TODO(jrg): find a better way to specify jar
# dependencies. Hard coding seems fragile.
'--jar',
- '<(PRODUCT_DIR)/chromium_base.jar',
+ '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
'--output',
'<(PRODUCT_DIR)/ipc_tests_apk',
'--ant-args',
« base/base.gyp ('K') | « build/android/buildbot_functions.sh ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698