| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/notifications/WebNotificationAction.h", | 262 "platform/modules/notifications/WebNotificationAction.h", |
| 263 "platform/modules/notifications/WebNotificationData.h", | 263 "platform/modules/notifications/WebNotificationData.h", |
| 264 "platform/modules/notifications/WebNotificationDelegate.h", | 264 "platform/modules/notifications/WebNotificationDelegate.h", |
| 265 "platform/modules/notifications/WebNotificationManager.h", | 265 "platform/modules/notifications/WebNotificationManager.h", |
| 266 "platform/modules/notifications/WebNotificationResources.h", | 266 "platform/modules/notifications/WebNotificationResources.h", |
| 267 "platform/modules/permissions/WebPermissionClient.h", | |
| 268 "platform/modules/permissions/WebPermissionObserver.h", | |
| 269 "platform/modules/permissions/WebPermissionStatus.h", | |
| 270 "platform/modules/permissions/WebPermissionType.h", | 267 "platform/modules/permissions/WebPermissionType.h", |
| 271 "platform/modules/presentation/WebPresentationClient.h", | 268 "platform/modules/presentation/WebPresentationClient.h", |
| 272 "platform/modules/presentation/WebPresentationController.h", | 269 "platform/modules/presentation/WebPresentationController.h", |
| 273 "platform/modules/presentation/WebPresentationError.h", | 270 "platform/modules/presentation/WebPresentationError.h", |
| 274 "platform/modules/push_messaging/WebPushClient.h", | 271 "platform/modules/push_messaging/WebPushClient.h", |
| 275 "platform/modules/push_messaging/WebPushError.h", | 272 "platform/modules/push_messaging/WebPushError.h", |
| 276 "platform/modules/push_messaging/WebPushPermissionStatus.h", | 273 "platform/modules/push_messaging/WebPushPermissionStatus.h", |
| 277 "platform/modules/push_messaging/WebPushProvider.h", | 274 "platform/modules/push_messaging/WebPushProvider.h", |
| 278 "platform/modules/push_messaging/WebPushSubscription.h", | 275 "platform/modules/push_messaging/WebPushSubscription.h", |
| 279 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", | 276 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 474 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 478 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 475 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 479 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 476 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 480 "web/modules/webmidi/WebMIDIClient.h", | 477 "web/modules/webmidi/WebMIDIClient.h", |
| 481 "web/modules/webmidi/WebMIDIOptions.h", | 478 "web/modules/webmidi/WebMIDIOptions.h", |
| 482 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 479 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 483 "web/win/WebFontRendering.h", | 480 "web/win/WebFontRendering.h", |
| 484 ], | 481 ], |
| 485 }, | 482 }, |
| 486 } | 483 } |
| OLD | NEW |