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