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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 "web/WebWorkerContentSettingsClientProxy.h", | 520 "web/WebWorkerContentSettingsClientProxy.h", |
520 "web/default/WebRenderTheme.h", | 521 "web/default/WebRenderTheme.h", |
521 "web/linux/WebFontRendering.h", | 522 "web/linux/WebFontRendering.h", |
522 "web/mac/WebScrollbarTheme.h", | 523 "web/mac/WebScrollbarTheme.h", |
523 "web/mac/WebSubstringUtil.h", | 524 "web/mac/WebSubstringUtil.h", |
524 "web/modules/notifications/WebNotificationPermissionCallback.h", | 525 "web/modules/notifications/WebNotificationPermissionCallback.h", |
525 "web/win/WebFontRendering.h", | 526 "web/win/WebFontRendering.h", |
526 ], | 527 ], |
527 }, | 528 }, |
528 } | 529 } |
OLD | NEW |