| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "platform/WebCredential.h", | 49 "platform/WebCredential.h", |
| 50 "platform/WebCredentialManagerClient.h", | 50 "platform/WebCredentialManagerClient.h", |
| 51 "platform/WebCredentialManagerError.h", | 51 "platform/WebCredentialManagerError.h", |
| 52 "platform/WebCrossOriginServiceWorkerClient.h", | 52 "platform/WebCrossOriginServiceWorkerClient.h", |
| 53 "platform/WebCrypto.h", | 53 "platform/WebCrypto.h", |
| 54 "platform/WebCryptoAlgorithm.h", | 54 "platform/WebCryptoAlgorithm.h", |
| 55 "platform/WebCryptoAlgorithmParams.h", | 55 "platform/WebCryptoAlgorithmParams.h", |
| 56 "platform/WebCryptoKey.h", | 56 "platform/WebCryptoKey.h", |
| 57 "platform/WebCryptoKeyAlgorithm.h", | 57 "platform/WebCryptoKeyAlgorithm.h", |
| 58 "platform/WebCryptoKeyAlgorithmParams.h", | 58 "platform/WebCryptoKeyAlgorithmParams.h", |
| 59 "platform/WebCryptoUtil.h", |
| 59 "platform/WebCursorInfo.h", | 60 "platform/WebCursorInfo.h", |
| 60 "platform/WebData.h", | 61 "platform/WebData.h", |
| 61 "platform/WebDataConsumerHandle.h", | 62 "platform/WebDataConsumerHandle.h", |
| 62 "platform/WebDatabaseObserver.h", | 63 "platform/WebDatabaseObserver.h", |
| 63 "platform/WebDeviceLightListener.h", | 64 "platform/WebDeviceLightListener.h", |
| 64 "platform/WebDiscardableMemory.h", | 65 "platform/WebDiscardableMemory.h", |
| 65 "platform/WebDisplayItemClipTree.h", | 66 "platform/WebDisplayItemClipTree.h", |
| 66 "platform/WebDisplayItemList.h", | 67 "platform/WebDisplayItemList.h", |
| 67 "platform/WebDisplayItemTransformTree.h", | 68 "platform/WebDisplayItemTransformTree.h", |
| 68 "platform/WebDisplayMode.h", | 69 "platform/WebDisplayMode.h", |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 "web/WebWorkerContentSettingsClientProxy.h", | 518 "web/WebWorkerContentSettingsClientProxy.h", |
| 518 "web/default/WebRenderTheme.h", | 519 "web/default/WebRenderTheme.h", |
| 519 "web/linux/WebFontRendering.h", | 520 "web/linux/WebFontRendering.h", |
| 520 "web/mac/WebScrollbarTheme.h", | 521 "web/mac/WebScrollbarTheme.h", |
| 521 "web/mac/WebSubstringUtil.h", | 522 "web/mac/WebSubstringUtil.h", |
| 522 "web/modules/notifications/WebNotificationPermissionCallback.h", | 523 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 523 "web/win/WebFontRendering.h", | 524 "web/win/WebFontRendering.h", |
| 524 ], | 525 ], |
| 525 }, | 526 }, |
| 526 } | 527 } |
| OLD | NEW |