| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index 015f7aa9350452754a6592e93f87253e348d977f..48d8e74d8285654af15924ebb3b1aa6d5cfbad29 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -363,8 +363,12 @@
|
| '../third_party/libjingle/libjingle.gyp:libpeerconnection',
|
| ],
|
| 'sources': [
|
| + 'host/cast_extension.cc',
|
| + 'host/cast_extension.h',
|
| + 'host/cast_extension_session.cc',
|
| + 'host/cast_extension_session.h',
|
| 'host/cast_video_capturer_adapter.cc',
|
| - 'host/cast_video_capturer_adapter.h'
|
| + 'host/cast_video_capturer_adapter.h',
|
| ],
|
| }],
|
| ],
|
|
|