| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", | 310 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", |
| 311 "platform/modules/serviceworker/WebServiceWorkerState.h", | 311 "platform/modules/serviceworker/WebServiceWorkerState.h", |
| 312 "platform/modules/vr/WebVR.h", | 312 "platform/modules/vr/WebVR.h", |
| 313 "platform/modules/vr/WebVRClient.h", | 313 "platform/modules/vr/WebVRClient.h", |
| 314 "platform/modules/webmidi/WebMIDIAccessor.h", | 314 "platform/modules/webmidi/WebMIDIAccessor.h", |
| 315 "platform/modules/webmidi/WebMIDIAccessorClient.h", | 315 "platform/modules/webmidi/WebMIDIAccessorClient.h", |
| 316 "platform/modules/websockets/WebSocketHandle.h", | 316 "platform/modules/websockets/WebSocketHandle.h", |
| 317 "platform/modules/websockets/WebSocketHandleClient.h", | 317 "platform/modules/websockets/WebSocketHandleClient.h", |
| 318 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", | 318 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", |
| 319 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", | 319 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", |
| 320 "platform/modules/webusb/WebUSBClient.h", | |
| 321 "platform/modules/webusb/WebUSBDeviceFilter.h", | |
| 322 "platform/modules/webusb/WebUSBDevice.h", | |
| 323 "platform/modules/webusb/WebUSBDeviceInfo.h", | |
| 324 "platform/modules/webusb/WebUSBDeviceRequestOptions.h", | |
| 325 "platform/modules/webusb/WebUSBError.h", | |
| 326 "platform/modules/webusb/WebUSBTransferInfo.h", | |
| 327 "web/WebAXEnums.h", | 320 "web/WebAXEnums.h", |
| 328 "web/WebAXObject.h", | 321 "web/WebAXObject.h", |
| 329 "web/WebActiveWheelFlingParameters.h", | 322 "web/WebActiveWheelFlingParameters.h", |
| 330 "web/WebArrayBuffer.h", | 323 "web/WebArrayBuffer.h", |
| 331 "web/WebArrayBufferConverter.h", | 324 "web/WebArrayBufferConverter.h", |
| 332 "web/WebArrayBufferView.h", | 325 "web/WebArrayBufferView.h", |
| 333 "web/WebAutofillClient.h", | 326 "web/WebAutofillClient.h", |
| 334 "web/WebBlob.h", | 327 "web/WebBlob.h", |
| 335 "web/WebCSSParser.h", | 328 "web/WebCSSParser.h", |
| 336 "web/WebCache.h", | 329 "web/WebCache.h", |
| (...skipping 160 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 |