| Index: webrtc/webrtc_nonparallel_tests.isolate
|
| diff --git a/webrtc/rtc_unittests.isolate b/webrtc/webrtc_nonparallel_tests.isolate
|
| similarity index 70%
|
| copy from webrtc/rtc_unittests.isolate
|
| copy to webrtc/webrtc_nonparallel_tests.isolate
|
| index 6dfe38d465741826667a707634c65809d8df6996..0e13d7b3ba6332dc0ec4b8ce331e398e97d85209 100644
|
| --- a/webrtc/rtc_unittests.isolate
|
| +++ b/webrtc/webrtc_nonparallel_tests.isolate
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
|
| +# Copyright (c) 2015 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
|
| @@ -10,10 +10,10 @@
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'command': [
|
| - '<(PRODUCT_DIR)/rtc_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/webrtc_nonparallel_tests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'files': [
|
| - '<(PRODUCT_DIR)/rtc_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/webrtc_nonparallel_tests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
|
|