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:
kjellander@webrtc.org
2014-10-31 18:08:09 +00:00
parent 8a130c1084
commit 78c222bfae
42 changed files with 52 additions and 182 deletions

View File

@@ -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/',
],
},
}],
],