chromium/third_party/blink/renderer/modules/animationworklet/BUILD.gn

# Copyright 2016 The Chromium Authors
# 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.cc",
    "animation_worklet_proxy_client.h",
    "animator.cc",
    "animator.h",
    "animator_definition.cc",
    "animator_definition.h",
    "css_animation_worklet.cc",
    "css_animation_worklet.h",
    "worklet_animation.cc",
    "worklet_animation.h",
    "worklet_animation_effect.cc",
    "worklet_animation_effect.h",
    "worklet_animation_effect_timings.cc",
    "worklet_animation_effect_timings.h",
    "worklet_animation_options.cc",
    "worklet_animation_options.h",
    "worklet_group_effect.cc",
    "worklet_group_effect.h",
  ]
}