Update all .isolate files for the new format.
R=kjellander@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/27809004 Patch from Marc-Antoine Ruel <maruel@chromium.org>. git-svn-id: http://webrtc.googlecode.com/svn/trunk@7583 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
8a130c1084
commit
78c222bfae
@ -81,18 +81,6 @@
|
||||
# Files that are known to be involved in this step.
|
||||
'<(DEPTH)/tools/swarming_client/isolate.py',
|
||||
'<(DEPTH)/tools/swarming_client/run_isolated.py',
|
||||
|
||||
# Disable file tracking by the build driver for now. This means the
|
||||
# project must have the proper build-time dependency for their runtime
|
||||
# dependency. This improves the runtime of the build driver since it
|
||||
# doesn't have to stat() all these files.
|
||||
#
|
||||
# More importantly, it means that even if a isolate_dependency_tracked
|
||||
# file is missing, for example if a file was deleted and the .isolate
|
||||
# file was not updated, that won't break the build, especially in the
|
||||
# case where foo_tests_run is not built! This should be reenabled once
|
||||
# the switch-over to running tests on Swarm is completed.
|
||||
#'<@(isolate_dependency_tracked)',
|
||||
],
|
||||
'outputs': [
|
||||
'<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
|
||||
|
@ -31,12 +31,9 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/libjingle_media_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'media/testdata/captured-320x240-2s-48.frames',
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/libjingle_media_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
'media/testdata/captured-320x240-2s-48.frames',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
@ -31,12 +31,9 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/libjingle_p2p_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/libjingle_p2p_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -31,12 +31,9 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/libjingle_peerconnection_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/libjingle_peerconnection_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -31,12 +31,9 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/libjingle_sound_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/libjingle_sound_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -402,7 +402,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'build/isolate.gypi',
|
||||
'libjingle_media_unittest.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'libjingle_media_unittest.isolate',
|
||||
@ -416,7 +415,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'build/isolate.gypi',
|
||||
'libjingle_p2p_unittest.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'libjingle_p2p_unittest.isolate',
|
||||
@ -430,7 +428,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'build/isolate.gypi',
|
||||
'libjingle_peerconnection_unittest.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'libjingle_peerconnection_unittest.isolate',
|
||||
|
@ -31,12 +31,9 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/libjingle_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/libjingle_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -62,18 +62,6 @@
|
||||
# Files that are known to be involved in this step.
|
||||
'<(DEPTH)/tools/swarming_client/isolate.py',
|
||||
'<(DEPTH)/tools/swarming_client/run_isolated.py',
|
||||
|
||||
# Disable file tracking by the build driver for now. This means the
|
||||
# project must have the proper build-time dependency for their runtime
|
||||
# dependency. This improves the runtime of the build driver since it
|
||||
# doesn't have to stat() all these files.
|
||||
#
|
||||
# More importantly, it means that even if a isolate_dependency_tracked
|
||||
# file is missing, for example if a file was deleted and the .isolate
|
||||
# file was not updated, that won't break the build, especially in the
|
||||
# case where foo_tests_run is not built! This should be reenabled once
|
||||
# the switch-over to running tests on Swarm is completed.
|
||||
#'<@(isolate_dependency_tracked)',
|
||||
],
|
||||
'outputs': [
|
||||
'<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
|
||||
|
@ -285,7 +285,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'common_audio_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'common_audio_unittests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,13 +21,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/common_audio_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/common_audio_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -60,7 +60,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'common_video_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'common_video_unittests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,15 +21,12 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/common_video_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
'<(DEPTH)/resources/foreman_cif.yuv',
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/common_video_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -55,7 +55,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../../../../build/isolate.gypi',
|
||||
'audio_codec_speed_tests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'audio_codec_speed_tests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/resources/',
|
||||
'<(DEPTH)/data/',
|
||||
],
|
||||
@ -21,19 +21,14 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/audio_codec_speed_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_touched': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'<(DEPTH)/resources/audio_coding/music_stereo_48kHz.pcm',
|
||||
'<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
|
||||
'<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm',
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/audio_codec_speed_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/resources/',
|
||||
'<(DEPTH)/data/',
|
||||
],
|
||||
@ -21,17 +21,12 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/audio_decoder_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_touched': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/audio_decoder_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -225,7 +225,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../../../build/isolate.gypi',
|
||||
'audio_decoder_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'audio_decoder_unittests.isolate',
|
||||
|
@ -260,7 +260,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../../build/isolate.gypi',
|
||||
'audio_device_tests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'audio_device_tests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,13 +21,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/audio_device_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/audio_device_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -397,7 +397,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'modules_tests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'modules_tests.isolate',
|
||||
@ -411,7 +410,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'modules_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'modules_unittests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,7 +21,7 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/modules_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
'<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
|
||||
'<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
|
||||
@ -30,9 +30,6 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/modules_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -9,16 +9,10 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'<(DEPTH)/resources/short_mixed_mono_48.dat',
|
||||
'<(DEPTH)/resources/short_mixed_mono_48.pcm',
|
||||
'<(DEPTH)/resources/short_mixed_stereo_48.dat',
|
||||
'<(DEPTH)/resources/short_mixed_stereo_48.pcm',
|
||||
],
|
||||
},
|
||||
}],
|
||||
['OS=="linux" or OS=="mac" or OS=="win"', {
|
||||
@ -27,7 +21,7 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
'<(DEPTH)/data/audio_processing/output_data_float.pb',
|
||||
'<(DEPTH)/data/voice_engine/audio_tiny48.wav',
|
||||
@ -105,9 +99,6 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -161,7 +161,7 @@
|
||||
'type': '<(gtest_target_type)',
|
||||
'dependencies': [
|
||||
'video_capture_module',
|
||||
'video_capture_module_internal_impl',
|
||||
'video_capture_module_internal_impl',
|
||||
'webrtc_utility',
|
||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
@ -192,13 +192,13 @@
|
||||
'dependencies': [
|
||||
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
||||
],
|
||||
# Need to disable error due to the line in
|
||||
# base/android/jni_android.h triggering it:
|
||||
# const BASE_EXPORT jobject GetApplicationContext()
|
||||
# error: type qualifiers ignored on function return type
|
||||
'cflags': [
|
||||
'-Wno-ignored-qualifiers',
|
||||
],
|
||||
# Need to disable error due to the line in
|
||||
# base/android/jni_android.h triggering it:
|
||||
# const BASE_EXPORT jobject GetApplicationContext()
|
||||
# error: type qualifiers ignored on function return type
|
||||
'cflags': [
|
||||
'-Wno-ignored-qualifiers',
|
||||
],
|
||||
}],
|
||||
['OS=="mac"', {
|
||||
'dependencies': [
|
||||
@ -243,7 +243,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../../build/isolate.gypi',
|
||||
'video_capture_tests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'video_capture_tests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,13 +21,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/video_capture_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/video_capture_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -205,7 +205,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../../build/isolate.gypi',
|
||||
'video_render_tests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'video_render_tests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,13 +21,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/video_render_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/video_render_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -12,12 +12,9 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/rtc_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/rtc_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -80,7 +80,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../../build/isolate.gypi',
|
||||
'system_wrappers_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'system_wrappers_unittests.isolate',
|
||||
|
@ -10,7 +10,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -22,13 +22,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -224,7 +224,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'test_support_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'test_support_unittests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,14 +21,11 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/test_support_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/test_support_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -165,7 +165,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'tools_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'tools_unittests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,15 +21,12 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/tools_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
'<(DEPTH)/resources/foreman_cif.yuv',
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/tools_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -137,7 +137,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../../../build/isolate.gypi',
|
||||
'vie_auto_test.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'vie_auto_test.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,16 +21,11 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/vie_auto_test<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_touched': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/vie_auto_test<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -123,7 +123,7 @@
|
||||
'dependencies': [
|
||||
'video_engine_core',
|
||||
'<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl',
|
||||
'<(webrtc_root)/modules/modules.gyp:video_render_module_internal_impl',
|
||||
'<(webrtc_root)/modules/modules.gyp:video_render_module_internal_impl',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||
@ -168,7 +168,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'video_engine_core_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'video_engine_core_unittests.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,13 +21,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/video_engine_core_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/video_engine_core_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -20,14 +20,11 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/video_engine_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
'<(DEPTH)/resources/foreman_cif_short.yuv',
|
||||
'<(PRODUCT_DIR)/video_engine_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,13 +21,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/voe_auto_test<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/voe_auto_test<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -293,7 +293,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'voice_engine_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'voice_engine_unittests.isolate',
|
||||
@ -307,7 +306,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'../build/isolate.gypi',
|
||||
'voe_auto_test.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'voe_auto_test.isolate',
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -21,13 +21,10 @@
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/voice_engine_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/voice_engine_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -9,7 +9,7 @@
|
||||
'conditions': [
|
||||
['OS=="android"', {
|
||||
'variables': {
|
||||
'isolate_dependency_untracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/data/',
|
||||
'<(DEPTH)/resources/',
|
||||
],
|
||||
@ -20,16 +20,13 @@
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'files': [
|
||||
'<(DEPTH)/DEPS',
|
||||
'<(DEPTH)/resources/foreman_cif.yuv',
|
||||
'<(DEPTH)/resources/paris_qcif.yuv',
|
||||
'<(DEPTH)/resources/voice_engine/audio_long16.pcm',
|
||||
'<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
@ -175,7 +175,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'build/isolate.gypi',
|
||||
'rtc_unittests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'rtc_unittests.isolate',
|
||||
@ -189,7 +188,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'build/isolate.gypi',
|
||||
'video_engine_tests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'video_engine_tests.isolate',
|
||||
@ -203,7 +201,6 @@
|
||||
],
|
||||
'includes': [
|
||||
'build/isolate.gypi',
|
||||
'webrtc_perf_tests.isolate',
|
||||
],
|
||||
'sources': [
|
||||
'webrtc_perf_tests.isolate',
|
||||
|
Loading…
Reference in New Issue
Block a user