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

Unified Diff: content/content_browser.gypi

Issue 974513002: content: Split out VideoCaptureMachine from DesktopCaptureDeviceAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move DesktopCaptureDeviceAura code to the correct place and move task posting into ctor. Created 5 years, 10 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 93931d8474c40201bcd230108548201aeb41f45c..096c9505d298a116725499af476cb869ed3393aa 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1751,6 +1751,8 @@
}],
['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', {
'sources': [
+ "browser/media/capture/aura_window_capture_machine.cc",
+ "browser/media/capture/aura_window_capture_machine.h",
'browser/media/capture/desktop_capture_device.cc',
'browser/media/capture/desktop_capture_device.h',
'browser/media/capture/desktop_capture_device_aura.cc',

Powered by Google App Engine
This is Rietveld 408576698