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

Unified Diff: webrtc/build/apk_tests.gyp

Issue 1882963003: Add isolate files for Android tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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: webrtc/build/apk_tests.gyp
diff --git a/webrtc/build/apk_tests.gyp b/webrtc/build/apk_tests.gyp
index 4839314f918a267d2500c4ae621abebf126af5b4..ba83acc14bb1db9f171bd3d6e6cff320cfc7abf6 100644
--- a/webrtc/build/apk_tests.gyp
+++ b/webrtc/build/apk_tests.gyp
@@ -22,6 +22,21 @@
},
'targets': [
{
+ 'target_name': 'audio_codec_speed_tests_apk',
+ 'type': 'none',
+ 'variables': {
+ 'test_suite_name': 'audio_codec_speed_tests',
+ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)audio_codec_speed_tests<(SHARED_LIB_SUFFIX)',
+ 'isolate_file': '../modules/audio_codec_speed_tests.isolate',
+ },
+ 'dependencies': [
+ '<(webrtc_root)/modules/modules.gyp:audio_codec_speed_tests',
+ ],
+ 'includes': [
+ '../../build/apk_test.gypi',
+ ],
+ },
+ {
'target_name': 'audio_decoder_unittests_apk',
'type': 'none',
'variables': {
@@ -67,22 +82,6 @@
],
},
{
- 'target_name': 'peerconnection_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'test_suite_name': 'peerconnection_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)peerconnection_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../api/peerconnection_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/api/api_tests.gyp:peerconnection_unittests',
- '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
'target_name': 'modules_tests_apk',
'type': 'none',
'variables': {
@@ -114,6 +113,22 @@
],
},
{
+ 'target_name': 'peerconnection_unittests_apk',
+ 'type': 'none',
+ 'variables': {
+ 'test_suite_name': 'peerconnection_unittests',
+ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)peerconnection_unittests<(SHARED_LIB_SUFFIX)',
+ 'isolate_file': '../api/peerconnection_unittests.isolate',
+ },
+ 'dependencies': [
+ '<(webrtc_root)/api/api_tests.gyp:peerconnection_unittests',
+ '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java',
+ ],
+ 'includes': [
+ '../../build/apk_test.gypi',
+ ],
+ },
+ {
'target_name': 'rtc_unittests_apk',
'type': 'none',
'variables': {
@@ -235,21 +250,6 @@
],
},
{
- 'target_name': 'audio_codec_speed_tests_apk',
- 'type': 'none',
- 'variables': {
- 'test_suite_name': 'audio_codec_speed_tests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)audio_codec_speed_tests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../modules/audio_codec_speed_tests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/modules/modules.gyp:audio_codec_speed_tests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
'target_name': 'audio_device_java',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698