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

Unified Diff: media/capture/BUILD.gn

Issue 2344123002: ImageCapture: Implement TakePhoto() for Linux/CrOs (Closed)
Patch Set: v4l2_capture_delegate.cc l.152: Added back '&0xf0' 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 | media/capture/video/linux/v4l2_capture_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 989a550a62d751a0579c3e972ccea4fc8a4ec1e2..acc22fb43f14c22593321035722b61ac4790437d 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",
@@ -131,6 +132,10 @@ component("capture") {
# TODO(jschuh): https://crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
+
+ if (is_linux || is_chromeos) {
+ deps += [ "//third_party/libyuv" ]
+ }
}
test("capture_unittests") {
« no previous file with comments | « no previous file | media/capture/video/linux/v4l2_capture_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698