| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "platform/WebPlatformEventType.h", | 159 "platform/WebPlatformEventType.h", |
| 160 "platform/WebPluginListBuilder.h", | 160 "platform/WebPluginListBuilder.h", |
| 161 "platform/WebPoint.h", | 161 "platform/WebPoint.h", |
| 162 "platform/WebPrerender.h", | 162 "platform/WebPrerender.h", |
| 163 "platform/WebPrerenderingSupport.h", | 163 "platform/WebPrerenderingSupport.h", |
| 164 "platform/WebPrescientNetworking.h", | 164 "platform/WebPrescientNetworking.h", |
| 165 "platform/WebPrivateOwnPtr.h", | 165 "platform/WebPrivateOwnPtr.h", |
| 166 "platform/WebPrivatePtr.h", | 166 "platform/WebPrivatePtr.h", |
| 167 "platform/WebProcessMemoryDump.h", | 167 "platform/WebProcessMemoryDump.h", |
| 168 "platform/WebPublicSuffixList.h", | 168 "platform/WebPublicSuffixList.h", |
| 169 "platform/WebRTCCertificate.h", |
| 170 "platform/WebRTCCertificateGenerator.h", |
| 169 "platform/WebRTCConfiguration.h", | 171 "platform/WebRTCConfiguration.h", |
| 170 "platform/WebRTCDTMFSenderHandler.h", | 172 "platform/WebRTCDTMFSenderHandler.h", |
| 171 "platform/WebRTCDTMFSenderHandlerClient.h", | 173 "platform/WebRTCDTMFSenderHandlerClient.h", |
| 172 "platform/WebRTCDataChannelHandler.h", | 174 "platform/WebRTCDataChannelHandler.h", |
| 173 "platform/WebRTCDataChannelHandlerClient.h", | 175 "platform/WebRTCDataChannelHandlerClient.h", |
| 174 "platform/WebRTCDataChannelInit.h", | 176 "platform/WebRTCDataChannelInit.h", |
| 175 "platform/WebRTCICECandidate.h", | 177 "platform/WebRTCICECandidate.h", |
| 178 "platform/WebRTCKeyType.h", |
| 176 "platform/WebRTCOfferOptions.h", | 179 "platform/WebRTCOfferOptions.h", |
| 177 "platform/WebRTCPeerConnectionHandler.h", | 180 "platform/WebRTCPeerConnectionHandler.h", |
| 178 "platform/WebRTCPeerConnectionHandlerClient.h", | 181 "platform/WebRTCPeerConnectionHandlerClient.h", |
| 179 "platform/WebRTCSessionDescription.h", | 182 "platform/WebRTCSessionDescription.h", |
| 180 "platform/WebRTCSessionDescriptionRequest.h", | 183 "platform/WebRTCSessionDescriptionRequest.h", |
| 181 "platform/WebRTCStatsRequest.h", | 184 "platform/WebRTCStatsRequest.h", |
| 182 "platform/WebRTCStatsResponse.h", | 185 "platform/WebRTCStatsResponse.h", |
| 183 "platform/WebRTCVoidRequest.h", | 186 "platform/WebRTCVoidRequest.h", |
| 184 "platform/WebRect.h", | 187 "platform/WebRect.h", |
| 185 "platform/WebReferrerPolicy.h", | 188 "platform/WebReferrerPolicy.h", |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 "web/WebWorkerContentSettingsClientProxy.h", | 519 "web/WebWorkerContentSettingsClientProxy.h", |
| 517 "web/default/WebRenderTheme.h", | 520 "web/default/WebRenderTheme.h", |
| 518 "web/linux/WebFontRendering.h", | 521 "web/linux/WebFontRendering.h", |
| 519 "web/mac/WebScrollbarTheme.h", | 522 "web/mac/WebScrollbarTheme.h", |
| 520 "web/mac/WebSubstringUtil.h", | 523 "web/mac/WebSubstringUtil.h", |
| 521 "web/modules/notifications/WebNotificationPermissionCallback.h", | 524 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 522 "web/win/WebFontRendering.h", | 525 "web/win/WebFontRendering.h", |
| 523 ], | 526 ], |
| 524 }, | 527 }, |
| 525 } | 528 } |
| OLD | NEW |