| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index 3408ee18623c627d81c344aa22e4035e1b15cb72..8fe9161c6e9d75a0fe586eeb583bd1dcd4ed0a11 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -36,6 +36,8 @@ component("web") {
|
| defines = [ "BLINK_WEB_IMPLEMENTATION=1" ]
|
|
|
| sources = [
|
| + "AnimationWorkletProxyClientImpl.cpp",
|
| + "AnimationWorkletProxyClientImpl.h",
|
| "AssertMatchingEnums.cpp",
|
| "AudioOutputDeviceClientImpl.cpp",
|
| "AudioOutputDeviceClientImpl.h",
|
| @@ -48,10 +50,11 @@ component("web") {
|
| "CompositionUnderlineBuilder.h",
|
| "CompositionUnderlineVectorBuilder.cpp",
|
| "CompositionUnderlineVectorBuilder.h",
|
| + "CompositorAnimator.h",
|
| "CompositorMutatorImpl.cpp",
|
| "CompositorMutatorImpl.h",
|
| - "CompositorProxyClientImpl.cpp",
|
| - "CompositorProxyClientImpl.h",
|
| + "CompositorWorkerProxyClientImpl.cpp",
|
| + "CompositorWorkerProxyClientImpl.h",
|
| "ContextFeaturesClientImpl.cpp",
|
| "ContextFeaturesClientImpl.h",
|
| "ContextMenuAllowedScope.cpp",
|
|
|