mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
33 lines
1000 B
Plaintext
33 lines
1000 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("animationworklet") {
|
||
|
sources = [
|
||
|
"animation_worklet.cc",
|
||
|
"animation_worklet.h",
|
||
|
"animation_worklet_global_scope.cc",
|
||
|
"animation_worklet_global_scope.h",
|
||
|
"animation_worklet_messaging_proxy.cc",
|
||
|
"animation_worklet_messaging_proxy.h",
|
||
|
"animation_worklet_proxy_client_impl.cc",
|
||
|
"animation_worklet_proxy_client_impl.h",
|
||
|
"animation_worklet_thread.cc",
|
||
|
"animation_worklet_thread.h",
|
||
|
"animator.cc",
|
||
|
"animator.h",
|
||
|
"animator_definition.cc",
|
||
|
"animator_definition.h",
|
||
|
"css_animation_worklet.cc",
|
||
|
"css_animation_worklet.h",
|
||
|
"effect_proxy.cc",
|
||
|
"effect_proxy.h",
|
||
|
"worklet_animation.cc",
|
||
|
"worklet_animation.h",
|
||
|
"worklet_animation_options.cc",
|
||
|
"worklet_animation_options.h",
|
||
|
]
|
||
|
}
|