blob: b85b1293e16297c78b3f983c5c083cd17e3453b0 [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/filter_operations.mojom"
deps = [
"//cc/paint",
]
public_headers = [ "//cc/paint/filter_operations.h" ]
traits_headers = [
"//services/viz/public/cpp/compositing/filter_operations_struct_traits.h",
]
sources = [
"//services/viz/public/cpp/compositing/filter_operations_struct_traits.cc",
]
type_mappings = [ "viz.mojom.FilterOperations=cc::FilterOperations" ]