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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 "platform/modules/indexeddb/WebIDBFactory.h", | 248 "platform/modules/indexeddb/WebIDBFactory.h", |
249 "platform/modules/indexeddb/WebIDBKey.h", | 249 "platform/modules/indexeddb/WebIDBKey.h", |
250 "platform/modules/indexeddb/WebIDBKeyPath.h", | 250 "platform/modules/indexeddb/WebIDBKeyPath.h", |
251 "platform/modules/indexeddb/WebIDBKeyRange.h", | 251 "platform/modules/indexeddb/WebIDBKeyRange.h", |
252 "platform/modules/indexeddb/WebIDBMetadata.h", | 252 "platform/modules/indexeddb/WebIDBMetadata.h", |
253 "platform/modules/indexeddb/WebIDBTypes.h", | 253 "platform/modules/indexeddb/WebIDBTypes.h", |
254 "platform/modules/indexeddb/WebIDBValue.h", | 254 "platform/modules/indexeddb/WebIDBValue.h", |
255 "platform/modules/installedapp/WebInstalledAppClient.h", | 255 "platform/modules/installedapp/WebInstalledAppClient.h", |
256 "platform/modules/mediasession/WebMediaSession.h", | 256 "platform/modules/mediasession/WebMediaSession.h", |
257 "platform/modules/mediasession/WebMediaSessionError.h", | 257 "platform/modules/mediasession/WebMediaSessionError.h", |
258 "platform/modules/nfc/WebNFCClient.h", | |
259 "platform/modules/nfc/WebNFCError.h", | |
260 "platform/modules/nfc/WebNFCMessage.h", | |
261 "platform/modules/nfc/WebNFCObserver.h", | |
262 "platform/modules/nfc/WebNFCPushOptions.h", | |
263 "platform/modules/nfc/WebNFCPushTarget.h", | |
264 "platform/modules/nfc/WebNFCWatchOptions.h", | |
265 "platform/modules/notifications/WebNotificationAction.h", | 258 "platform/modules/notifications/WebNotificationAction.h", |
266 "platform/modules/notifications/WebNotificationData.h", | 259 "platform/modules/notifications/WebNotificationData.h", |
267 "platform/modules/notifications/WebNotificationDelegate.h", | 260 "platform/modules/notifications/WebNotificationDelegate.h", |
268 "platform/modules/notifications/WebNotificationManager.h", | 261 "platform/modules/notifications/WebNotificationManager.h", |
269 "platform/modules/notifications/WebNotificationResources.h", | 262 "platform/modules/notifications/WebNotificationResources.h", |
270 "platform/modules/permissions/WebPermissionClient.h", | 263 "platform/modules/permissions/WebPermissionClient.h", |
271 "platform/modules/permissions/WebPermissionObserver.h", | 264 "platform/modules/permissions/WebPermissionObserver.h", |
272 "platform/modules/permissions/WebPermissionStatus.h", | 265 "platform/modules/permissions/WebPermissionStatus.h", |
273 "platform/modules/permissions/WebPermissionType.h", | 266 "platform/modules/permissions/WebPermissionType.h", |
274 "platform/modules/presentation/WebPresentationClient.h", | 267 "platform/modules/presentation/WebPresentationClient.h", |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 473 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
481 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 474 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
482 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 475 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
483 "web/modules/webmidi/WebMIDIClient.h", | 476 "web/modules/webmidi/WebMIDIClient.h", |
484 "web/modules/webmidi/WebMIDIOptions.h", | 477 "web/modules/webmidi/WebMIDIOptions.h", |
485 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 478 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
486 "web/win/WebFontRendering.h", | 479 "web/win/WebFontRendering.h", |
487 ], | 480 ], |
488 }, | 481 }, |
489 } | 482 } |
OLD | NEW |