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

Unified Diff: content/content_browser.gypi

Issue 100743003: Extend content::DesktopMediaID to allow Aura windows as capture sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 5c697e10e448cd127c8458243be3490440e70eee..95060f7c392885a1dce795114d95499f286250f1 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -71,6 +71,8 @@
'public/browser/content_browser_client.cc',
'public/browser/content_browser_client.h',
'public/browser/cookie_store_factory.h',
+ 'public/browser/desktop_media_id.cc',
+ 'public/browser/desktop_media_id.h',
'public/browser/devtools_agent_host.h',
'public/browser/devtools_client_host.h',
'public/browser/devtools_external_agent_proxy.h',
@@ -1358,8 +1360,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',
+ 'browser/renderer_host/media/desktop_capture_device_aura.cc',
+ 'browser/renderer_host/media/desktop_capture_device_aura.h',
],
'dependencies': [
'../third_party/webrtc/modules/modules.gyp:desktop_capture',

Powered by Google App Engine
This is Rietveld 408576698