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

Unified Diff: media/cast/cast_testing.gypi

Issue 958733002: isolate cast_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no read_only Created 5 years, 10 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 | « no previous file | media/cast/cast_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_testing.gypi
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi
index 29d6901b239fbf0716b2a822e42b20ba15abfc47..fbc4d47ff267ac5675c7516bdb8c777f480da85b 100644
--- a/media/cast/cast_testing.gypi
+++ b/media/cast/cast_testing.gypi
@@ -21,12 +21,12 @@
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
],
'sources': [
- 'test/loopback_transport.cc',
- 'test/loopback_transport.h',
'test/fake_media_source.cc',
'test/fake_media_source.h',
'test/fake_single_thread_task_runner.cc',
'test/fake_single_thread_task_runner.h',
+ 'test/loopback_transport.cc',
+ 'test/loopback_transport.h',
'test/skewed_single_thread_task_runner.cc',
'test/skewed_single_thread_task_runner.h',
'test/skewed_tick_clock.cc',
@@ -363,5 +363,22 @@
],
}], # targets
}], # OS=="ios" or OS=="mac"
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'cast_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'cast_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'cast_unittests.isolate',
+ ],
+ },
+ ],
+ }],
], # conditions
}
« no previous file with comments | « no previous file | media/cast/cast_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698