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

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: Created 6 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
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..d0be1ed333aa3223374e86c574510a79b122ca47 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,6 +22,8 @@
'sources': [
'<(DEPTH)/media/cast/test/fake_single_thread_task_runner.cc',
'<(DEPTH)/media/cast/test/fake_single_thread_task_runner.h',
+ 'in_process_receiver.cc',
+ 'in_process_receiver.h',
'input_builder.cc',
'input_builder.h',
'audio_utility.cc',
@@ -29,4 +33,4 @@
], # source
},
],
-}
+}
« media/cast/test/utility/in_process_receiver.cc ('K') | « media/cast/test/utility/input_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698