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

Unified Diff: remoting/remoting_host.gypi

Issue 399253002: CastExtension Impl for Chromoting Host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes based on review Created 6 years, 4 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: 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',
],
}],
],
« remoting/host/cast_extension_session.cc ('K') | « remoting/host/cast_extension_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698