| 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': {
|
|
|