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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", | 312 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", |
313 "platform/modules/serviceworker/WebServiceWorkerState.h", | 313 "platform/modules/serviceworker/WebServiceWorkerState.h", |
314 "platform/modules/vr/WebVR.h", | 314 "platform/modules/vr/WebVR.h", |
315 "platform/modules/vr/WebVRClient.h", | 315 "platform/modules/vr/WebVRClient.h", |
316 "platform/modules/webmidi/WebMIDIAccessor.h", | 316 "platform/modules/webmidi/WebMIDIAccessor.h", |
317 "platform/modules/webmidi/WebMIDIAccessorClient.h", | 317 "platform/modules/webmidi/WebMIDIAccessorClient.h", |
318 "platform/modules/websockets/WebSocketHandle.h", | 318 "platform/modules/websockets/WebSocketHandle.h", |
319 "platform/modules/websockets/WebSocketHandleClient.h", | 319 "platform/modules/websockets/WebSocketHandleClient.h", |
320 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", | 320 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", |
321 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", | 321 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", |
322 "platform/modules/webusb/WebUSBClient.h", | |
323 "platform/modules/webusb/WebUSBDeviceFilter.h", | |
324 "platform/modules/webusb/WebUSBDevice.h", | |
325 "platform/modules/webusb/WebUSBDeviceInfo.h", | |
326 "platform/modules/webusb/WebUSBDeviceRequestOptions.h", | |
327 "platform/modules/webusb/WebUSBError.h", | |
328 "platform/modules/webusb/WebUSBTransferInfo.h", | |
329 "web/WebAXEnums.h", | 322 "web/WebAXEnums.h", |
330 "web/WebAXObject.h", | 323 "web/WebAXObject.h", |
331 "web/WebActiveWheelFlingParameters.h", | 324 "web/WebActiveWheelFlingParameters.h", |
332 "web/WebArrayBuffer.h", | 325 "web/WebArrayBuffer.h", |
333 "web/WebArrayBufferConverter.h", | 326 "web/WebArrayBufferConverter.h", |
334 "web/WebArrayBufferView.h", | 327 "web/WebArrayBufferView.h", |
335 "web/WebAutofillClient.h", | 328 "web/WebAutofillClient.h", |
336 "web/WebBlob.h", | 329 "web/WebBlob.h", |
337 "web/WebCSSParser.h", | 330 "web/WebCSSParser.h", |
338 "web/WebCache.h", | 331 "web/WebCache.h", |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 490 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
498 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 491 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
499 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 492 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
500 "web/modules/webmidi/WebMIDIClient.h", | 493 "web/modules/webmidi/WebMIDIClient.h", |
501 "web/modules/webmidi/WebMIDIOptions.h", | 494 "web/modules/webmidi/WebMIDIOptions.h", |
502 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 495 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
503 "web/win/WebFontRendering.h", | 496 "web/win/WebFontRendering.h", |
504 ], | 497 ], |
505 }, | 498 }, |
506 } | 499 } |
OLD | NEW |