blob: 39aa8408ad1e590afbd760915328a18bbc1a79ec [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 = [ "//components/viz/common/quads/copy_output_result.h" ]
traits_headers = [ "//cc/ipc/copy_output_result_struct_traits.h" ]
public_deps = [
"//cc",
"//components/viz/common",
"//skia/public/interfaces:struct_traits",
]
sources = [
"copy_output_result_struct_traits.cc",
]
type_mappings = [ "cc.mojom.CopyOutputResult=std::unique_ptr<viz::CopyOutputResult>[move_only]" ]