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

Unified Diff: content/browser/BUILD.gn

Issue 2361173002: Move classses VideoCaptureDeviceClient and VideoCaptureBufferPool to media/capture/video (Closed)
Patch Set: mcasas@ comments Created 4 years, 3 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/web_contents_video_capture_device_unittest.cc » ('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 1124f7d0d1a3fdf5c496d95c31fbd6416555b129..45fc3b488736e53587ebff673f9141e36ca1b822 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1072,17 +1072,11 @@ source_set("browser") {
"renderer_host/media/shared_memory_buffer_handle.h",
"renderer_host/media/shared_memory_buffer_tracker.cc",
"renderer_host/media/shared_memory_buffer_tracker.h",
- "renderer_host/media/video_capture_buffer_handle.h",
- "renderer_host/media/video_capture_buffer_pool.cc",
- "renderer_host/media/video_capture_buffer_pool.h",
- "renderer_host/media/video_capture_buffer_tracker.h",
- "renderer_host/media/video_capture_buffer_tracker_factory.cc",
- "renderer_host/media/video_capture_buffer_tracker_factory.h",
+ "renderer_host/media/video_capture_buffer_tracker_factory_impl.cc",
+ "renderer_host/media/video_capture_buffer_tracker_factory_impl.h",
"renderer_host/media/video_capture_controller.cc",
"renderer_host/media/video_capture_controller.h",
"renderer_host/media/video_capture_controller_event_handler.h",
- "renderer_host/media/video_capture_device_client.cc",
- "renderer_host/media/video_capture_device_client.h",
"renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
"renderer_host/media/video_capture_gpu_jpeg_decoder.h",
"renderer_host/media/video_capture_host.cc",
« no previous file with comments | « no previous file | content/browser/media/capture/web_contents_video_capture_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698