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

Side by Side Diff: services/video_capture/public/interfaces/video_capture_format.typemap

Issue 2379253003: Video Capture Service: typemap video_capture's and media's VideoCaptureFormat (Closed)
Patch Set: more traits methods inlining Created 4 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//services/video_capture/public/interfaces/video_capture_format.mojom"
6 public_headers = [ "//media/base/video_capture_types.h" ]
7 traits_headers = [ "//services/video_capture/public/interfaces/video_capture_for mat_traits.h" ]
8 sources = [
9 "//services/video_capture/public/interfaces/video_capture_format_traits.cc",
10 ]
11 public_deps = [
12 "//media",
13 "//media/capture",
14 "//ui/gfx/geometry/mojo",
15 "//ui/gfx/geometry/mojo:struct_traits",
16 ]
17 type_mappings = [
18 "video_capture.mojom.VideoCaptureFormat=media::VideoCaptureFormat",
19 "video_capture.mojom.VideoPixelStorage=media::VideoPixelStorage",
20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698