| 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 18f2c504b48f508dc6475bb5d928dd0fadfc4d29..56174fa60d4e6c9fb7d2d732f47efe51a0c090da 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,10 @@ component("web") {
|
| "CompositionUnderlineVectorBuilder.h",
|
| "CompositorMutatorImpl.cpp",
|
| "CompositorMutatorImpl.h",
|
| - "CompositorProxyClientImpl.cpp",
|
| - "CompositorProxyClientImpl.h",
|
| + "CompositorProxyClientFactoryImpl.cpp",
|
| + "CompositorProxyClientFactoryImpl.h",
|
| + "CompositorWorkerProxyClientImpl.cpp",
|
| + "CompositorWorkerProxyClientImpl.h",
|
| "ContextFeaturesClientImpl.cpp",
|
| "ContextFeaturesClientImpl.h",
|
| "ContextMenuAllowedScope.cpp",
|
|
|