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

Unified Diff: ui/ui_unittests.gypi

Issue 10387086: Run APK tests on the android_test trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix naming of functions in buildbot_functions.sh 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 | « testing/android/AndroidManifest.xml ('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 0f6d29390c39aab9e68801e876395db1e964729c..34b9045521b87390ea679fc7a0379173a8a6702d 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -230,12 +230,13 @@
# a template, and builds them.
'action_name': 'generate_and_build',
'inputs': [
+ '../testing/android/AndroidManifest.xml',
'../testing/android/generate_native_test.py',
'<(PRODUCT_DIR)/lib.target/libui_unittests.so',
'<(PRODUCT_DIR)/lib.java/chromium_base.jar',
],
'outputs': [
- '<(PRODUCT_DIR)/ChromeNativeTests_ui_unittests-debug.apk',
+ '<(PRODUCT_DIR)/ui_unittests_apk/ui_unittests-debug.apk',
],
'action': [
'../testing/android/generate_native_test.py',
« no previous file with comments | « testing/android/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698