| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 import("//third_party/WebKit/Source/modules/modules.gni") |
| 6 |
| 7 blink_modules_sources("compositorworker") { |
| 8 sources = [ |
| 9 "AbstractAnimationWorkletThread.cpp", |
| 10 "AbstractAnimationWorkletThread.h", |
| 11 "AnimationWorklet.cpp", |
| 12 "AnimationWorklet.h", |
| 13 "AnimationWorkletGlobalScope.cpp", |
| 14 "AnimationWorkletGlobalScope.h", |
| 15 "AnimationWorkletThread.cpp", |
| 16 "AnimationWorkletThread.h", |
| 17 "CompositorWorker.cpp", |
| 18 "CompositorWorker.h", |
| 19 "CompositorWorkerGlobalScope.cpp", |
| 20 "CompositorWorkerGlobalScope.h", |
| 21 "CompositorWorkerMessagingProxy.cpp", |
| 22 "CompositorWorkerMessagingProxy.h", |
| 23 "CompositorWorkerThread.cpp", |
| 24 "CompositorWorkerThread.h", |
| 25 "WindowAnimationWorklet.cpp", |
| 26 "WindowAnimationWorklet.h", |
| 27 ] |
| 28 } |
| OLD | NEW |