blob: 3f8b23d9493637a93add8139fe82e0b2b5bc4ea7 [file] [log] [blame]
# 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 = "//cc/ipc/render_pass.mojom"
public_headers = [
"//cc/quads/draw_quad.h",
"//cc/quads/render_pass.h",
]
traits_headers = [
"//cc/ipc/quads_struct_traits.h",
"//cc/ipc/render_pass_struct_traits.h",
]
sources = [
"quads_struct_traits.cc",
"render_pass_struct_traits.cc",
]
type_mappings = [ "cc.mojom.RenderPass=std::unique_ptr<cc::RenderPass>[move_only,nullable_is_same_type]" ]