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

Unified Diff: content/content_browser.gypi

Issue 23726015: All together now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cap
Patch Set: Created 7 years, 4 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 01b33f1405d73cb443d4f9264e8ba5bd99dc8ad3..a0638b74c9e67220aa4601bb6d8c424c9fb3b900 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -291,6 +291,8 @@
'browser/appcache/chrome_appcache_service.h',
'browser/aura/browser_compositor_output_surface.cc',
'browser/aura/browser_compositor_output_surface.h',
+ 'browser/aura/browser_compositor_output_surface_capturer.cc',
+ 'browser/aura/browser_compositor_output_surface_capturer.h',
'browser/aura/browser_compositor_output_surface_proxy.cc',
'browser/aura/browser_compositor_output_surface_proxy.h',
'browser/aura/gpu_process_transport_factory.cc',
@@ -1291,6 +1293,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_aura.cc',
+ 'browser/renderer_host/media/desktop_capture_device_aura.h',
],
'dependencies': [
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
« no previous file with comments | « content/browser/renderer_host/media/desktop_capture_device_aura.cc ('k') | content/public/common/desktop_media_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698