# 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/dx_diag_node.mojom" | |
public_headers = [ "//gpu/config/dx_diag_node.h" ] | |
traits_headers = [ "//gpu/ipc/common/dx_diag_node_struct_traits.h" ] | |
sources = [ | |
"//gpu/ipc/common/dx_diag_node_struct_traits.cc", | |
] | |
type_mappings = [ "gpu.mojom.DxDiagNode=gpu::DxDiagNode" ] |