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:
@ -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/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user