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

Unified Diff: ipc/ipc.gyp

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 | « build/android/run_tests.py ('k') | testing/android/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 7b137f09f171de8f6cf0bf464c160e434a414842..0e72df59beefed280f3253730dc589b68205400f 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -110,12 +110,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/libipc_tests.so',
'<(PRODUCT_DIR)/lib.java/chromium_base.jar'
],
'outputs': [
- '<(PRODUCT_DIR)/ChromeNativeTests_ipc_tests-debug.apk',
+ '<(PRODUCT_DIR)/ipc_tests_apk/ipc_tests-debug.apk',
],
'action': [
'../testing/android/generate_native_test.py',
« no previous file with comments | « build/android/run_tests.py ('k') | testing/android/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698