naiveproxy/third_party/blink/renderer/modules/csspaint/BUILD.gn

30 lines
946 B
Plaintext
Raw Normal View History

2018-08-11 08:35:24 +03:00
# 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_pending_generator_registry.cc",
"paint_worklet_pending_generator_registry.h",
]
}