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

Unified Diff: content/browser/BUILD.gn

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: VideoCaptureDevice::Client::Buffer::~Buffer() pure virtual. Avoid using base::MessageLoopProxy::cur… 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
« no previous file with comments | « no previous file | content/browser/media/capture/content_video_capture_device_core.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 927906c7dff23e73ff16ac4f4010131292d0e42d..c409cea905f33d629ca03d347ac966e5eb62ccc8 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -196,12 +196,6 @@ source_set("browser") {
defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
deps += [ "//third_party/webrtc/modules/desktop_capture" ]
}
- if (is_linux || is_mac) {
- sources += [
- "renderer_host/media/video_capture_texture_wrapper.cc",
- "renderer_host/media/video_capture_texture_wrapper.h",
- ]
- }
}
if (is_win) {
« no previous file with comments | « no previous file | content/browser/media/capture/content_video_capture_device_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698