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

Unified Diff: webrtc/build/android_tests.gyp

Issue 2340773003: GYP: Remove targets inside include_tests==1 that are converted to GN. (Closed)
Patch Set: Removed more and all isolate files. Created 4 years, 3 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 | « webrtc/api/peerconnection_unittests_apk.isolate ('k') | webrtc/build/android_tests_noop.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/android_tests.gyp
diff --git a/webrtc/build/android_tests.gyp b/webrtc/build/android_tests.gyp
index 7803b9a4198859247b37b46a5999d7bec11037f7..ab609f70c652fed78af4c83a98337e8098f3424a 100644
--- a/webrtc/build/android_tests.gyp
+++ b/webrtc/build/android_tests.gyp
@@ -19,248 +19,6 @@
],
'targets': [
{
- 'target_name': 'audio_codec_speed_tests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- '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': {
- 'shard_timeout': 900,
- 'test_suite_name': 'audio_decoder_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)audio_decoder_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../modules/audio_decoder_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/modules/modules.gyp:audio_decoder_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'common_audio_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'common_audio_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)common_audio_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../common_audio/common_audio_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/common_audio/common_audio.gyp:common_audio_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'common_video_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'common_video_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)common_video_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../common_video/common_video_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/common_video/common_video_unittests.gyp:common_video_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'modules_tests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'modules_tests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)modules_tests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../modules/modules_tests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/modules/modules.gyp:modules_tests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'modules_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'modules_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)modules_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../modules/modules_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/modules/modules.gyp:modules_unittests',
- 'audio_device_java',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'peerconnection_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- '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_java.gyp:libjingle_peerconnection_java',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'rtc_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'rtc_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)rtc_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../rtc_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/webrtc.gyp:rtc_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'system_wrappers_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'system_wrappers_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)system_wrappers_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../system_wrappers/system_wrappers_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/system_wrappers/system_wrappers_tests.gyp:system_wrappers_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'test_support_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'test_support_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)test_support_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../test/test_support_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/test/test.gyp:test_support_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'tools_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'tools_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)tools_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../tools/tools_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/tools/tools.gyp:tools_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'video_engine_tests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'video_engine_tests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)video_engine_tests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../video_engine_tests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/webrtc.gyp:video_engine_tests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'voice_engine_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'voice_engine_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)voice_engine_unittests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../voice_engine/voice_engine_unittests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'webrtc_perf_tests_apk',
- 'type': 'none',
- 'variables': {
- 'test_suite_name': 'webrtc_perf_tests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_perf_tests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../webrtc_perf_tests.isolate',
- 'shard_timeout': 2700,
- },
- 'dependencies': [
- '<(webrtc_root)/webrtc.gyp:webrtc_perf_tests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
- 'target_name': 'webrtc_nonparallel_tests_apk',
- 'type': 'none',
- 'variables': {
- 'shard_timeout': 900,
- 'test_suite_name': 'webrtc_nonparallel_tests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_nonparallel_tests<(SHARED_LIB_SUFFIX)',
- 'isolate_file': '../webrtc_nonparallel_tests.isolate',
- },
- 'dependencies': [
- '<(webrtc_root)/webrtc.gyp:webrtc_nonparallel_tests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
- ],
- },
- {
'target_name': 'android_junit_tests',
'type': 'none',
'dependencies': [
@@ -282,17 +40,5 @@
'../../build/host_jar.gypi',
],
},
- {
- 'target_name': 'audio_device_java',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': '<(webrtc_root)/modules/audio_device/android/java',
- 'additional_src_dirs': [ '<(webrtc_root)/base/java/src', ],
- 'never_lint': 1,
- },
- 'includes': [
- '../../build/java.gypi',
- ],
- },
],
}
« no previous file with comments | « webrtc/api/peerconnection_unittests_apk.isolate ('k') | webrtc/build/android_tests_noop.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698