summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/modules/audio_coding/neteq/neteq_unittests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/modules/audio_coding/neteq/neteq_unittests.isolate')
-rw-r--r--chromium/third_party/webrtc/modules/audio_coding/neteq/neteq_unittests.isolate44
1 files changed, 0 insertions, 44 deletions
diff --git a/chromium/third_party/webrtc/modules/audio_coding/neteq/neteq_unittests.isolate b/chromium/third_party/webrtc/modules/audio_coding/neteq/neteq_unittests.isolate
deleted file mode 100644
index e8f4e482aaf..00000000000
--- a/chromium/third_party/webrtc/modules/audio_coding/neteq/neteq_unittests.isolate
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
-#
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file in the root of the source
-# tree. An additional intellectual property rights grant can be found
-# in the file PATENTS. All contributing project authors may
-# be found in the AUTHORS file in the root of the source tree.
-{
- 'conditions': [
- ['OS=="android"', {
- # When doing Android builds, the WebRTC code is put in third_party/webrtc
- # of a Chromium checkout, this is one level above the standalone build.
- 'variables': {
- 'isolate_dependency_untracked': [
- '../../../../../data/',
- '../../../../../resources/',
- ],
- },
- }],
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'command': [
- '../../../../testing/test_env.py',
- '<(PRODUCT_DIR)/neteq_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'isolate_dependency_touched': [
- '../../../../DEPS',
- ],
- 'isolate_dependency_tracked': [
- '../../../../resources/audio_coding/neteq_network_stats.dat',
- '../../../../resources/audio_coding/neteq_rtcp_stats.dat',
- '../../../../resources/audio_coding/neteq_universal.rtp',
- '../../../../resources/audio_coding/neteq_universal_ref.pcm',
- '../../../../resources/audio_coding/testfile32kHz.pcm',
- '../../../../testing/test_env.py',
- '<(PRODUCT_DIR)/neteq_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'isolate_dependency_untracked': [
- '../../../../tools/swarming_client/',
- ],
- },
- }],
- ],
-}