blob: 19089fef0ef047b2ceef4d400f5f3ee5fd33683d [file] [log] [blame]
# 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_preferences.mojom"
public_headers = [ "//gpu/config/gpu_preferences.h" ]
traits_headers = [ "//gpu/ipc/common/gpu_preferences_struct_traits.h" ]
public_deps = [
"//media:media_buildflags",
]
deps = [
# We depend on gpu_preferences but since it also depends on its own
# mojo bindings, that is handled with an |allowed_circular_includes|
# in //gpu/config:gpu_preferences.
# "//gpu/config:gpu_preferences",
]
sources = [
"//gpu/ipc/common/gpu_preferences_struct_traits.h",
]
type_mappings = [
"gpu.mojom.GpuPreferences=gpu::GpuPreferences",
"gpu.mojom.VpxDecodeVendors=gpu::GpuPreferences::VpxDecodeVendors",
]