| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "platform/WebCryptoKeyAlgorithmParams.h", | 55 "platform/WebCryptoKeyAlgorithmParams.h", |
| 56 "platform/WebCursorInfo.h", | 56 "platform/WebCursorInfo.h", |
| 57 "platform/WebData.h", | 57 "platform/WebData.h", |
| 58 "platform/WebDataConsumerHandle.h", | 58 "platform/WebDataConsumerHandle.h", |
| 59 "platform/WebDatabaseObserver.h", | 59 "platform/WebDatabaseObserver.h", |
| 60 "platform/WebDeviceLightListener.h", | 60 "platform/WebDeviceLightListener.h", |
| 61 "platform/WebDisplayItemList.h", | 61 "platform/WebDisplayItemList.h", |
| 62 "platform/WebDisplayMode.h", | 62 "platform/WebDisplayMode.h", |
| 63 "platform/WebDoublePoint.h", | 63 "platform/WebDoublePoint.h", |
| 64 "platform/WebDragData.h", | 64 "platform/WebDragData.h", |
| 65 'platform/WebEditingCommandType.h', |
| 65 "platform/WebEncryptedMediaClient.h", | 66 "platform/WebEncryptedMediaClient.h", |
| 66 "platform/WebEncryptedMediaKeyInformation.h", | 67 "platform/WebEncryptedMediaKeyInformation.h", |
| 67 "platform/WebEncryptedMediaRequest.h", | 68 "platform/WebEncryptedMediaRequest.h", |
| 68 "platform/WebEncryptedMediaTypes.h", | 69 "platform/WebEncryptedMediaTypes.h", |
| 69 "platform/WebExternalBitmap.h", | 70 "platform/WebExternalBitmap.h", |
| 70 "platform/WebExternalTextureLayer.h", | 71 "platform/WebExternalTextureLayer.h", |
| 71 "platform/WebExternalTextureLayerClient.h", | 72 "platform/WebExternalTextureLayerClient.h", |
| 72 "platform/WebExternalTextureMailbox.h", | 73 "platform/WebExternalTextureMailbox.h", |
| 73 "platform/WebFallbackThemeEngine.h", | 74 "platform/WebFallbackThemeEngine.h", |
| 74 "platform/WebFederatedCredential.h", | 75 "platform/WebFederatedCredential.h", |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 498 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 499 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 500 "web/modules/webmidi/WebMIDIClient.h", | 501 "web/modules/webmidi/WebMIDIClient.h", |
| 501 "web/modules/webmidi/WebMIDIOptions.h", | 502 "web/modules/webmidi/WebMIDIOptions.h", |
| 502 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 503 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 503 "web/win/WebFontRendering.h", | 504 "web/win/WebFontRendering.h", |
| 504 ], | 505 ], |
| 505 }, | 506 }, |
| 506 } | 507 } |
| OLD | NEW |