From fd59c39caa97da54f27da5378ada4fa8180de248 Mon Sep 17 00:00:00 2001 From: "henrik.lundin@webrtc.org" Date: Tue, 10 Jun 2014 20:26:27 +0000 Subject: [PATCH] Delete last file in neteq4 folder The .isolate file can now be safely removed, since issue 3462 is resolved. BUG=2996 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/16659004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6388 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../neteq4/audio_decoder_unittests.isolate | 40 ------------------- 1 file changed, 40 deletions(-) delete mode 100644 webrtc/modules/audio_coding/neteq4/audio_decoder_unittests.isolate diff --git a/webrtc/modules/audio_coding/neteq4/audio_decoder_unittests.isolate b/webrtc/modules/audio_coding/neteq4/audio_decoder_unittests.isolate deleted file mode 100644 index bb57e74b3..000000000 --- a/webrtc/modules/audio_coding/neteq4/audio_decoder_unittests.isolate +++ /dev/null @@ -1,40 +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': [ - '../../../../../resources/', - '../../../../../data/', - ], - }, - }], - ['OS=="linux" or OS=="mac" or OS=="win"', { - 'variables': { - 'command': [ - '../../../../testing/test_env.py', - '<(PRODUCT_DIR)/audio_decoder_unittests<(EXECUTABLE_SUFFIX)', - ], - 'isolate_dependency_touched': [ - '../../../../DEPS', - ], - 'isolate_dependency_tracked': [ - '../../../../resources/audio_coding/testfile32kHz.pcm', - '../../../../testing/test_env.py', - '<(PRODUCT_DIR)/audio_decoder_unittests<(EXECUTABLE_SUFFIX)', - ], - 'isolate_dependency_untracked': [ - '../../../../tools/swarming_client/', - ], - }, - }], - ], -}