Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: webrtc/webrtc_nonparallel_tests.isolate

Issue 1419023003: Create isolate files for nonparallel tests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/build/apk_tests_noop.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
],
},
}],
« no previous file with comments | « webrtc/build/apk_tests_noop.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698