# Copyright 2018 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/context_result.mojom" | |
public_headers = [ "//gpu/command_buffer/common/context_result.h" ] | |
traits_headers = [ "//gpu/ipc/common/context_result_struct_traits.h" ] | |
type_mappings = [ "gpu.mojom.ContextResult=gpu::ContextResult" ] |