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

Unified Diff: content/content_browser.gypi

Issue 1090273006: Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in VideoCaptureBufferPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 1ee8ce0a594e725dded5de3c3bb29fea77a35856..7af7e6f2c7f7a7ecbbd859afdf17557cdd552660 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1813,6 +1813,12 @@
'browser/media/capture/desktop_capture_device_aura.h',
],
}],
+ ['enable_webrtc==1 and (OS=="linux" or OS=="mac")', {
+ 'sources': [
+ 'browser/renderer_host/media/video_capture_texture_wrapper.cc',
+ 'browser/renderer_host/media/video_capture_texture_wrapper.h',
+ ],
+ }],
['OS=="win"', {
'dependencies': [
# For accessibility
« no previous file with comments | « content/browser/renderer_host/media/video_capture_texture_wrapper.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698