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

Unified Diff: webrtc/webrtc_tests.gypi

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/webrtc_nonparallel_tests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 547b99b6939404a545a4ad234078c25f02b9b568..811bbd772f7bf5a2883c74fd7d84750941e3ab66 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -347,6 +347,19 @@
],
},
{
+ 'target_name': 'webrtc_nonparallel_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'webrtc_nonparallel_tests',
+ ],
+ 'includes': [
+ 'build/isolate.gypi',
+ ],
+ 'sources': [
+ 'webrtc_nonparallel_tests.isolate',
+ ],
+ },
+ {
'target_name': 'webrtc_perf_tests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « webrtc/webrtc_nonparallel_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698