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/Platform.h", | 8 "platform/Platform.h", |
9 "platform/WebApplicationCacheHost.h", | 9 "platform/WebApplicationCacheHost.h", |
10 "platform/WebApplicationCacheHostClient.h", | 10 "platform/WebApplicationCacheHostClient.h", |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 "platform/modules/push_messaging/WebPushProvider.h", | 315 "platform/modules/push_messaging/WebPushProvider.h", |
316 "platform/modules/push_messaging/WebPushSubscription.h", | 316 "platform/modules/push_messaging/WebPushSubscription.h", |
317 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", | 317 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", |
318 "platform/modules/screen_orientation/WebLockOrientationCallback.h", | 318 "platform/modules/screen_orientation/WebLockOrientationCallback.h", |
319 "platform/modules/screen_orientation/WebLockOrientationError.h", | 319 "platform/modules/screen_orientation/WebLockOrientationError.h", |
320 "platform/modules/screen_orientation/WebScreenOrientationClient.h", | 320 "platform/modules/screen_orientation/WebScreenOrientationClient.h", |
321 "platform/modules/screen_orientation/WebScreenOrientationLockType.h", | 321 "platform/modules/screen_orientation/WebScreenOrientationLockType.h", |
322 "platform/modules/screen_orientation/WebScreenOrientationType.h", | 322 "platform/modules/screen_orientation/WebScreenOrientationType.h", |
323 "platform/modules/vr/WebVR.h", | 323 "platform/modules/vr/WebVR.h", |
324 "platform/modules/vr/WebVRClient.h", | 324 "platform/modules/vr/WebVRClient.h", |
| 325 "platform/modules/webusb/WebUSBClient.h", |
| 326 "platform/modules/webusb/WebUSBDeviceFilter.h", |
| 327 "platform/modules/webusb/WebUSBDevice.h", |
| 328 "platform/modules/webusb/WebUSBDeviceInfo.h", |
| 329 "platform/modules/webusb/WebUSBDeviceRequestOptions.h", |
| 330 "platform/modules/webusb/WebUSBError.h", |
| 331 "platform/modules/webusb/WebUSBTransferInfo.h", |
325 "web/WebAXEnums.h", | 332 "web/WebAXEnums.h", |
326 "web/WebAXObject.h", | 333 "web/WebAXObject.h", |
327 "web/WebActiveWheelFlingParameters.h", | 334 "web/WebActiveWheelFlingParameters.h", |
328 "web/WebArrayBuffer.h", | 335 "web/WebArrayBuffer.h", |
329 "web/WebArrayBufferConverter.h", | 336 "web/WebArrayBufferConverter.h", |
330 "web/WebArrayBufferView.h", | 337 "web/WebArrayBufferView.h", |
331 "web/WebAutofillClient.h", | 338 "web/WebAutofillClient.h", |
332 "web/WebBeginFrameArgs.h", | 339 "web/WebBeginFrameArgs.h", |
333 "web/WebBindings.h", | 340 "web/WebBindings.h", |
334 "web/WebBlob.h", | 341 "web/WebBlob.h", |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 "web/WebWorkerContentSettingsClientProxy.h", | 516 "web/WebWorkerContentSettingsClientProxy.h", |
510 "web/default/WebRenderTheme.h", | 517 "web/default/WebRenderTheme.h", |
511 "web/linux/WebFontRendering.h", | 518 "web/linux/WebFontRendering.h", |
512 "web/mac/WebScrollbarTheme.h", | 519 "web/mac/WebScrollbarTheme.h", |
513 "web/mac/WebSubstringUtil.h", | 520 "web/mac/WebSubstringUtil.h", |
514 "web/modules/notifications/WebNotificationPermissionCallback.h", | 521 "web/modules/notifications/WebNotificationPermissionCallback.h", |
515 "web/win/WebFontRendering.h", | 522 "web/win/WebFontRendering.h", |
516 ], | 523 ], |
517 }, | 524 }, |
518 } | 525 } |
OLD | NEW |