# 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_request.mojom" | |
public_headers = [ "//cc/output/copy_output_request.h" ] | |
traits_headers = [ "//cc/ipc/copy_output_request_struct_traits.h" ] | |
sources = [ | |
"copy_output_request_struct_traits.cc", | |
] | |
type_mappings = [ "cc.mojom.CopyOutputRequest=std::unique_ptr<cc::CopyOutputRequest>[move_only]" ] |