| 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 0ea43ca24c5bff5b77974fbae510dbb4527b9acd..5a78be645806e6cafff463ee6cbeea081bdd80bd 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -39,8 +39,6 @@ component("web") {
|
| "AnimationWorkletProxyClientImpl.cpp",
|
| "AnimationWorkletProxyClientImpl.h",
|
| "AssertMatchingEnums.cpp",
|
| - "AudioOutputDeviceClientImpl.cpp",
|
| - "AudioOutputDeviceClientImpl.h",
|
| "ChromeClientImpl.cpp",
|
| "ChromeClientImpl.h",
|
| "ColorChooserPopupUIController.cpp",
|
| @@ -170,6 +168,8 @@ component("web") {
|
| "WebIDBKeyRange.cpp",
|
| "WebImageCache.cpp",
|
| "WebImageDecoder.cpp",
|
| + "WebInitializer.cpp",
|
| + "WebInitializer.h",
|
| "WebInputElement.cpp",
|
| "WebInputEvent.cpp",
|
| "WebInputEventConversion.cpp",
|
|
|