Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
|
kcwu
2017/06/09 06:30:24
2017
Owen Lin
2017/06/12 06:34:13
Done.
| |
| 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 = "//components/arc/common/video_encode_accelerator.mojom" | |
| 6 public_headers = [ "//media/video/video_encode_accelerator.h" ] | |
| 7 traits_headers = [ "//components/arc/video_accelerator/video_encode_accelerator_ struct_traits.h" ] | |
| 8 sources = [ | |
| 9 "//components/arc/video_accelerator/video_encode_accelerator_struct_traits.cc" , | |
| 10 ] | |
| 11 type_mappings = [ | |
| 12 "arc.mojom.VideoEncodeAccelerator.Error=media::VideoEncodeAccelerator::Error", | |
| 13 "arc.mojom.VideoPixelFormat=media::VideoPixelFormat", | |
| 14 "arc.mojom.VideoCodecProfile=media::VideoCodecProfile", | |
| 15 "arc.mojom.VideoEncodeProfile=media::VideoEncodeAccelerator::SupportedProfile" , | |
| 16 ] | |
| OLD | NEW |