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

Unified Diff: media/capture/BUILD.gn

Issue 2583603002: [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() + OnFrameReadyInBuffer() (Closed)
Patch Set: Improve naming and fix Android background issue Created 4 years 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: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 4414910241776481f50faf2e61fb20ea50a71ef1..175c7298906aa7f41d3a14709110af38bb5b77f1 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -93,11 +93,15 @@ component("capture") {
]
public_deps = []
+
deps = [
"//base",
"//base:i18n",
"//media",
+ "//media/capture/mojo:capture_types",
"//media/capture/mojo:image_capture",
+ "//media/mojo/interfaces:interfaces",
+ "//services/service_manager/public/cpp",
"//skia",
"//third_party/libyuv",
"//ui/display",
« no previous file with comments | « content/browser/renderer_host/media/video_frame_receiver_on_io_thread.cc ('k') | media/capture/video/video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698