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

Unified Diff: content/content_browser.gypi

Issue 93583003: Reland 237634 and 237645. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase at 237726. Created 7 years, 1 month 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index d2199813d052d7d064645d93d3589b63c0cab7b2..b7e5094f92fb336a20880465efbd2568e96eaf0c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -921,6 +921,8 @@
'browser/renderer_host/media/video_capture_controller.h',
'browser/renderer_host/media/video_capture_controller_event_handler.cc',
'browser/renderer_host/media/video_capture_controller_event_handler.h',
+ 'browser/renderer_host/media/video_capture_device_impl.cc',
+ 'browser/renderer_host/media/video_capture_device_impl.h',
'browser/renderer_host/media/video_capture_host.cc',
'browser/renderer_host/media/video_capture_host.h',
'browser/renderer_host/media/video_capture_manager.cc',
@@ -1364,6 +1366,8 @@
'sources': [
'browser/renderer_host/media/desktop_capture_device.cc',
'browser/renderer_host/media/desktop_capture_device.h',
+ 'browser/renderer_host/media/desktop_capture_device_ash.cc',
+ 'browser/renderer_host/media/desktop_capture_device_ash.h',
],
'dependencies': [
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
« no previous file with comments | « content/browser/renderer_host/media/web_contents_video_capture_device.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698