| 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 00ed7dae6f2ca68b0f4b73bdaeec24fba990dd00..8b060399ebea3b043b3a23e2804f875f08178569 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",
|
| @@ -50,8 +52,8 @@ component("web") {
|
| "CompositionUnderlineVectorBuilder.h",
|
| "CompositorMutatorImpl.cpp",
|
| "CompositorMutatorImpl.h",
|
| - "CompositorProxyClientImpl.cpp",
|
| - "CompositorProxyClientImpl.h",
|
| + "CompositorWorkerProxyClientImpl.cpp",
|
| + "CompositorWorkerProxyClientImpl.h",
|
| "ContextFeaturesClientImpl.cpp",
|
| "ContextFeaturesClientImpl.h",
|
| "ContextMenuAllowedScope.cpp",
|
|
|