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

Unified Diff: media/cast/test/utility/utility.gyp

Issue 184813009: Cast Streaming API end-to-end browser_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix LoggingImplTest + REBASE Created 6 years, 9 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
Index: media/cast/test/utility/utility.gyp
diff --git a/media/cast/test/utility/utility.gyp b/media/cast/test/utility/utility.gyp
index 93e2f14842b82bec4a5561b751635ce8a87d4a77..c1dc644c8bdb38f15b02f6234ff0e1bdf6666e11 100644
--- a/media/cast/test/utility/utility.gyp
+++ b/media/cast/test/utility/utility.gyp
@@ -11,6 +11,8 @@
'<(DEPTH)/',
],
'dependencies': [
+ '../../cast_receiver.gyp:cast_receiver',
+ '../../transport/cast_transport.gyp:cast_transport',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
'<(DEPTH)/testing/gtest.gyp:gtest',
@@ -20,13 +22,19 @@
'sources': [
'<(DEPTH)/media/cast/test/fake_single_thread_task_runner.cc',
'<(DEPTH)/media/cast/test/fake_single_thread_task_runner.h',
- 'input_builder.cc',
- 'input_builder.h',
'audio_utility.cc',
'audio_utility.h',
+ 'default_config.cc',
+ 'default_config.h',
+ 'in_process_receiver.cc',
+ 'in_process_receiver.h',
+ 'input_builder.cc',
+ 'input_builder.h',
+ 'standalone_cast_environment.cc',
+ 'standalone_cast_environment.h',
'video_utility.cc',
'video_utility.h',
], # source
},
],
-}
+}
« no previous file with comments | « media/cast/test/utility/standalone_cast_environment.cc ('k') | media/cast/transport/cast_transport_sender_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698