| 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 d3cd52fe63e7983ac58aee88176184c88443f098..12041793a1a329a25e04383d9001102df3a3575a 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -148,7 +148,6 @@ component("web") {
|
| "WebFrameWidgetImpl.h",
|
| "WebHelperPluginImpl.cpp",
|
| "WebHelperPluginImpl.h",
|
| - "WebHistoryItem.cpp",
|
| "WebHitTestResult.cpp",
|
| "WebIDBKey.cpp",
|
| "WebIDBKeyRange.cpp",
|
| @@ -164,10 +163,7 @@ component("web") {
|
| "WebLeakDetector.cpp",
|
| "WebLocalFrameImpl.cpp",
|
| "WebLocalFrameImpl.h",
|
| - "WebMediaDeviceChangeObserver.cpp",
|
| "WebMediaDevicesRequest.cpp",
|
| - "WebMediaStreamRegistry.cpp",
|
| - "WebMemoryStatistics.cpp",
|
| "WebMetaElement.cpp",
|
| "WebNode.cpp",
|
| "WebOptionElement.cpp",
|
| @@ -178,26 +174,17 @@ component("web") {
|
| "WebPepperSocketChannelClientProxy.h",
|
| "WebPepperSocketImpl.cpp",
|
| "WebPepperSocketImpl.h",
|
| - "WebPerformance.cpp",
|
| "WebPluginContainerImpl.cpp",
|
| "WebPluginContainerImpl.h",
|
| "WebPluginDocument.cpp",
|
| "WebPluginScriptForbiddenScope.cpp",
|
| - "WebRange.cpp",
|
| "WebRemoteFrameImpl.cpp",
|
| "WebRemoteFrameImpl.h",
|
| - "WebRenderTheme.cpp",
|
| "WebRuntimeFeatures.cpp",
|
| "WebScopedUserGesture.cpp",
|
| "WebScopedWindowFocusAllowedIndicator.cpp",
|
| - "WebScriptController.cpp",
|
| - "WebScriptSource.cpp",
|
| "WebSearchableFormData.cpp",
|
| - "WebSecurityPolicy.cpp",
|
| "WebSelectElement.cpp",
|
| - "WebSelection.cpp",
|
| - "WebSelector.cpp",
|
| - "WebSerializedScriptValue.cpp",
|
| "WebSettingsImpl.cpp",
|
| "WebSettingsImpl.h",
|
| "WebSharedWorkerImpl.cpp",
|
|
|