blob: 499602899bc9dd560bfa553c335319567fe62abe [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 = "//services/viz/public/interfaces/compositing/render_pass.mojom"
public_headers = [
"//components/viz/common/quads/draw_quad.h",
"//components/viz/common/quads/render_pass.h",
"//ui/gl/dc_renderer_layer_params.h",
]
traits_headers = [
"//services/viz/public/cpp/compositing/quads_struct_traits.h",
"//services/viz/public/cpp/compositing/render_pass_struct_traits.h",
]
sources = [
"//services/viz/public/cpp/compositing/quads_struct_traits.cc",
"//services/viz/public/cpp/compositing/render_pass_struct_traits.cc",
]
deps = [
"//ui/gl",
]
type_mappings = [
"viz.mojom.RenderPass=std::unique_ptr<viz::RenderPass>[move_only,nullable_is_same_type]",
"viz::mojom::ProtectedVideoState=ui::ProtectedVideoType",
]