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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "platform/mac/WebSandboxSupport.h", | 225 "platform/mac/WebSandboxSupport.h", |
226 "platform/modules/app_banner/WebAppBannerClient.h", | 226 "platform/modules/app_banner/WebAppBannerClient.h", |
227 "platform/modules/app_banner/WebAppBannerPromptReply.h", | 227 "platform/modules/app_banner/WebAppBannerPromptReply.h", |
228 "platform/modules/app_banner/WebAppBannerPromptResult.h", | 228 "platform/modules/app_banner/WebAppBannerPromptResult.h", |
229 "platform/modules/background_sync/WebSyncClient.h", | 229 "platform/modules/background_sync/WebSyncClient.h", |
230 "platform/modules/background_sync/WebSyncError.h", | 230 "platform/modules/background_sync/WebSyncError.h", |
231 "platform/modules/background_sync/WebSyncProvider.h", | 231 "platform/modules/background_sync/WebSyncProvider.h", |
232 "platform/modules/background_sync/WebSyncRegistration.h", | 232 "platform/modules/background_sync/WebSyncRegistration.h", |
233 "platform/modules/bluetooth/WebBluetooth.h", | 233 "platform/modules/bluetooth/WebBluetooth.h", |
234 "platform/modules/bluetooth/WebBluetoothDevice.h", | 234 "platform/modules/bluetooth/WebBluetoothDevice.h", |
235 "platform/modules/bluetooth/WebBluetoothError.h", | |
236 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", | 235 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", |
237 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", | 236 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", |
238 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", | 237 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", |
239 "platform/modules/bluetooth/WebRequestDeviceOptions.h", | 238 "platform/modules/bluetooth/WebRequestDeviceOptions.h", |
240 "platform/modules/device_orientation/WebDeviceMotionData.h", | 239 "platform/modules/device_orientation/WebDeviceMotionData.h", |
241 "platform/modules/device_orientation/WebDeviceMotionListener.h", | 240 "platform/modules/device_orientation/WebDeviceMotionListener.h", |
242 "platform/modules/device_orientation/WebDeviceOrientationData.h", | 241 "platform/modules/device_orientation/WebDeviceOrientationData.h", |
243 "platform/modules/device_orientation/WebDeviceOrientationListener.h", | 242 "platform/modules/device_orientation/WebDeviceOrientationListener.h", |
244 "platform/modules/indexeddb/WebIDBCallbacks.h", | 243 "platform/modules/indexeddb/WebIDBCallbacks.h", |
245 "platform/modules/indexeddb/WebIDBCursor.h", | 244 "platform/modules/indexeddb/WebIDBCursor.h", |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 475 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 476 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 477 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
479 "web/modules/webmidi/WebMIDIClient.h", | 478 "web/modules/webmidi/WebMIDIClient.h", |
480 "web/modules/webmidi/WebMIDIOptions.h", | 479 "web/modules/webmidi/WebMIDIOptions.h", |
481 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 480 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
482 "web/win/WebFontRendering.h", | 481 "web/win/WebFontRendering.h", |
483 ], | 482 ], |
484 }, | 483 }, |
485 } | 484 } |
OLD | NEW |