# 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.h", "worklet_animation.cc", "worklet_animation.h", "worklet_animation_options.cc", "worklet_animation_options.h", ] }