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

Unified Diff: services/video_capture/BUILD.gn

Issue 2573223002: [Mojo Video Capture] Simplify media::VideoCaptureDevice::Client:Buffer to a struct (Closed)
Patch Set: mcasas comments Created 3 years, 11 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 | « media/capture/video/video_frame_receiver.h ('k') | services/video_capture/buffer_tracker_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/BUILD.gn
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
index 522df4e70feee1cf252d864e0d453a0ae4914723..f047751a50fd875da578eb9ef18df175b810299b 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -30,16 +30,10 @@ service_manifest("manifest") {
source_set("lib") {
sources = [
- "buffer_tracker_factory_impl.cc",
- "buffer_tracker_factory_impl.h",
"device_factory_media_to_mojo_adapter.cc",
"device_factory_media_to_mojo_adapter.h",
"device_media_to_mojo_adapter.cc",
"device_media_to_mojo_adapter.h",
- "mojo_shared_memory_buffer_handle.cc",
- "mojo_shared_memory_buffer_handle.h",
- "mojo_shared_memory_buffer_tracker.cc",
- "mojo_shared_memory_buffer_tracker.h",
"receiver_mojo_to_media_adapter.cc",
"receiver_mojo_to_media_adapter.h",
]
« no previous file with comments | « media/capture/video/video_frame_receiver.h ('k') | services/video_capture/buffer_tracker_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698