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

Unified Diff: media/capture/BUILD.gn

Issue 2878233002: media: add ArcCamera3Service Mojo service (Closed)
Patch Set: Created 3 years, 7 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/DEPS » ('j') | media/capture/video/video_capture_device_unittest.cc » ('J')
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 a97ff63642ff480692f3dcf1ce385a58f1590583..554c2c74d687e4c1ad0f18d2b3e966d3655b5a91 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -49,6 +49,7 @@ component("capture_lib") {
"content/thread_safe_capture_oracle.h",
"content/video_capture_oracle.cc",
"content/video_capture_oracle.h",
+ "video/chromeos/arc_camera3_service.cc",
"video/chromeos/camera_device_delegate.cc",
"video/chromeos/camera_hal_delegate.cc",
"video/chromeos/camera_metadata_utils.cc",
@@ -236,4 +237,8 @@ test("capture_unittests") {
# TODO(jschuh): https://crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
+
+ if (is_chromeos) {
+ deps += [ "//mojo/edk/system" ]
+ }
}
« no previous file with comments | « no previous file | media/capture/video/DEPS » ('j') | media/capture/video/video_capture_device_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698