summaryrefslogtreecommitdiff
path: root/common_audio
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-10-31 18:08:09 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-10-31 18:08:09 +0000
commit796056b8fff85d6e85e3717d3598684fc9e893f0 (patch)
tree27b1899eaefd264a2726883b143087362c2a83ee /common_audio
parent4ed1b701481ce548d59624bf6a9b708434234e9c (diff)
downloadwebrtc-796056b8fff85d6e85e3717d3598684fc9e893f0.tar.gz
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/webrtc@7583 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'common_audio')
-rw-r--r--common_audio/common_audio.gyp1
-rw-r--r--common_audio/common_audio_unittests.isolate7
2 files changed, 2 insertions, 6 deletions
diff --git a/common_audio/common_audio.gyp b/common_audio/common_audio.gyp
index 0eb238f8..ca77ba8f 100644
--- a/common_audio/common_audio.gyp
+++ b/common_audio/common_audio.gyp
@@ -285,7 +285,6 @@
],
'includes': [
'../build/isolate.gypi',
- 'common_audio_unittests.isolate',
],
'sources': [
'common_audio_unittests.isolate',
diff --git a/common_audio/common_audio_unittests.isolate b/common_audio/common_audio_unittests.isolate
index cc5e6ab4..80eb0fc4 100644
--- a/common_audio/common_audio_unittests.isolate
+++ b/common_audio/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/',
- ],
},
}],
],