| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "platform/WebCryptoAlgorithmParams.h", | 52 "platform/WebCryptoAlgorithmParams.h", |
| 53 "platform/WebCryptoKey.h", | 53 "platform/WebCryptoKey.h", |
| 54 "platform/WebCryptoKeyAlgorithm.h", | 54 "platform/WebCryptoKeyAlgorithm.h", |
| 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/WebDocumentSubresourceFilter.h", |
| 63 "platform/WebDoublePoint.h", |
| 63 "platform/WebDoublePoint.h", | 64 "platform/WebDoublePoint.h", |
| 64 "platform/WebDragData.h", | 65 "platform/WebDragData.h", |
| 65 "platform/WebDragOperation.h", | 66 "platform/WebDragOperation.h", |
| 66 'platform/WebEditingCommandType.h', | 67 'platform/WebEditingCommandType.h', |
| 67 "platform/WebEncryptedMediaClient.h", | 68 "platform/WebEncryptedMediaClient.h", |
| 68 "platform/WebEncryptedMediaKeyInformation.h", | 69 "platform/WebEncryptedMediaKeyInformation.h", |
| 69 "platform/WebEncryptedMediaRequest.h", | 70 "platform/WebEncryptedMediaRequest.h", |
| 70 "platform/WebEncryptedMediaTypes.h", | 71 "platform/WebEncryptedMediaTypes.h", |
| 71 "platform/WebExternalBitmap.h", | 72 "platform/WebExternalBitmap.h", |
| 72 "platform/WebExternalTextureLayer.h", | 73 "platform/WebExternalTextureLayer.h", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 492 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 493 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 494 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 494 "web/modules/webmidi/WebMIDIClient.h", | 495 "web/modules/webmidi/WebMIDIClient.h", |
| 495 "web/modules/webmidi/WebMIDIOptions.h", | 496 "web/modules/webmidi/WebMIDIOptions.h", |
| 496 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 497 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 497 "web/win/WebFontRendering.h", | 498 "web/win/WebFontRendering.h", |
| 498 ], | 499 ], |
| 499 }, | 500 }, |
| 500 } | 501 } |
| OLD | NEW |