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

Unified Diff: media/capture/BUILD.gn

Issue 2344123002: ImageCapture: Implement TakePhoto() for Linux/CrOs (Closed)
Patch Set: 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
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 989a550a62d751a0579c3e972ccea4fc8a4ec1e2..28caf2898aa2407d9a8eecf8188c7bec75b1dcdb 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -31,6 +31,7 @@ component("capture") {
"video/file_video_capture_device_factory.cc",
"video/file_video_capture_device_factory.h",
"video/linux/v4l2_capture_delegate.cc",
+ "video/linux/v4l2_capture_delegate.h",
"video/linux/video_capture_device_chromeos.cc",
"video/linux/video_capture_device_chromeos.h",
"video/linux/video_capture_device_factory_linux.cc",
@@ -78,6 +79,7 @@ component("capture") {
"//media",
"//media/mojo/interfaces:image_capture",
"//skia",
+ "//third_party/libyuv",
mcasas 2016/09/16 03:50:36 Since this dependency is only necessary for Linux/
xianglu 2016/09/16 18:22:33 Done.
"//ui/display",
"//ui/gfx",
]
« no previous file with comments | « no previous file | media/capture/video/linux/v4l2_capture_delegate.h » ('j') | media/capture/video/linux/v4l2_capture_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698