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

Unified Diff: content/content_browser.gypi

Issue 1064963002: 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 5512ae78be9b45e4b3261319674131db6d2a511a..ff344564bebbabf69e80be085f7cd88874e8888e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1810,12 +1810,6 @@
'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

Powered by Google App Engine
This is Rietveld 408576698