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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 "platform/modules/indexeddb/WebIDBFactory.h", | 252 "platform/modules/indexeddb/WebIDBFactory.h", |
253 "platform/modules/indexeddb/WebIDBKey.h", | 253 "platform/modules/indexeddb/WebIDBKey.h", |
254 "platform/modules/indexeddb/WebIDBKeyPath.h", | 254 "platform/modules/indexeddb/WebIDBKeyPath.h", |
255 "platform/modules/indexeddb/WebIDBKeyRange.h", | 255 "platform/modules/indexeddb/WebIDBKeyRange.h", |
256 "platform/modules/indexeddb/WebIDBMetadata.h", | 256 "platform/modules/indexeddb/WebIDBMetadata.h", |
257 "platform/modules/indexeddb/WebIDBTypes.h", | 257 "platform/modules/indexeddb/WebIDBTypes.h", |
258 "platform/modules/indexeddb/WebIDBValue.h", | 258 "platform/modules/indexeddb/WebIDBValue.h", |
259 "platform/modules/installedapp/WebInstalledAppClient.h", | 259 "platform/modules/installedapp/WebInstalledAppClient.h", |
260 "platform/modules/mediasession/WebMediaSession.h", | 260 "platform/modules/mediasession/WebMediaSession.h", |
261 "platform/modules/mediasession/WebMediaSessionError.h", | 261 "platform/modules/mediasession/WebMediaSessionError.h", |
262 "platform/modules/nfc/WebNFCClient.h", | |
263 "platform/modules/nfc/WebNFCError.h", | |
264 "platform/modules/nfc/WebNFCMessage.h", | |
265 "platform/modules/nfc/WebNFCObserver.h", | |
266 "platform/modules/nfc/WebNFCPushOptions.h", | |
267 "platform/modules/nfc/WebNFCPushTarget.h", | |
268 "platform/modules/nfc/WebNFCWatchOptions.h", | |
269 "platform/modules/notifications/WebNotificationAction.h", | 262 "platform/modules/notifications/WebNotificationAction.h", |
270 "platform/modules/notifications/WebNotificationData.h", | 263 "platform/modules/notifications/WebNotificationData.h", |
271 "platform/modules/notifications/WebNotificationDelegate.h", | 264 "platform/modules/notifications/WebNotificationDelegate.h", |
272 "platform/modules/notifications/WebNotificationManager.h", | 265 "platform/modules/notifications/WebNotificationManager.h", |
273 "platform/modules/notifications/WebNotificationPermission.h", | 266 "platform/modules/notifications/WebNotificationPermission.h", |
274 "platform/modules/permissions/WebPermissionClient.h", | 267 "platform/modules/permissions/WebPermissionClient.h", |
275 "platform/modules/permissions/WebPermissionObserver.h", | 268 "platform/modules/permissions/WebPermissionObserver.h", |
276 "platform/modules/permissions/WebPermissionStatus.h", | 269 "platform/modules/permissions/WebPermissionStatus.h", |
277 "platform/modules/permissions/WebPermissionType.h", | 270 "platform/modules/permissions/WebPermissionType.h", |
278 "platform/modules/presentation/WebPresentationClient.h", | 271 "platform/modules/presentation/WebPresentationClient.h", |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
501 "web/modules/webmidi/WebMIDIClient.h", | 494 "web/modules/webmidi/WebMIDIClient.h", |
502 "web/modules/webmidi/WebMIDIOptions.h", | 495 "web/modules/webmidi/WebMIDIOptions.h", |
503 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 496 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
504 "web/win/WebFontRendering.h", | 497 "web/win/WebFontRendering.h", |
505 ], | 498 ], |
506 }, | 499 }, |
507 } | 500 } |
OLD | NEW |