| # 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 = "//gpu/ipc/common/gpu_info.mojom" |
| public_headers = [ "//gpu/config/gpu_info.h" ] |
| traits_headers = [ "//gpu/ipc/common/gpu_info_struct_traits.h" ] |
| sources = [ |
| "//gpu/ipc/common/gpu_info_struct_traits.cc", |
| ] |
| public_deps = [ |
| "//gpu/config", |
| "//ui/gfx/geometry/mojo", |
| ] |
| type_mappings = [ |
| "gpu.mojom.CollectInfoResult=gpu::CollectInfoResult", |
| "gpu.mojom.Dx12VulkanVersionInfo=gpu::Dx12VulkanVersionInfo", |
| "gpu.mojom.GpuDevice=gpu::GPUInfo::GPUDevice", |
| "gpu.mojom.GpuInfo=gpu::GPUInfo", |
| "gpu.mojom.VideoCodecProfile=gpu::VideoCodecProfile", |
| "gpu.mojom.VideoDecodeAcceleratorSupportedProfile=gpu::VideoDecodeAcceleratorSupportedProfile", |
| "gpu.mojom.VideoDecodeAcceleratorCapabilities=gpu::VideoDecodeAcceleratorCapabilities", |
| "gpu.mojom.VideoEncodeAcceleratorSupportedProfile=gpu::VideoEncodeAcceleratorSupportedProfile", |
| "gpu.mojom.ImageDecodeAcceleratorSupportedProfile=gpu::ImageDecodeAcceleratorSupportedProfile", |
| ] |