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

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: Rename to AuraCaptureMachine and move to own file 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 e0afa12581e1fd0d66366faf0458c03033949b4f..cf6959145729c4abf563018b0e256c7e2c252fc5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1749,6 +1749,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