| 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/FilePathConversion.h", | 9 "platform/FilePathConversion.h", |
| 10 "platform/URLConversion.h", | 10 "platform/URLConversion.h", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", | 247 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", |
| 248 "platform/modules/indexeddb/WebIDBDatabaseError.h", | 248 "platform/modules/indexeddb/WebIDBDatabaseError.h", |
| 249 "platform/modules/indexeddb/WebIDBDatabaseException.h", | 249 "platform/modules/indexeddb/WebIDBDatabaseException.h", |
| 250 "platform/modules/indexeddb/WebIDBFactory.h", | 250 "platform/modules/indexeddb/WebIDBFactory.h", |
| 251 "platform/modules/indexeddb/WebIDBKey.h", | 251 "platform/modules/indexeddb/WebIDBKey.h", |
| 252 "platform/modules/indexeddb/WebIDBKeyPath.h", | 252 "platform/modules/indexeddb/WebIDBKeyPath.h", |
| 253 "platform/modules/indexeddb/WebIDBKeyRange.h", | 253 "platform/modules/indexeddb/WebIDBKeyRange.h", |
| 254 "platform/modules/indexeddb/WebIDBMetadata.h", | 254 "platform/modules/indexeddb/WebIDBMetadata.h", |
| 255 "platform/modules/indexeddb/WebIDBTypes.h", | 255 "platform/modules/indexeddb/WebIDBTypes.h", |
| 256 "platform/modules/indexeddb/WebIDBValue.h", | 256 "platform/modules/indexeddb/WebIDBValue.h", |
| 257 "platform/modules/installedapp/WebInstalledApp.h", |
| 257 "platform/modules/mediasession/WebMediaSession.h", | 258 "platform/modules/mediasession/WebMediaSession.h", |
| 258 "platform/modules/mediasession/WebMediaSessionError.h", | 259 "platform/modules/mediasession/WebMediaSessionError.h", |
| 259 "platform/modules/navigator_services/WebServicePort.h", | 260 "platform/modules/navigator_services/WebServicePort.h", |
| 260 "platform/modules/navigator_services/WebServicePortProvider.h", | 261 "platform/modules/navigator_services/WebServicePortProvider.h", |
| 261 "platform/modules/navigator_services/WebServicePortProviderClient.h", | 262 "platform/modules/navigator_services/WebServicePortProviderClient.h", |
| 262 "platform/modules/nfc/WebNFCClient.h", | 263 "platform/modules/nfc/WebNFCClient.h", |
| 263 "platform/modules/nfc/WebNFCError.h", | 264 "platform/modules/nfc/WebNFCError.h", |
| 264 "platform/modules/nfc/WebNFCMessage.h", | 265 "platform/modules/nfc/WebNFCMessage.h", |
| 265 "platform/modules/nfc/WebNFCObserver.h", | 266 "platform/modules/nfc/WebNFCObserver.h", |
| 266 "platform/modules/nfc/WebNFCPushOptions.h", | 267 "platform/modules/nfc/WebNFCPushOptions.h", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 505 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 505 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 506 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 506 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 507 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 507 "web/modules/webmidi/WebMIDIClient.h", | 508 "web/modules/webmidi/WebMIDIClient.h", |
| 508 "web/modules/webmidi/WebMIDIOptions.h", | 509 "web/modules/webmidi/WebMIDIOptions.h", |
| 509 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 510 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 510 "web/win/WebFontRendering.h", | 511 "web/win/WebFontRendering.h", |
| 511 ], | 512 ], |
| 512 }, | 513 }, |
| 513 } | 514 } |
| OLD | NEW |