From 070846b2efff8c8f2e8bdebef259f411ddeaac1e Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Fri, 4 Oct 2013 16:40:17 +0200 Subject: Add WebRTC support Reuse the MediaCaptureDevicesDispatcher from the chrome layer, pretty much as is, and wire it in with WebContentsDelegateQt and WebContentsAdapter/WebContentsAdapterClient for API delegation. We also need to ensure that our user agent string mentions Chrome and the Chrome version we're based on, in order to please websites that detect feature support that way. Change-Id: I0ddf8cd34e4add96bc36f59adfe8e0384e728d93 Reviewed-by: Zeno Albisser --- src/core/core_gyp_generator.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/core_gyp_generator.pro') diff --git a/src/core/core_gyp_generator.pro b/src/core/core_gyp_generator.pro index be9bf87c0..c76c707a5 100644 --- a/src/core/core_gyp_generator.pro +++ b/src/core/core_gyp_generator.pro @@ -45,6 +45,7 @@ SOURCES = \ gl_context_qt.cpp \ javascript_dialog_controller.cpp \ javascript_dialog_manager_qt.cpp \ + media_capture_devices_dispatcher.cpp \ process_main.cpp \ qt_render_view_observer_host.cpp \ render_widget_host_view_qt.cpp \ @@ -85,6 +86,7 @@ HEADERS = \ javascript_dialog_controller_p.h \ javascript_dialog_controller.h \ javascript_dialog_manager_qt.h \ + media_capture_devices_dispatcher.h \ process_main.h \ qt_render_view_observer_host.h \ render_widget_host_view_qt.h \ -- cgit v1.2.3