OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'blink_public_sources': [ | 7 'blink_public_sources': [ |
8 "platform/callback/WebClosure.h", | 8 "platform/callback/WebClosure.h", |
9 "platform/Platform.h", | 9 "platform/Platform.h", |
10 "platform/FilePathConversion.h", | 10 "platform/FilePathConversion.h", |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 "platform/modules/serviceworker/WebServiceWorkerRegistration.h", | 300 "platform/modules/serviceworker/WebServiceWorkerRegistration.h", |
301 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h", | 301 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h", |
302 "platform/modules/serviceworker/WebServiceWorkerRequest.h", | 302 "platform/modules/serviceworker/WebServiceWorkerRequest.h", |
303 "platform/modules/serviceworker/WebServiceWorkerResponse.h", | 303 "platform/modules/serviceworker/WebServiceWorkerResponse.h", |
304 "platform/modules/serviceworker/WebServiceWorkerResponseType.h", | 304 "platform/modules/serviceworker/WebServiceWorkerResponseType.h", |
305 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", | 305 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", |
306 "platform/modules/serviceworker/WebServiceWorkerState.h", | 306 "platform/modules/serviceworker/WebServiceWorkerState.h", |
307 "platform/modules/vr/WebVR.h", | 307 "platform/modules/vr/WebVR.h", |
308 "platform/modules/webmidi/WebMIDIAccessor.h", | 308 "platform/modules/webmidi/WebMIDIAccessor.h", |
309 "platform/modules/webmidi/WebMIDIAccessorClient.h", | 309 "platform/modules/webmidi/WebMIDIAccessorClient.h", |
| 310 "platform/modules/websockets/WebSocketHandle.h", |
| 311 "platform/modules/websockets/WebSocketHandleClient.h", |
| 312 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", |
| 313 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", |
310 "platform/scheduler/base/task_queue.h", | 314 "platform/scheduler/base/task_queue.h", |
311 "platform/scheduler/child/child_scheduler.h", | 315 "platform/scheduler/child/child_scheduler.h", |
312 "platform/scheduler/child/compositor_worker_scheduler.h", | 316 "platform/scheduler/child/compositor_worker_scheduler.h", |
313 "platform/scheduler/child/single_thread_idle_task_runner.h", | 317 "platform/scheduler/child/single_thread_idle_task_runner.h", |
314 "platform/scheduler/child/webthread_base.h", | 318 "platform/scheduler/child/webthread_base.h", |
315 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h", | 319 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h", |
316 "platform/scheduler/child/worker_scheduler.h", | 320 "platform/scheduler/child/worker_scheduler.h", |
317 "platform/scheduler/renderer/render_widget_scheduling_state.h", | 321 "platform/scheduler/renderer/render_widget_scheduling_state.h", |
318 "platform/scheduler/renderer/renderer_scheduler.h", | 322 "platform/scheduler/renderer/renderer_scheduler.h", |
319 "platform/scheduler/test/fake_renderer_scheduler.h", | 323 "platform/scheduler/test/fake_renderer_scheduler.h", |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 "web/mac/WebScrollbarTheme.h", | 483 "web/mac/WebScrollbarTheme.h", |
480 "web/mac/WebSubstringUtil.h", | 484 "web/mac/WebSubstringUtil.h", |
481 "web/modules/notifications/WebNotificationPermissionCallback.h", | 485 "web/modules/notifications/WebNotificationPermissionCallback.h", |
482 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 486 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
483 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 487 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
484 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 488 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
485 "web/win/WebFontRendering.h", | 489 "web/win/WebFontRendering.h", |
486 ], | 490 ], |
487 }, | 491 }, |
488 } | 492 } |
OLD | NEW |