| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//third_party/WebKit/Source/modules/modules.gni") | 5 import("//third_party/WebKit/Source/modules/modules.gni") |
| 6 | 6 |
| 7 blink_modules_sources("compositorworker") { | 7 blink_modules_sources("compositorworker") { |
| 8 sources = [ | 8 sources = [ |
| 9 "AbstractAnimationWorkletThread.cpp", | 9 "AbstractAnimationWorkletThread.cpp", |
| 10 "AbstractAnimationWorkletThread.h", | 10 "AbstractAnimationWorkletThread.h", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "CompositorWorkerGlobalScope.cpp", | 27 "CompositorWorkerGlobalScope.cpp", |
| 28 "CompositorWorkerGlobalScope.h", | 28 "CompositorWorkerGlobalScope.h", |
| 29 "CompositorWorkerMessagingProxy.cpp", | 29 "CompositorWorkerMessagingProxy.cpp", |
| 30 "CompositorWorkerMessagingProxy.h", | 30 "CompositorWorkerMessagingProxy.h", |
| 31 "CompositorWorkerProxyClientImpl.cpp", | 31 "CompositorWorkerProxyClientImpl.cpp", |
| 32 "CompositorWorkerProxyClientImpl.h", | 32 "CompositorWorkerProxyClientImpl.h", |
| 33 "CompositorWorkerThread.cpp", | 33 "CompositorWorkerThread.cpp", |
| 34 "CompositorWorkerThread.h", | 34 "CompositorWorkerThread.h", |
| 35 "WindowAnimationWorklet.cpp", | 35 "WindowAnimationWorklet.cpp", |
| 36 "WindowAnimationWorklet.h", | 36 "WindowAnimationWorklet.h", |
| 37 "WorkletAnimation.cpp", |
| 38 "WorkletAnimation.h", |
| 37 ] | 39 ] |
| 38 } | 40 } |
| OLD | NEW |