| 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/WebApplicationCacheHost.h", | 9 "platform/WebApplicationCacheHost.h", |
| 10 "platform/WebApplicationCacheHostClient.h", | 10 "platform/WebApplicationCacheHostClient.h", |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", | 290 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", |
| 291 "platform/modules/indexeddb/WebIDBDatabaseError.h", | 291 "platform/modules/indexeddb/WebIDBDatabaseError.h", |
| 292 "platform/modules/indexeddb/WebIDBDatabaseException.h", | 292 "platform/modules/indexeddb/WebIDBDatabaseException.h", |
| 293 "platform/modules/indexeddb/WebIDBFactory.h", | 293 "platform/modules/indexeddb/WebIDBFactory.h", |
| 294 "platform/modules/indexeddb/WebIDBKey.h", | 294 "platform/modules/indexeddb/WebIDBKey.h", |
| 295 "platform/modules/indexeddb/WebIDBKeyPath.h", | 295 "platform/modules/indexeddb/WebIDBKeyPath.h", |
| 296 "platform/modules/indexeddb/WebIDBKeyRange.h", | 296 "platform/modules/indexeddb/WebIDBKeyRange.h", |
| 297 "platform/modules/indexeddb/WebIDBMetadata.h", | 297 "platform/modules/indexeddb/WebIDBMetadata.h", |
| 298 "platform/modules/indexeddb/WebIDBTypes.h", | 298 "platform/modules/indexeddb/WebIDBTypes.h", |
| 299 "platform/modules/indexeddb/WebIDBValue.h", | 299 "platform/modules/indexeddb/WebIDBValue.h", |
| 300 "platform/modules/mediasession/WebMediaSession.h", |
| 301 "platform/modules/mediasession/WebMediaSessionError.h", |
| 300 "platform/modules/navigator_services/WebServicePort.h", | 302 "platform/modules/navigator_services/WebServicePort.h", |
| 301 "platform/modules/navigator_services/WebServicePortProvider.h", | 303 "platform/modules/navigator_services/WebServicePortProvider.h", |
| 302 "platform/modules/navigator_services/WebServicePortProviderClient.h", | 304 "platform/modules/navigator_services/WebServicePortProviderClient.h", |
| 303 "platform/modules/notifications/WebNotificationAction.h", | 305 "platform/modules/notifications/WebNotificationAction.h", |
| 304 "platform/modules/notifications/WebNotificationData.h", | 306 "platform/modules/notifications/WebNotificationData.h", |
| 305 "platform/modules/notifications/WebNotificationDelegate.h", | 307 "platform/modules/notifications/WebNotificationDelegate.h", |
| 306 "platform/modules/notifications/WebNotificationManager.h", | 308 "platform/modules/notifications/WebNotificationManager.h", |
| 307 "platform/modules/notifications/WebNotificationPermission.h", | 309 "platform/modules/notifications/WebNotificationPermission.h", |
| 308 "platform/modules/permissions/WebPermissionClient.h", | 310 "platform/modules/permissions/WebPermissionClient.h", |
| 309 "platform/modules/permissions/WebPermissionObserver.h", | 311 "platform/modules/permissions/WebPermissionObserver.h", |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 "web/WebWorkerContentSettingsClientProxy.h", | 519 "web/WebWorkerContentSettingsClientProxy.h", |
| 518 "web/default/WebRenderTheme.h", | 520 "web/default/WebRenderTheme.h", |
| 519 "web/linux/WebFontRendering.h", | 521 "web/linux/WebFontRendering.h", |
| 520 "web/mac/WebScrollbarTheme.h", | 522 "web/mac/WebScrollbarTheme.h", |
| 521 "web/mac/WebSubstringUtil.h", | 523 "web/mac/WebSubstringUtil.h", |
| 522 "web/modules/notifications/WebNotificationPermissionCallback.h", | 524 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 523 "web/win/WebFontRendering.h", | 525 "web/win/WebFontRendering.h", |
| 524 ], | 526 ], |
| 525 }, | 527 }, |
| 526 } | 528 } |
| OLD | NEW |