| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "platform/modules/installedapp/WebInstalledAppClient.h", | 260 "platform/modules/installedapp/WebInstalledAppClient.h", |
| 261 "platform/modules/mediasession/WebMediaSession.h", | 261 "platform/modules/mediasession/WebMediaSession.h", |
| 262 "platform/modules/mediasession/WebMediaSessionError.h", | 262 "platform/modules/mediasession/WebMediaSessionError.h", |
| 263 "platform/modules/nfc/WebNFCClient.h", | 263 "platform/modules/nfc/WebNFCClient.h", |
| 264 "platform/modules/nfc/WebNFCError.h", | 264 "platform/modules/nfc/WebNFCError.h", |
| 265 "platform/modules/nfc/WebNFCMessage.h", | 265 "platform/modules/nfc/WebNFCMessage.h", |
| 266 "platform/modules/nfc/WebNFCObserver.h", | 266 "platform/modules/nfc/WebNFCObserver.h", |
| 267 "platform/modules/nfc/WebNFCPushOptions.h", | 267 "platform/modules/nfc/WebNFCPushOptions.h", |
| 268 "platform/modules/nfc/WebNFCPushTarget.h", | 268 "platform/modules/nfc/WebNFCPushTarget.h", |
| 269 "platform/modules/nfc/WebNFCWatchOptions.h", | 269 "platform/modules/nfc/WebNFCWatchOptions.h", |
| 270 "platform/modules/notifications/WebNotificationAction.h", | 270 "platform/modules/notifications/WebNotificationConstants.h", |
| 271 "platform/modules/notifications/WebNotificationData.h", | |
| 272 "platform/modules/notifications/WebNotificationDelegate.h", | |
| 273 "platform/modules/notifications/WebNotificationManager.h", | |
| 274 "platform/modules/notifications/WebNotificationResources.h", | |
| 275 "platform/modules/permissions/WebPermissionClient.h", | 271 "platform/modules/permissions/WebPermissionClient.h", |
| 276 "platform/modules/permissions/WebPermissionObserver.h", | 272 "platform/modules/permissions/WebPermissionObserver.h", |
| 277 "platform/modules/permissions/WebPermissionStatus.h", | 273 "platform/modules/permissions/WebPermissionStatus.h", |
| 278 "platform/modules/permissions/WebPermissionType.h", | 274 "platform/modules/permissions/WebPermissionType.h", |
| 279 "platform/modules/presentation/WebPresentationClient.h", | 275 "platform/modules/presentation/WebPresentationClient.h", |
| 280 "platform/modules/presentation/WebPresentationController.h", | 276 "platform/modules/presentation/WebPresentationController.h", |
| 281 "platform/modules/presentation/WebPresentationError.h", | 277 "platform/modules/presentation/WebPresentationError.h", |
| 282 "platform/modules/push_messaging/WebPushClient.h", | 278 "platform/modules/push_messaging/WebPushClient.h", |
| 283 "platform/modules/push_messaging/WebPushError.h", | 279 "platform/modules/push_messaging/WebPushError.h", |
| 284 "platform/modules/push_messaging/WebPushPermissionStatus.h", | 280 "platform/modules/push_messaging/WebPushPermissionStatus.h", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 487 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 488 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 489 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 494 "web/modules/webmidi/WebMIDIClient.h", | 490 "web/modules/webmidi/WebMIDIClient.h", |
| 495 "web/modules/webmidi/WebMIDIOptions.h", | 491 "web/modules/webmidi/WebMIDIOptions.h", |
| 496 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 492 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 497 "web/win/WebFontRendering.h", | 493 "web/win/WebFontRendering.h", |
| 498 ], | 494 ], |
| 499 }, | 495 }, |
| 500 } | 496 } |
| OLD | NEW |