mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
30 lines
946 B
Plaintext
30 lines
946 B
Plaintext
# 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",
|
|
]
|
|
}
|