| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "platform/WebDragData.h", | 64 "platform/WebDragData.h", |
| 65 "platform/WebDragOperation.h", | 65 "platform/WebDragOperation.h", |
| 66 'platform/WebEditingCommandType.h', | 66 'platform/WebEditingCommandType.h', |
| 67 "platform/WebEffectiveConnectionType.h", | 67 "platform/WebEffectiveConnectionType.h", |
| 68 "platform/WebEncryptedMediaClient.h", | 68 "platform/WebEncryptedMediaClient.h", |
| 69 "platform/WebEncryptedMediaKeyInformation.h", | 69 "platform/WebEncryptedMediaKeyInformation.h", |
| 70 "platform/WebEncryptedMediaRequest.h", | 70 "platform/WebEncryptedMediaRequest.h", |
| 71 "platform/WebEncryptedMediaTypes.h", | 71 "platform/WebEncryptedMediaTypes.h", |
| 72 "platform/WebExternalBitmap.h", | 72 "platform/WebExternalBitmap.h", |
| 73 "platform/WebExternalTextureLayer.h", | 73 "platform/WebExternalTextureLayer.h", |
| 74 "platform/WebExternalTextureLayerClient.h", | |
| 75 "platform/WebExternalTextureMailbox.h", | |
| 76 "platform/WebFallbackThemeEngine.h", | 74 "platform/WebFallbackThemeEngine.h", |
| 77 "platform/WebFederatedCredential.h", | 75 "platform/WebFederatedCredential.h", |
| 78 "platform/WebFileError.h", | 76 "platform/WebFileError.h", |
| 79 "platform/WebFileInfo.h", | 77 "platform/WebFileInfo.h", |
| 80 "platform/WebFileSystem.h", | 78 "platform/WebFileSystem.h", |
| 81 "platform/WebFileSystemCallbacks.h", | 79 "platform/WebFileSystemCallbacks.h", |
| 82 "platform/WebFileSystemEntry.h", | 80 "platform/WebFileSystemEntry.h", |
| 83 "platform/WebFileSystemType.h", | 81 "platform/WebFileSystemType.h", |
| 84 "platform/WebFileUtilities.h", | 82 "platform/WebFileUtilities.h", |
| 85 "platform/WebFileWriter.h", | 83 "platform/WebFileWriter.h", |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 "web/mac/WebScrollbarTheme.h", | 482 "web/mac/WebScrollbarTheme.h", |
| 485 "web/mac/WebSubstringUtil.h", | 483 "web/mac/WebSubstringUtil.h", |
| 486 "web/modules/notifications/WebNotificationPermissionCallback.h", | 484 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 487 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 485 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 488 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 486 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 489 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 487 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 490 "web/win/WebFontRendering.h", | 488 "web/win/WebFontRendering.h", |
| 491 ], | 489 ], |
| 492 }, | 490 }, |
| 493 } | 491 } |
| OLD | NEW |