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

Unified Diff: content/browser/BUILD.gn

Issue 2343423003: Extract nested and private classes from VideoCaptureBufferPool (Closed)
Patch Set: Merge branch 'master' into BufferPoolRefactor 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 d0df7b19559f4bd5b5c74b157f8192fac27421b4..1124f7d0d1a3fdf5c496d95c31fbd6416555b129 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1052,6 +1052,10 @@ source_set("browser") {
"renderer_host/media/audio_renderer_host.h",
"renderer_host/media/audio_sync_reader.cc",
"renderer_host/media/audio_sync_reader.h",
+ "renderer_host/media/gpu_memory_buffer_handle.cc",
+ "renderer_host/media/gpu_memory_buffer_handle.h",
+ "renderer_host/media/gpu_memory_buffer_tracker.cc",
+ "renderer_host/media/gpu_memory_buffer_tracker.h",
"renderer_host/media/media_capture_devices_impl.cc",
"renderer_host/media/media_capture_devices_impl.h",
"renderer_host/media/media_stream_dispatcher_host.cc",
@@ -1064,8 +1068,16 @@ source_set("browser") {
"renderer_host/media/media_stream_track_metrics_host.h",
"renderer_host/media/media_stream_ui_proxy.cc",
"renderer_host/media/media_stream_ui_proxy.h",
+ "renderer_host/media/shared_memory_buffer_handle.cc",
+ "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_controller.cc",
"renderer_host/media/video_capture_controller.h",
"renderer_host/media/video_capture_controller_event_handler.h",
« 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