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

Unified Diff: ui/ui_unittests.gypi

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
« base/base.gyp ('K') | « ipc/ipc.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index d19cdfa6faf4151acc323188eb72acf5886bcbc8..0f6d29390c39aab9e68801e876395db1e964729c 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -232,7 +232,7 @@
'inputs': [
'../testing/android/generate_native_test.py',
'<(PRODUCT_DIR)/lib.target/libui_unittests.so',
- '<(PRODUCT_DIR)/chromium_base.jar',
+ '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
],
'outputs': [
'<(PRODUCT_DIR)/ChromeNativeTests_ui_unittests-debug.apk',
@@ -244,7 +244,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)/ui_unittests_apk',
'--ant-args',
« base/base.gyp ('K') | « ipc/ipc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698