blob: fe5e78782e57041d275a91027ee464935d263ec7 [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.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("csspaint") {
sources = [
"css_paint_definition.cc",
"css_paint_definition.h",
"css_paint_image_generator_impl.cc",
"css_paint_image_generator_impl.h",
"css_paint_worklet.cc",
"css_paint_worklet.h",
"document_paint_definition.cc",
"document_paint_definition.h",
"paint_rendering_context_2d.cc",
"paint_rendering_context_2d.h",
"paint_size.h",
"paint_worklet.cc",
"paint_worklet.h",
"paint_worklet_global_scope.cc",
"paint_worklet_global_scope.h",
"paint_worklet_global_scope_proxy.cc",
"paint_worklet_global_scope_proxy.h",
"paint_worklet_messaging_proxy.cc",
"paint_worklet_messaging_proxy.h",
"paint_worklet_pending_generator_registry.cc",
"paint_worklet_pending_generator_registry.h",
"paint_worklet_proxy_client.cc",
"paint_worklet_proxy_client.h",
]
}