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

Unified Diff: media/capture/video/chromeos/mojo/BUILD.gn

Issue 2837273004: media: add video capture device for ARC++ camera HAL v3 (Closed)
Patch Set: RELAND: media: add video capture device for ARC++ camera HAL v3 Created 3 years, 6 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/chromeos/mock_video_capture_client.cc ('k') | media/capture/video/chromeos/mojo/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/chromeos/mojo/BUILD.gn
diff --git a/media/capture/video/chromeos/mojo/BUILD.gn b/media/capture/video/chromeos/mojo/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..cf4e480660702dcb1ffdac5291ab1d2aa3c01e0a
--- /dev/null
+++ b/media/capture/video/chromeos/mojo/BUILD.gn
@@ -0,0 +1,13 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//mojo/public/tools/bindings/mojom.gni")
+
+mojom("arc_camera3") {
+ sources = [
+ "arc_camera3.mojom",
+ "arc_camera3_metadata.mojom",
+ "camera_metadata_tags.mojom",
+ ]
+}
« no previous file with comments | « media/capture/video/chromeos/mock_video_capture_client.cc ('k') | media/capture/video/chromeos/mojo/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698