| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "platform/modules/app_banner/WebAppBannerPromptReply.h", | 265 "platform/modules/app_banner/WebAppBannerPromptReply.h", |
| 266 "platform/modules/app_banner/WebAppBannerPromptResult.h", | 266 "platform/modules/app_banner/WebAppBannerPromptResult.h", |
| 267 "platform/modules/background_sync/WebSyncClient.h", | 267 "platform/modules/background_sync/WebSyncClient.h", |
| 268 "platform/modules/background_sync/WebSyncError.h", | 268 "platform/modules/background_sync/WebSyncError.h", |
| 269 "platform/modules/background_sync/WebSyncPermissionStatus.h", | 269 "platform/modules/background_sync/WebSyncPermissionStatus.h", |
| 270 "platform/modules/background_sync/WebSyncProvider.h", | 270 "platform/modules/background_sync/WebSyncProvider.h", |
| 271 "platform/modules/background_sync/WebSyncRegistration.h", | 271 "platform/modules/background_sync/WebSyncRegistration.h", |
| 272 "platform/modules/bluetooth/WebBluetooth.h", | 272 "platform/modules/bluetooth/WebBluetooth.h", |
| 273 "platform/modules/bluetooth/WebBluetoothDevice.h", | 273 "platform/modules/bluetooth/WebBluetoothDevice.h", |
| 274 "platform/modules/bluetooth/WebBluetoothError.h", | 274 "platform/modules/bluetooth/WebBluetoothError.h", |
| 275 "platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h", |
| 275 "platform/modules/bluetooth/WebBluetoothGATTCharacteristicInit.h", | 276 "platform/modules/bluetooth/WebBluetoothGATTCharacteristicInit.h", |
| 276 "platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h", | 277 "platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h", |
| 277 "platform/modules/bluetooth/WebBluetoothGATTService.h", | 278 "platform/modules/bluetooth/WebBluetoothGATTService.h", |
| 278 "platform/modules/bluetooth/WebRequestDeviceOptions.h", | 279 "platform/modules/bluetooth/WebRequestDeviceOptions.h", |
| 279 "platform/modules/device_orientation/WebDeviceMotionData.h", | 280 "platform/modules/device_orientation/WebDeviceMotionData.h", |
| 280 "platform/modules/device_orientation/WebDeviceMotionListener.h", | 281 "platform/modules/device_orientation/WebDeviceMotionListener.h", |
| 281 "platform/modules/device_orientation/WebDeviceOrientationData.h", | 282 "platform/modules/device_orientation/WebDeviceOrientationData.h", |
| 282 "platform/modules/device_orientation/WebDeviceOrientationListener.h", | 283 "platform/modules/device_orientation/WebDeviceOrientationListener.h", |
| 283 "platform/modules/indexeddb/WebIDBCallbacks.h", | 284 "platform/modules/indexeddb/WebIDBCallbacks.h", |
| 284 "platform/modules/indexeddb/WebIDBCursor.h", | 285 "platform/modules/indexeddb/WebIDBCursor.h", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 "web/WebWorkerContentSettingsClientProxy.h", | 517 "web/WebWorkerContentSettingsClientProxy.h", |
| 517 "web/default/WebRenderTheme.h", | 518 "web/default/WebRenderTheme.h", |
| 518 "web/linux/WebFontRendering.h", | 519 "web/linux/WebFontRendering.h", |
| 519 "web/mac/WebScrollbarTheme.h", | 520 "web/mac/WebScrollbarTheme.h", |
| 520 "web/mac/WebSubstringUtil.h", | 521 "web/mac/WebSubstringUtil.h", |
| 521 "web/modules/notifications/WebNotificationPermissionCallback.h", | 522 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 522 "web/win/WebFontRendering.h", | 523 "web/win/WebFontRendering.h", |
| 523 ], | 524 ], |
| 524 }, | 525 }, |
| 525 } | 526 } |
| OLD | NEW |