summaryrefslogtreecommitdiff
path: root/chromium/components/arc/common/video_accelerator.typemap
blob: 3461d8658d1af98b453d912ace2c7fe0d37550f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2016 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.

mojom = "//components/arc/common/video_accelerator.mojom"
public_headers = [ "//components/arc/video_accelerator/video_accelerator.h" ]
traits_headers =
    [ "//components/arc/video_accelerator/video_accelerator_struct_traits.h" ]
sources = [
  "//components/arc/video_accelerator/video_accelerator_struct_traits.cc",
]
type_mappings = [ "arc.mojom.ArcVideoAcceleratorDmabufPlane=arc::ArcVideoAcceleratorDmabufPlane[move_only]" ]