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

Unified Diff: ipc/ipc.gyp

Issue 10383263: Add the target ABI option for apk based test runner (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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 0e72df59beefed280f3253730dc589b68205400f..3fba06ed109c19d47971e161c5dbdc90a62f3f57 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -128,6 +128,8 @@
'<(PRODUCT_DIR)/lib.java/chromium_base.jar',
'--output',
'<(PRODUCT_DIR)/ipc_tests_apk',
+ '--app_abi',
+ '<(android_app_abi)',
'--ant-args',
'-DPRODUCT_DIR=<(PRODUCT_DIR)',
'--ant-compile'
« base/base.gyp ('K') | « base/base.gyp ('k') | testing/android/generate_native_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698