blob: 1d75c425db2489a7b94cb1c68c888b852faa7198 [file] [log] [blame]
# Copyright 2017 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 = "//cc/ipc/copy_output_result.mojom"
public_headers = [ "//cc/output/copy_output_result.h" ]
traits_headers = [ "//cc/ipc/copy_output_result_struct_traits.h" ]
public_deps = [
"//cc",
"//skia/public/interfaces:struct_traits",
]
sources = [
"copy_output_result_struct_traits.cc",
]
type_mappings = [ "cc.mojom.CopyOutputResult=std::unique_ptr<cc::CopyOutputResult>[move_only]" ]