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 |
}, |
], |
-} |
+} |