Index: remoting/remoting_host.gypi |
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
index e966596ca02c16a71293328e300b0f1ddc53574e..7404cdbf4b838e58ee04ea9b969f224cc3e83d18 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', |
], |
}], |
], |