blob: 610e620b51363fefb22b2ddd12b8a509102ee539 [file] [log] [blame]
# Copyright 2018 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/paint_filter.mojom"
public_headers = [ "//cc/paint/paint_filter.h" ]
traits_headers =
[ "//services/viz/public/cpp/compositing/paint_filter_struct_traits.h" ]
deps = [
"//cc/paint",
]
sources = [
"//services/viz/public/cpp/compositing/paint_filter_struct_traits.cc",
]
type_mappings = [ "viz.mojom.PaintFilter=sk_sp<cc::PaintFilter>" ]