| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "platform/WebCryptoAlgorithm.h", | 50 "platform/WebCryptoAlgorithm.h", |
| 51 "platform/WebCryptoAlgorithmParams.h", | 51 "platform/WebCryptoAlgorithmParams.h", |
| 52 "platform/WebCryptoKey.h", | 52 "platform/WebCryptoKey.h", |
| 53 "platform/WebCryptoKeyAlgorithm.h", | 53 "platform/WebCryptoKeyAlgorithm.h", |
| 54 "platform/WebCryptoKeyAlgorithmParams.h", | 54 "platform/WebCryptoKeyAlgorithmParams.h", |
| 55 "platform/WebCursorInfo.h", | 55 "platform/WebCursorInfo.h", |
| 56 "platform/WebData.h", | 56 "platform/WebData.h", |
| 57 "platform/WebDataConsumerHandle.h", | 57 "platform/WebDataConsumerHandle.h", |
| 58 "platform/WebDatabaseObserver.h", | 58 "platform/WebDatabaseObserver.h", |
| 59 "platform/WebDeviceLightListener.h", | 59 "platform/WebDeviceLightListener.h", |
| 60 "platform/WebDiscardableMemory.h", | |
| 61 "platform/WebDisplayItemList.h", | 60 "platform/WebDisplayItemList.h", |
| 62 "platform/WebDisplayMode.h", | 61 "platform/WebDisplayMode.h", |
| 63 "platform/WebDoublePoint.h", | 62 "platform/WebDoublePoint.h", |
| 64 "platform/WebDragData.h", | 63 "platform/WebDragData.h", |
| 65 "platform/WebEncryptedMediaClient.h", | 64 "platform/WebEncryptedMediaClient.h", |
| 66 "platform/WebEncryptedMediaKeyInformation.h", | 65 "platform/WebEncryptedMediaKeyInformation.h", |
| 67 "platform/WebEncryptedMediaRequest.h", | 66 "platform/WebEncryptedMediaRequest.h", |
| 68 "platform/WebEncryptedMediaTypes.h", | 67 "platform/WebEncryptedMediaTypes.h", |
| 69 "platform/WebExternalBitmap.h", | 68 "platform/WebExternalBitmap.h", |
| 70 "platform/WebExternalTextureLayer.h", | 69 "platform/WebExternalTextureLayer.h", |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 500 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 502 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 501 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 503 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 502 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 504 "web/modules/webmidi/WebMIDIClient.h", | 503 "web/modules/webmidi/WebMIDIClient.h", |
| 505 "web/modules/webmidi/WebMIDIOptions.h", | 504 "web/modules/webmidi/WebMIDIOptions.h", |
| 506 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 505 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 507 "web/win/WebFontRendering.h", | 506 "web/win/WebFontRendering.h", |
| 508 ], | 507 ], |
| 509 }, | 508 }, |
| 510 } | 509 } |
| OLD | NEW |