Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(850)

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2849763002: Remove non-existing headers from the build (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 742bd7bd69c285436cd196c6af596a2c78a29606..7a55de53969fec04efd4455dc1d37cff40520710 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -100,7 +100,6 @@ source_set("blink_headers") {
"platform/URLConversion.h",
"platform/UserMetricsAction.h",
"platform/WebAddressSpace.h",
- "platform/WebApiKeyValidator.h",
"platform/WebApplicationCacheHost.h",
"platform/WebApplicationCacheHostClient.h",
"platform/WebAudioBus.h",
@@ -236,7 +235,6 @@ source_set("blink_headers") {
"platform/WebMediaStreamCenterClient.h",
"platform/WebMediaStreamSource.h",
"platform/WebMediaStreamTrack.h",
- "platform/WebMediaStreamTrackSourcesRequest.h",
"platform/WebMemoryCoordinator.h",
"platform/WebMemoryPressureLevel.h",
"platform/WebMemoryState.h",
@@ -261,7 +259,6 @@ source_set("blink_headers") {
"platform/WebPrerender.h",
"platform/WebPrerenderingSupport.h",
"platform/WebPrescientNetworking.h",
- "platform/WebPrivateOwnPtr.h",
"platform/WebPrivatePtr.h",
"platform/WebPublicSuffixList.h",
"platform/WebRTCAnswerOptions.h",
@@ -291,7 +288,6 @@ source_set("blink_headers") {
"platform/WebRect.h",
"platform/WebReferrerPolicy.h",
"platform/WebRenderingStats.h",
- "platform/WebScheduler.h",
"platform/WebScreenInfo.h",
"platform/WebScrollbar.h",
"platform/WebScrollbarBehavior.h",
@@ -325,7 +321,6 @@ source_set("blink_headers") {
"platform/WebThread.h",
"platform/WebThreadSafeData.h",
"platform/WebTimeRange.h",
- "platform/WebTopControlsState.h",
"platform/WebTouchEvent.h",
"platform/WebTouchPoint.h",
"platform/WebTraceLocation.h",
@@ -340,10 +335,8 @@ source_set("blink_headers") {
"platform/WebURLRequest.h",
"platform/WebURLResponse.h",
"platform/WebVector.h",
- "platform/WebViewScheduler.h",
"platform/WebViewportStyle.h",
"platform/WebWorkerFetchContext.h",
- "platform/callback/WebClosure.h",
"platform/linux/WebFallbackFont.h",
"platform/linux/WebFontRenderStyle.h",
"platform/linux/WebSandboxSupport.h",
@@ -370,7 +363,6 @@ source_set("blink_headers") {
"platform/modules/media_capabilities/WebAudioConfiguration.h",
"platform/modules/media_capabilities/WebMediaCapabilitiesClient.h",
"platform/modules/media_capabilities/WebMediaConfiguration.h",
- "platform/modules/media_capabilities/WebMediaDecodingAbility.h",
"platform/modules/media_capabilities/WebVideoConfiguration.h",
"platform/modules/notifications/WebNotificationAction.h",
"platform/modules/notifications/WebNotificationConstants.h",
@@ -431,27 +423,16 @@ source_set("blink_headers") {
"platform/modules/serviceworker/WebServiceWorkerResponseType.h",
"platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h",
"platform/modules/serviceworker/WebServiceWorkerState.h",
- "platform/modules/vr/WebVR.h",
Nico 2017/04/28 18:15:33 can also be removed here: https://cs.chromium.org/
wychen 2017/04/28 19:19:06 Done.
"platform/modules/webmidi/WebMIDIAccessor.h",
"platform/modules/webmidi/WebMIDIAccessorClient.h",
- "platform/modules/websockets/WebSocketHandle.h",
- "platform/modules/websockets/WebSocketHandleClient.h",
- "platform/modules/websockets/WebSocketHandshakeRequestInfo.h",
- "platform/modules/websockets/WebSocketHandshakeResponseInfo.h",
- "platform/scheduler/base/task_queue.h",
Nico 2017/04/28 18:15:33 please check all the platform/scheduler files -- I
wychen 2017/04/28 19:19:06 Done.
- "platform/scheduler/base/task_time_observer.h",
"platform/scheduler/child/child_scheduler.h",
- "platform/scheduler/child/compositor_worker_scheduler.h",
"platform/scheduler/child/single_thread_idle_task_runner.h",
"platform/scheduler/child/webthread_base.h",
- "platform/scheduler/child/webthread_impl_for_worker_scheduler.h",
- "platform/scheduler/child/worker_scheduler.h",
Nico 2017/04/28 18:15:33 https://cs.chromium.org/chromium/src/third_party/W
wychen 2017/04/28 19:19:06 Done.
"platform/scheduler/renderer/render_widget_scheduling_state.h",
"platform/scheduler/renderer/renderer_scheduler.h",
"platform/scheduler/test/fake_renderer_scheduler.h",
"platform/scheduler/test/mock_renderer_scheduler.h",
"platform/scheduler/test/renderer_scheduler_test_support.h",
- "platform/scheduler/utility/webthread_impl_for_utility_thread.h",
Nico 2017/04/28 18:15:33 This is probably https://cs.chromium.org/chromium/
wychen 2017/04/28 19:19:06 Done.
"web/WebAXEnums.h",
"web/WebAXObject.h",
"web/WebActiveWheelFlingParameters.h",
@@ -470,7 +451,6 @@ source_set("blink_headers") {
"web/WebColorSuggestion.h",
"web/WebCompositionUnderline.h",
"web/WebConsoleMessage.h",
- "web/WebContentSecurityPolicy.h",
"web/WebContextMenuData.h",
"web/WebCryptoNormalize.h",
"web/WebCustomElement.h",
@@ -584,7 +564,6 @@ source_set("blink_headers") {
"web/WebSharedWorkerCreationContextType.h",
"web/WebSharedWorkerCreationErrors.h",
"web/WebSharedWorkerRepositoryClient.h",
- "web/WebSourceLocation.h",
Nico 2017/04/28 18:15:33 https://cs.chromium.org/chromium/src/third_party/W
"web/WebSpeechGrammar.h",
"web/WebSpeechRecognitionHandle.h",
"web/WebSpeechRecognitionParams.h",

Powered by Google App Engine
This is Rietveld 408576698