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

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

Issue 2849763002: Remove non-existing headers from the build (Closed)
Patch Set: rebase 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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | ui/latency/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 9f5d938ec5788f67f57f3b5256ff886bf17e772d..ca750bb3d4f157e6f50918d8d80e5a304c03f1df 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",
@@ -235,7 +234,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",
@@ -260,7 +258,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",
@@ -290,7 +287,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",
@@ -324,7 +320,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",
@@ -339,10 +334,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",
@@ -369,7 +362,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/WebServiceWorkerSkipWaitingCallbacks.h",
"platform/modules/serviceworker/WebServiceWorkerState.h",
"platform/modules/serviceworker/WebServiceWorkerStreamHandle.h",
- "platform/modules/vr/WebVR.h",
"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",
- "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",
"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",
"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",
"web/WebSpeechGrammar.h",
"web/WebSpeechRecognitionHandle.h",
"web/WebSpeechRecognitionParams.h",
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | ui/latency/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698