| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 import("//third_party/WebKit/public/public_features.gni") | 7 import("//third_party/WebKit/public/public_features.gni") |
| 8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
| 9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 } | 86 } |
| 87 | 87 |
| 88 # Depend on this target to use public blink API headers for things like enums | 88 # Depend on this target to use public blink API headers for things like enums |
| 89 # and public structures without actually linking against any Blink libraries. | 89 # and public structures without actually linking against any Blink libraries. |
| 90 source_set("blink_headers") { | 90 source_set("blink_headers") { |
| 91 sources = [ | 91 sources = [ |
| 92 "platform/BlameContext.h", | 92 "platform/BlameContext.h", |
| 93 "platform/Connector.h", | 93 "platform/Connector.h", |
| 94 "platform/FilePathConversion.h", | 94 "platform/FilePathConversion.h", |
| 95 "platform/InterfaceProvider.h", | 95 "platform/InterfaceProvider.h", |
| 96 "platform/InterfaceRegistry.h", |
| 96 "platform/Platform.h", | 97 "platform/Platform.h", |
| 98 "platform/PointerProperties.h", |
| 99 "platform/ShapeProperties.h", |
| 97 "platform/URLConversion.h", | 100 "platform/URLConversion.h", |
| 98 "platform/UserMetricsAction.h", | 101 "platform/UserMetricsAction.h", |
| 99 "platform/WebAddressSpace.h", | 102 "platform/WebAddressSpace.h", |
| 100 "platform/WebApiKeyValidator.h", | 103 "platform/WebApiKeyValidator.h", |
| 101 "platform/WebApplicationCacheHost.h", | 104 "platform/WebApplicationCacheHost.h", |
| 102 "platform/WebApplicationCacheHostClient.h", | 105 "platform/WebApplicationCacheHostClient.h", |
| 103 "platform/WebAudioBus.h", | 106 "platform/WebAudioBus.h", |
| 104 "platform/WebAudioDestinationConsumer.h", | 107 "platform/WebAudioDestinationConsumer.h", |
| 105 "platform/WebAudioDevice.h", | 108 "platform/WebAudioDevice.h", |
| 109 "platform/WebAudioLatencyHint.h", |
| 106 "platform/WebAudioSourceProvider.h", | 110 "platform/WebAudioSourceProvider.h", |
| 107 "platform/WebAudioSourceProviderClient.h", | 111 "platform/WebAudioSourceProviderClient.h", |
| 108 "platform/WebBlendMode.h", | 112 "platform/WebBlendMode.h", |
| 109 "platform/WebBlobData.h", | 113 "platform/WebBlobData.h", |
| 110 "platform/WebBlobInfo.h", | 114 "platform/WebBlobInfo.h", |
| 111 "platform/WebBlobRegistry.h", | 115 "platform/WebBlobRegistry.h", |
| 116 "platform/WebBrowserControlsState.h", |
| 112 "platform/WebCString.h", | 117 "platform/WebCString.h", |
| 113 "platform/WebCache.h", | 118 "platform/WebCache.h", |
| 119 "platform/WebCachePolicy.h", |
| 114 "platform/WebCallbacks.h", | 120 "platform/WebCallbacks.h", |
| 115 "platform/WebCanvas.h", | 121 "platform/WebCanvas.h", |
| 116 "platform/WebCanvasCaptureHandler.h", | 122 "platform/WebCanvasCaptureHandler.h", |
| 117 "platform/WebClipboard.h", | 123 "platform/WebClipboard.h", |
| 118 "platform/WebCoalescedInputEvent.h", | 124 "platform/WebCoalescedInputEvent.h", |
| 119 "platform/WebColor.h", | 125 "platform/WebColor.h", |
| 120 "platform/WebCommon.h", | 126 "platform/WebCommon.h", |
| 121 "platform/WebCompositeAndReadbackAsyncCallback.h", | 127 "platform/WebCompositeAndReadbackAsyncCallback.h", |
| 128 "platform/WebCompositorMutatorClient.h", |
| 122 "platform/WebCompositorSupport.h", | 129 "platform/WebCompositorSupport.h", |
| 123 "platform/WebConnectionType.h", | 130 "platform/WebConnectionType.h", |
| 124 "platform/WebContentDecryptionModule.h", | 131 "platform/WebContentDecryptionModule.h", |
| 125 "platform/WebContentDecryptionModuleAccess.h", | 132 "platform/WebContentDecryptionModuleAccess.h", |
| 126 "platform/WebContentDecryptionModuleException.h", | 133 "platform/WebContentDecryptionModuleException.h", |
| 127 "platform/WebContentDecryptionModuleResult.h", | 134 "platform/WebContentDecryptionModuleResult.h", |
| 128 "platform/WebContentDecryptionModuleSession.h", | 135 "platform/WebContentDecryptionModuleSession.h", |
| 129 "platform/WebContentLayer.h", | 136 "platform/WebContentLayer.h", |
| 130 "platform/WebContentLayerClient.h", | 137 "platform/WebContentLayerClient.h", |
| 138 "platform/WebContentSecurityPolicy.h", |
| 139 "platform/WebContentSecurityPolicyStruct.h", |
| 131 "platform/WebContentSettingCallbacks.h", | 140 "platform/WebContentSettingCallbacks.h", |
| 132 "platform/WebCookieJar.h", | 141 "platform/WebCookieJar.h", |
| 133 "platform/WebCredential.h", | 142 "platform/WebCredential.h", |
| 134 "platform/WebCredentialManagerClient.h", | 143 "platform/WebCredentialManagerClient.h", |
| 135 "platform/WebCredentialManagerError.h", | 144 "platform/WebCredentialManagerError.h", |
| 136 "platform/WebCrypto.h", | 145 "platform/WebCrypto.h", |
| 137 "platform/WebCryptoAlgorithm.h", | 146 "platform/WebCryptoAlgorithm.h", |
| 138 "platform/WebCryptoAlgorithmParams.h", | 147 "platform/WebCryptoAlgorithmParams.h", |
| 139 "platform/WebCryptoKey.h", | 148 "platform/WebCryptoKey.h", |
| 140 "platform/WebCryptoKeyAlgorithm.h", | 149 "platform/WebCryptoKeyAlgorithm.h", |
| 141 "platform/WebCryptoKeyAlgorithmParams.h", | 150 "platform/WebCryptoKeyAlgorithmParams.h", |
| 142 "platform/WebCursorInfo.h", | 151 "platform/WebCursorInfo.h", |
| 143 "platform/WebData.h", | 152 "platform/WebData.h", |
| 144 "platform/WebDataConsumerHandle.h", | 153 "platform/WebDataConsumerHandle.h", |
| 145 "platform/WebDatabaseObserver.h", | 154 "platform/WebDatabaseObserver.h", |
| 146 "platform/WebDeviceLightListener.h", | 155 "platform/WebDeviceLightListener.h", |
| 147 "platform/WebDisplayItemList.h", | 156 "platform/WebDisplayItemList.h", |
| 148 "platform/WebDisplayMode.h", | 157 "platform/WebDisplayMode.h", |
| 158 "platform/WebDistillability.h", |
| 149 "platform/WebDocumentSubresourceFilter.h", | 159 "platform/WebDocumentSubresourceFilter.h", |
| 150 "platform/WebDoublePoint.h", | 160 "platform/WebDoublePoint.h", |
| 161 "platform/WebDoubleSize.h", |
| 151 "platform/WebDragData.h", | 162 "platform/WebDragData.h", |
| 152 "platform/WebDragOperation.h", | 163 "platform/WebDragOperation.h", |
| 153 "platform/WebEditingCommandType.h", | 164 "platform/WebEditingCommandType.h", |
| 154 "platform/WebEffectiveConnectionType.h", | 165 "platform/WebEffectiveConnectionType.h", |
| 155 "platform/WebEncryptedMediaClient.h", | 166 "platform/WebEncryptedMediaClient.h", |
| 156 "platform/WebEncryptedMediaKeyInformation.h", | 167 "platform/WebEncryptedMediaKeyInformation.h", |
| 157 "platform/WebEncryptedMediaRequest.h", | 168 "platform/WebEncryptedMediaRequest.h", |
| 158 "platform/WebEncryptedMediaTypes.h", | 169 "platform/WebEncryptedMediaTypes.h", |
| 170 "platform/WebEventListenerProperties.h", |
| 159 "platform/WebExternalBitmap.h", | 171 "platform/WebExternalBitmap.h", |
| 160 "platform/WebExternalTextureLayer.h", | 172 "platform/WebExternalTextureLayer.h", |
| 161 "platform/WebFallbackThemeEngine.h", | 173 "platform/WebFallbackThemeEngine.h", |
| 174 "platform/WebFeaturePolicy.h", |
| 162 "platform/WebFederatedCredential.h", | 175 "platform/WebFederatedCredential.h", |
| 163 "platform/WebFileError.h", | 176 "platform/WebFileError.h", |
| 164 "platform/WebFileInfo.h", | 177 "platform/WebFileInfo.h", |
| 165 "platform/WebFileSystem.h", | 178 "platform/WebFileSystem.h", |
| 166 "platform/WebFileSystemCallbacks.h", | 179 "platform/WebFileSystemCallbacks.h", |
| 167 "platform/WebFileSystemEntry.h", | 180 "platform/WebFileSystemEntry.h", |
| 168 "platform/WebFileSystemType.h", | 181 "platform/WebFileSystemType.h", |
| 169 "platform/WebFileUtilities.h", | 182 "platform/WebFileUtilities.h", |
| 170 "platform/WebFileWriter.h", | 183 "platform/WebFileWriter.h", |
| 171 "platform/WebFileWriterClient.h", | 184 "platform/WebFileWriterClient.h", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 184 "platform/WebGestureCurveTarget.h", | 197 "platform/WebGestureCurveTarget.h", |
| 185 "platform/WebGestureDevice.h", | 198 "platform/WebGestureDevice.h", |
| 186 "platform/WebGestureEvent.h", | 199 "platform/WebGestureEvent.h", |
| 187 "platform/WebGraphicsContext3DProvider.h", | 200 "platform/WebGraphicsContext3DProvider.h", |
| 188 "platform/WebHTTPBody.h", | 201 "platform/WebHTTPBody.h", |
| 189 "platform/WebHTTPHeaderVisitor.h", | 202 "platform/WebHTTPHeaderVisitor.h", |
| 190 "platform/WebHTTPLoadInfo.h", | 203 "platform/WebHTTPLoadInfo.h", |
| 191 "platform/WebHistoryScrollRestorationType.h", | 204 "platform/WebHistoryScrollRestorationType.h", |
| 192 "platform/WebIconSizesParser.h", | 205 "platform/WebIconSizesParser.h", |
| 193 "platform/WebImage.h", | 206 "platform/WebImage.h", |
| 207 "platform/WebImageCaptureFrameGrabber.h", |
| 194 "platform/WebImageGenerator.h", | 208 "platform/WebImageGenerator.h", |
| 195 "platform/WebImageLayer.h", | 209 "platform/WebImageLayer.h", |
| 196 "platform/WebInbandTextTrack.h", | 210 "platform/WebInbandTextTrack.h", |
| 197 "platform/WebInbandTextTrackClient.h", | 211 "platform/WebInbandTextTrackClient.h", |
| 198 "platform/WebInputEvent.h", | 212 "platform/WebInputEvent.h", |
| 199 "platform/WebInputEventResult.h", | 213 "platform/WebInputEventResult.h", |
| 200 "platform/WebInsecureRequestPolicy.h", | 214 "platform/WebInsecureRequestPolicy.h", |
| 201 "platform/WebKeyboardEvent.h", | 215 "platform/WebKeyboardEvent.h", |
| 202 "platform/WebLayer.h", | 216 "platform/WebLayer.h", |
| 203 "platform/WebLayerPositionConstraint.h", | 217 "platform/WebLayerPositionConstraint.h", |
| 204 "platform/WebLayerScrollClient.h", | 218 "platform/WebLayerScrollClient.h", |
| 205 "platform/WebLayerStickyPositionConstraint.h", | 219 "platform/WebLayerStickyPositionConstraint.h", |
| 206 "platform/WebLayerTreeView.h", | 220 "platform/WebLayerTreeView.h", |
| 207 "platform/WebLayoutAndPaintAsyncCallback.h", | 221 "platform/WebLayoutAndPaintAsyncCallback.h", |
| 222 "platform/WebLoadingBehaviorFlag.h", |
| 208 "platform/WebLocalizedString.h", | 223 "platform/WebLocalizedString.h", |
| 209 "platform/WebMediaConstraints.h", | 224 "platform/WebMediaConstraints.h", |
| 210 "platform/WebMediaDeviceInfo.h", | 225 "platform/WebMediaDeviceInfo.h", |
| 211 "platform/WebMediaKeySystemConfiguration.h", | 226 "platform/WebMediaKeySystemConfiguration.h", |
| 212 "platform/WebMediaKeySystemMediaCapability.h", | 227 "platform/WebMediaKeySystemMediaCapability.h", |
| 213 "platform/WebMediaPlayer.h", | 228 "platform/WebMediaPlayer.h", |
| 214 "platform/WebMediaPlayerClient.h", | 229 "platform/WebMediaPlayerClient.h", |
| 230 "platform/WebMediaPlayerEncryptedMediaClient.h", |
| 215 "platform/WebMediaPlayerSource.h", | 231 "platform/WebMediaPlayerSource.h", |
| 216 "platform/WebMediaRecorderHandler.h", | 232 "platform/WebMediaRecorderHandler.h", |
| 217 "platform/WebMediaRecorderHandlerClient.h", | 233 "platform/WebMediaRecorderHandlerClient.h", |
| 218 "platform/WebMediaSource.h", | 234 "platform/WebMediaSource.h", |
| 219 "platform/WebMediaStream.h", | 235 "platform/WebMediaStream.h", |
| 220 "platform/WebMediaStreamCenter.h", | 236 "platform/WebMediaStreamCenter.h", |
| 221 "platform/WebMediaStreamCenterClient.h", | 237 "platform/WebMediaStreamCenterClient.h", |
| 222 "platform/WebMediaStreamSource.h", | 238 "platform/WebMediaStreamSource.h", |
| 223 "platform/WebMediaStreamTrack.h", | 239 "platform/WebMediaStreamTrack.h", |
| 224 "platform/WebMediaStreamTrackSourcesRequest.h", | 240 "platform/WebMediaStreamTrackSourcesRequest.h", |
| 225 "platform/WebMemoryCoordinator.h", | 241 "platform/WebMemoryCoordinator.h", |
| 226 "platform/WebMemoryPressureLevel.h", | 242 "platform/WebMemoryPressureLevel.h", |
| 227 "platform/WebMemoryState.h", | 243 "platform/WebMemoryState.h", |
| 228 "platform/WebMessagePortChannel.h", | 244 "platform/WebMessagePortChannel.h", |
| 229 "platform/WebMessagePortChannelClient.h", | 245 "platform/WebMessagePortChannelClient.h", |
| 230 "platform/WebMixedContent.h", | 246 "platform/WebMixedContent.h", |
| 231 "platform/WebMixedContentContextType.h", | 247 "platform/WebMixedContentContextType.h", |
| 232 "platform/WebMockClipboard.h", | 248 "platform/WebMockClipboard.h", |
| 249 "platform/WebMouseEvent.h", |
| 233 "platform/WebMouseWheelEvent.h", | 250 "platform/WebMouseWheelEvent.h", |
| 234 "platform/WebNativeScrollBehavior.h", | 251 "platform/WebNativeScrollBehavior.h", |
| 235 "platform/WebNavigationHintType.h", | 252 "platform/WebNavigationHintType.h", |
| 236 "platform/WebNetworkStateNotifier.h", | 253 "platform/WebNetworkStateNotifier.h", |
| 237 "platform/WebNonCopyable.h", | 254 "platform/WebNonCopyable.h", |
| 238 "platform/WebOriginTrialTokenStatus.h", | 255 "platform/WebOriginTrialTokenStatus.h", |
| 239 "platform/WebPageVisibilityState.h", | 256 "platform/WebPageVisibilityState.h", |
| 240 "platform/WebPasswordCredential.h", | 257 "platform/WebPasswordCredential.h", |
| 241 "platform/WebPlatformEventListener.h", | 258 "platform/WebPlatformEventListener.h", |
| 242 "platform/WebPlatformEventType.h", | 259 "platform/WebPlatformEventType.h", |
| 243 "platform/WebPluginListBuilder.h", | 260 "platform/WebPluginListBuilder.h", |
| 244 "platform/WebPoint.h", | 261 "platform/WebPoint.h", |
| 262 "platform/WebPointerProperties.h", |
| 245 "platform/WebPrerender.h", | 263 "platform/WebPrerender.h", |
| 246 "platform/WebPrerenderingSupport.h", | 264 "platform/WebPrerenderingSupport.h", |
| 247 "platform/WebPrescientNetworking.h", | 265 "platform/WebPrescientNetworking.h", |
| 248 "platform/WebPrivateOwnPtr.h", | 266 "platform/WebPrivateOwnPtr.h", |
| 249 "platform/WebPrivatePtr.h", | 267 "platform/WebPrivatePtr.h", |
| 250 "platform/WebPublicSuffixList.h", | 268 "platform/WebPublicSuffixList.h", |
| 269 "platform/WebRTCAnswerOptions.h", |
| 251 "platform/WebRTCCertificate.h", | 270 "platform/WebRTCCertificate.h", |
| 252 "platform/WebRTCCertificateGenerator.h", | 271 "platform/WebRTCCertificateGenerator.h", |
| 253 "platform/WebRTCConfiguration.h", | 272 "platform/WebRTCConfiguration.h", |
| 254 "platform/WebRTCDTMFSenderHandler.h", | 273 "platform/WebRTCDTMFSenderHandler.h", |
| 255 "platform/WebRTCDTMFSenderHandlerClient.h", | 274 "platform/WebRTCDTMFSenderHandlerClient.h", |
| 256 "platform/WebRTCDataChannelHandler.h", | 275 "platform/WebRTCDataChannelHandler.h", |
| 257 "platform/WebRTCDataChannelHandlerClient.h", | 276 "platform/WebRTCDataChannelHandlerClient.h", |
| 258 "platform/WebRTCDataChannelInit.h", | 277 "platform/WebRTCDataChannelInit.h", |
| 259 "platform/WebRTCError.h", | 278 "platform/WebRTCError.h", |
| 260 "platform/WebRTCICECandidate.h", | 279 "platform/WebRTCICECandidate.h", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "platform/WebString.h", | 319 "platform/WebString.h", |
| 301 "platform/WebTextInputInfo.h", | 320 "platform/WebTextInputInfo.h", |
| 302 "platform/WebTextInputMode.h", | 321 "platform/WebTextInputMode.h", |
| 303 "platform/WebTextInputType.h", | 322 "platform/WebTextInputType.h", |
| 304 "platform/WebTextRun.h", | 323 "platform/WebTextRun.h", |
| 305 "platform/WebThemeEngine.h", | 324 "platform/WebThemeEngine.h", |
| 306 "platform/WebThread.h", | 325 "platform/WebThread.h", |
| 307 "platform/WebThreadSafeData.h", | 326 "platform/WebThreadSafeData.h", |
| 308 "platform/WebTimeRange.h", | 327 "platform/WebTimeRange.h", |
| 309 "platform/WebTopControlsState.h", | 328 "platform/WebTopControlsState.h", |
| 329 "platform/WebTouchEvent.h", |
| 310 "platform/WebTouchPoint.h", | 330 "platform/WebTouchPoint.h", |
| 311 "platform/WebTraceLocation.h", | 331 "platform/WebTraceLocation.h", |
| 332 "platform/WebTrialTokenValidator.h", |
| 312 "platform/WebURL.h", | 333 "platform/WebURL.h", |
| 313 "platform/WebURLError.h", | 334 "platform/WebURLError.h", |
| 314 "platform/WebURLLoadTiming.h", | 335 "platform/WebURLLoadTiming.h", |
| 315 "platform/WebURLLoader.h", | 336 "platform/WebURLLoader.h", |
| 316 "platform/WebURLLoaderClient.h", | 337 "platform/WebURLLoaderClient.h", |
| 317 "platform/WebURLLoaderMockFactory.h", | 338 "platform/WebURLLoaderMockFactory.h", |
| 339 "platform/WebURLLoaderTestDelegate.h", |
| 318 "platform/WebURLRequest.h", | 340 "platform/WebURLRequest.h", |
| 319 "platform/WebURLResponse.h", | 341 "platform/WebURLResponse.h", |
| 320 "platform/WebVector.h", | 342 "platform/WebVector.h", |
| 343 "platform/WebViewScheduler.h", |
| 344 "platform/WebViewportStyle.h", |
| 321 "platform/callback/WebClosure.h", | 345 "platform/callback/WebClosure.h", |
| 322 "platform/linux/WebFallbackFont.h", | 346 "platform/linux/WebFallbackFont.h", |
| 323 "platform/linux/WebFontRenderStyle.h", | 347 "platform/linux/WebFontRenderStyle.h", |
| 324 "platform/linux/WebSandboxSupport.h", | 348 "platform/linux/WebSandboxSupport.h", |
| 325 "platform/mac/WebSandboxSupport.h", | 349 "platform/mac/WebSandboxSupport.h", |
| 326 "platform/modules/device_orientation/WebDeviceMotionListener.h", | 350 "platform/modules/device_orientation/WebDeviceMotionListener.h", |
| 327 "platform/modules/device_orientation/WebDeviceOrientationListener.h", | 351 "platform/modules/device_orientation/WebDeviceOrientationListener.h", |
| 328 "platform/modules/indexeddb/WebIDBCallbacks.h", | 352 "platform/modules/indexeddb/WebIDBCallbacks.h", |
| 329 "platform/modules/indexeddb/WebIDBCursor.h", | 353 "platform/modules/indexeddb/WebIDBCursor.h", |
| 330 "platform/modules/indexeddb/WebIDBDatabase.h", | 354 "platform/modules/indexeddb/WebIDBDatabase.h", |
| 331 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", | 355 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", |
| 332 "platform/modules/indexeddb/WebIDBDatabaseError.h", | 356 "platform/modules/indexeddb/WebIDBDatabaseError.h", |
| 333 "platform/modules/indexeddb/WebIDBDatabaseException.h", | 357 "platform/modules/indexeddb/WebIDBDatabaseException.h", |
| 334 "platform/modules/indexeddb/WebIDBFactory.h", | 358 "platform/modules/indexeddb/WebIDBFactory.h", |
| 335 "platform/modules/indexeddb/WebIDBKey.h", | 359 "platform/modules/indexeddb/WebIDBKey.h", |
| 336 "platform/modules/indexeddb/WebIDBKeyPath.h", | 360 "platform/modules/indexeddb/WebIDBKeyPath.h", |
| 337 "platform/modules/indexeddb/WebIDBKeyRange.h", | 361 "platform/modules/indexeddb/WebIDBKeyRange.h", |
| 338 "platform/modules/indexeddb/WebIDBMetadata.h", | 362 "platform/modules/indexeddb/WebIDBMetadata.h", |
| 339 "platform/modules/indexeddb/WebIDBObservation.h", | 363 "platform/modules/indexeddb/WebIDBObservation.h", |
| 340 "platform/modules/indexeddb/WebIDBTypes.h", | 364 "platform/modules/indexeddb/WebIDBTypes.h", |
| 341 "platform/modules/indexeddb/WebIDBValue.h", | 365 "platform/modules/indexeddb/WebIDBValue.h", |
| 366 "platform/modules/installedapp/WebRelatedApplication.h", |
| 342 "platform/modules/installedapp/WebRelatedAppsFetcher.h", | 367 "platform/modules/installedapp/WebRelatedAppsFetcher.h", |
| 368 "platform/modules/media_capabilities/WebAudioConfiguration.h", |
| 369 "platform/modules/media_capabilities/WebMediaCapabilitiesClient.h", |
| 370 "platform/modules/media_capabilities/WebMediaConfiguration.h", |
| 371 "platform/modules/media_capabilities/WebMediaDecodingAbility.h", |
| 372 "platform/modules/media_capabilities/WebVideoConfiguration.h", |
| 343 "platform/modules/notifications/WebNotificationAction.h", | 373 "platform/modules/notifications/WebNotificationAction.h", |
| 374 "platform/modules/notifications/WebNotificationConstants.h", |
| 344 "platform/modules/notifications/WebNotificationData.h", | 375 "platform/modules/notifications/WebNotificationData.h", |
| 345 "platform/modules/notifications/WebNotificationDelegate.h", | 376 "platform/modules/notifications/WebNotificationDelegate.h", |
| 346 "platform/modules/notifications/WebNotificationManager.h", | 377 "platform/modules/notifications/WebNotificationManager.h", |
| 347 "platform/modules/notifications/WebNotificationResources.h", | 378 "platform/modules/notifications/WebNotificationResources.h", |
| 348 "platform/modules/payments/WebPaymentAppRequest.h", | 379 "platform/modules/payments/WebPaymentAppRequest.h", |
| 349 "platform/modules/payments/WebPaymentAppResponse.h", | 380 "platform/modules/payments/WebPaymentAppResponse.h", |
| 350 "platform/modules/payments/WebPaymentCurrencyAmount.h", | 381 "platform/modules/payments/WebPaymentCurrencyAmount.h", |
| 351 "platform/modules/payments/WebPaymentDetailsModifier.h", | 382 "platform/modules/payments/WebPaymentDetailsModifier.h", |
| 352 "platform/modules/payments/WebPaymentItem.h", | 383 "platform/modules/payments/WebPaymentItem.h", |
| 353 "platform/modules/payments/WebPaymentMethodData.h", | 384 "platform/modules/payments/WebPaymentMethodData.h", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", | 429 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", |
| 399 "platform/modules/serviceworker/WebServiceWorkerState.h", | 430 "platform/modules/serviceworker/WebServiceWorkerState.h", |
| 400 "platform/modules/vr/WebVR.h", | 431 "platform/modules/vr/WebVR.h", |
| 401 "platform/modules/webmidi/WebMIDIAccessor.h", | 432 "platform/modules/webmidi/WebMIDIAccessor.h", |
| 402 "platform/modules/webmidi/WebMIDIAccessorClient.h", | 433 "platform/modules/webmidi/WebMIDIAccessorClient.h", |
| 403 "platform/modules/websockets/WebSocketHandle.h", | 434 "platform/modules/websockets/WebSocketHandle.h", |
| 404 "platform/modules/websockets/WebSocketHandleClient.h", | 435 "platform/modules/websockets/WebSocketHandleClient.h", |
| 405 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", | 436 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", |
| 406 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", | 437 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", |
| 407 "platform/scheduler/base/task_queue.h", | 438 "platform/scheduler/base/task_queue.h", |
| 439 "platform/scheduler/base/task_time_observer.h", |
| 408 "platform/scheduler/child/child_scheduler.h", | 440 "platform/scheduler/child/child_scheduler.h", |
| 409 "platform/scheduler/child/compositor_worker_scheduler.h", | 441 "platform/scheduler/child/compositor_worker_scheduler.h", |
| 410 "platform/scheduler/child/single_thread_idle_task_runner.h", | 442 "platform/scheduler/child/single_thread_idle_task_runner.h", |
| 411 "platform/scheduler/child/webthread_base.h", | 443 "platform/scheduler/child/webthread_base.h", |
| 412 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h", | 444 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h", |
| 413 "platform/scheduler/child/worker_scheduler.h", | 445 "platform/scheduler/child/worker_scheduler.h", |
| 414 "platform/scheduler/renderer/render_widget_scheduling_state.h", | 446 "platform/scheduler/renderer/render_widget_scheduling_state.h", |
| 415 "platform/scheduler/renderer/renderer_scheduler.h", | 447 "platform/scheduler/renderer/renderer_scheduler.h", |
| 416 "platform/scheduler/test/fake_renderer_scheduler.h", | 448 "platform/scheduler/test/fake_renderer_scheduler.h", |
| 417 "platform/scheduler/test/mock_renderer_scheduler.h", | 449 "platform/scheduler/test/mock_renderer_scheduler.h", |
| 418 "platform/scheduler/test/renderer_scheduler_test_support.h", | 450 "platform/scheduler/test/renderer_scheduler_test_support.h", |
| 419 "platform/scheduler/utility/webthread_impl_for_utility_thread.h", | 451 "platform/scheduler/utility/webthread_impl_for_utility_thread.h", |
| 420 "web/WebAXEnums.h", | 452 "web/WebAXEnums.h", |
| 421 "web/WebAXObject.h", | 453 "web/WebAXObject.h", |
| 422 "web/WebActiveWheelFlingParameters.h", | 454 "web/WebActiveWheelFlingParameters.h", |
| 423 "web/WebArrayBuffer.h", | 455 "web/WebArrayBuffer.h", |
| 424 "web/WebArrayBufferConverter.h", | 456 "web/WebArrayBufferConverter.h", |
| 425 "web/WebArrayBufferView.h", | 457 "web/WebArrayBufferView.h", |
| 458 "web/WebAssociatedURLLoader.h", |
| 459 "web/WebAssociatedURLLoaderClient.h", |
| 426 "web/WebAssociatedURLLoaderOptions.h", | 460 "web/WebAssociatedURLLoaderOptions.h", |
| 427 "web/WebAutofillClient.h", | 461 "web/WebAutofillClient.h", |
| 428 "web/WebBlob.h", | 462 "web/WebBlob.h", |
| 429 "web/WebCSSParser.h", | 463 "web/WebCSSParser.h", |
| 464 "web/WebClientRedirectPolicy.h", |
| 430 "web/WebColorChooser.h", | 465 "web/WebColorChooser.h", |
| 431 "web/WebColorChooserClient.h", | 466 "web/WebColorChooserClient.h", |
| 432 "web/WebColorSuggestion.h", | 467 "web/WebColorSuggestion.h", |
| 433 "web/WebCompositionUnderline.h", | 468 "web/WebCompositionUnderline.h", |
| 434 "web/WebConsoleMessage.h", | 469 "web/WebConsoleMessage.h", |
| 435 "web/WebContentSecurityPolicy.h", | 470 "web/WebContentSecurityPolicy.h", |
| 436 "web/WebContentSettingsClient.h", | 471 "web/WebContentSettingsClient.h", |
| 437 "web/WebContextMenuData.h", | 472 "web/WebContextMenuData.h", |
| 438 "web/WebCryptoNormalize.h", | 473 "web/WebCryptoNormalize.h", |
| 439 "web/WebCustomElement.h", | 474 "web/WebCustomElement.h", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 467 "web/WebFileChooserParams.h", | 502 "web/WebFileChooserParams.h", |
| 468 "web/WebFindOptions.h", | 503 "web/WebFindOptions.h", |
| 469 "web/WebFormControlElement.h", | 504 "web/WebFormControlElement.h", |
| 470 "web/WebFormElement.h", | 505 "web/WebFormElement.h", |
| 471 "web/WebFrame.h", | 506 "web/WebFrame.h", |
| 472 "web/WebFrameClient.h", | 507 "web/WebFrameClient.h", |
| 473 "web/WebFrameContentDumper.h", | 508 "web/WebFrameContentDumper.h", |
| 474 "web/WebFrameLoadType.h", | 509 "web/WebFrameLoadType.h", |
| 475 "web/WebFrameOwnerProperties.h", | 510 "web/WebFrameOwnerProperties.h", |
| 476 "web/WebFrameSerializer.h", | 511 "web/WebFrameSerializer.h", |
| 512 "web/WebFrameSerializerCacheControlPolicy.h", |
| 477 "web/WebFrameSerializerClient.h", | 513 "web/WebFrameSerializerClient.h", |
| 478 "web/WebFrameWidget.h", | 514 "web/WebFrameWidget.h", |
| 479 "web/WebHeap.h", | 515 "web/WebHeap.h", |
| 480 "web/WebHelperPlugin.h", | 516 "web/WebHelperPlugin.h", |
| 481 "web/WebHistoryCommitType.h", | 517 "web/WebHistoryCommitType.h", |
| 482 "web/WebHistoryItem.h", | 518 "web/WebHistoryItem.h", |
| 483 "web/WebHitTestResult.h", | 519 "web/WebHitTestResult.h", |
| 484 "web/WebIconURL.h", | 520 "web/WebIconURL.h", |
| 485 "web/WebImageCache.h", | 521 "web/WebImageCache.h", |
| 486 "web/WebImageDecoder.h", | 522 "web/WebImageDecoder.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 497 "web/WebMediaPlayerAction.h", | 533 "web/WebMediaPlayerAction.h", |
| 498 "web/WebMediaStreamRegistry.h", | 534 "web/WebMediaStreamRegistry.h", |
| 499 "web/WebMemoryStatistics.h", | 535 "web/WebMemoryStatistics.h", |
| 500 "web/WebMenuItemInfo.h", | 536 "web/WebMenuItemInfo.h", |
| 501 "web/WebMetaElement.h", | 537 "web/WebMetaElement.h", |
| 502 "web/WebNavigationPolicy.h", | 538 "web/WebNavigationPolicy.h", |
| 503 "web/WebNavigationType.h", | 539 "web/WebNavigationType.h", |
| 504 "web/WebNavigatorContentUtilsClient.h", | 540 "web/WebNavigatorContentUtilsClient.h", |
| 505 "web/WebNode.h", | 541 "web/WebNode.h", |
| 506 "web/WebOptionElement.h", | 542 "web/WebOptionElement.h", |
| 543 "web/WebPageImportanceSignals.h", |
| 507 "web/WebPagePopup.h", | 544 "web/WebPagePopup.h", |
| 508 "web/WebPepperSocket.h", | 545 "web/WebPepperSocket.h", |
| 509 "web/WebPepperSocketClient.h", | 546 "web/WebPepperSocketClient.h", |
| 510 "web/WebPerformance.h", | 547 "web/WebPerformance.h", |
| 511 "web/WebPlugin.h", | 548 "web/WebPlugin.h", |
| 512 "web/WebPluginAction.h", | 549 "web/WebPluginAction.h", |
| 513 "web/WebPluginContainer.h", | 550 "web/WebPluginContainer.h", |
| 514 "web/WebPluginDocument.h", | 551 "web/WebPluginDocument.h", |
| 515 "web/WebPluginParams.h", | 552 "web/WebPluginParams.h", |
| 516 "web/WebPluginScriptForbiddenScope.h", | 553 "web/WebPluginScriptForbiddenScope.h", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 538 "web/WebSelector.h", | 575 "web/WebSelector.h", |
| 539 "web/WebSerializedScriptValue.h", | 576 "web/WebSerializedScriptValue.h", |
| 540 "web/WebSerializedScriptValueVersion.h", | 577 "web/WebSerializedScriptValueVersion.h", |
| 541 "web/WebSettings.h", | 578 "web/WebSettings.h", |
| 542 "web/WebSharedWorker.h", | 579 "web/WebSharedWorker.h", |
| 543 "web/WebSharedWorkerClient.h", | 580 "web/WebSharedWorkerClient.h", |
| 544 "web/WebSharedWorkerConnectListener.h", | 581 "web/WebSharedWorkerConnectListener.h", |
| 545 "web/WebSharedWorkerCreationContextType.h", | 582 "web/WebSharedWorkerCreationContextType.h", |
| 546 "web/WebSharedWorkerCreationErrors.h", | 583 "web/WebSharedWorkerCreationErrors.h", |
| 547 "web/WebSharedWorkerRepositoryClient.h", | 584 "web/WebSharedWorkerRepositoryClient.h", |
| 585 "web/WebSourceLocation.h", |
| 548 "web/WebSpeechGrammar.h", | 586 "web/WebSpeechGrammar.h", |
| 549 "web/WebSpeechRecognitionHandle.h", | 587 "web/WebSpeechRecognitionHandle.h", |
| 550 "web/WebSpeechRecognitionParams.h", | 588 "web/WebSpeechRecognitionParams.h", |
| 551 "web/WebSpeechRecognitionResult.h", | 589 "web/WebSpeechRecognitionResult.h", |
| 552 "web/WebSpeechRecognizer.h", | 590 "web/WebSpeechRecognizer.h", |
| 553 "web/WebSpeechRecognizerClient.h", | 591 "web/WebSpeechRecognizerClient.h", |
| 554 "web/WebSpellCheckClient.h", | 592 "web/WebSpellCheckClient.h", |
| 555 "web/WebStorageEventDispatcher.h", | 593 "web/WebStorageEventDispatcher.h", |
| 556 "web/WebSurroundingText.h", | 594 "web/WebSurroundingText.h", |
| 557 "web/WebTestingSupport.h", | 595 "web/WebTestingSupport.h", |
| 558 "web/WebTextCheckingCompletion.h", | 596 "web/WebTextCheckingCompletion.h", |
| 559 "web/WebTextCheckingResult.h", | 597 "web/WebTextCheckingResult.h", |
| 560 "web/WebTextDecorationType.h", | 598 "web/WebTextDecorationType.h", |
| 561 "web/WebTextDirection.h", | 599 "web/WebTextDirection.h", |
| 600 "web/WebTextInputType.h", |
| 562 "web/WebTouchAction.h", | 601 "web/WebTouchAction.h", |
| 563 "web/WebTreeScopeType.h", | 602 "web/WebTreeScopeType.h", |
| 564 "web/WebUserGestureIndicator.h", | 603 "web/WebUserGestureIndicator.h", |
| 565 "web/WebUserGestureToken.h", | 604 "web/WebUserGestureToken.h", |
| 566 "web/WebUserMediaClient.h", | 605 "web/WebUserMediaClient.h", |
| 567 "web/WebUserMediaRequest.h", | 606 "web/WebUserMediaRequest.h", |
| 568 "web/WebView.h", | 607 "web/WebView.h", |
| 569 "web/WebViewClient.h", | 608 "web/WebViewClient.h", |
| 570 "web/WebWidget.h", | 609 "web/WebWidget.h", |
| 571 "web/WebWidgetClient.h", | 610 "web/WebWidgetClient.h", |
| 572 "web/WebWindowFeatures.h", | 611 "web/WebWindowFeatures.h", |
| 573 "web/WebWorkerContentSettingsClientProxy.h", | 612 "web/WebWorkerContentSettingsClientProxy.h", |
| 574 "web/linux/WebFontRendering.h", | 613 "web/linux/WebFontRendering.h", |
| 575 "web/mac/WebScrollbarTheme.h", | 614 "web/mac/WebScrollbarTheme.h", |
| 576 "web/mac/WebSubstringUtil.h", | 615 "web/mac/WebSubstringUtil.h", |
| 616 "web/mac/WebSubstringUtil.h", |
| 577 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 617 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 578 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 618 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 579 "web/win/WebFontRendering.h", | 619 "web/win/WebFontRendering.h", |
| 580 ] | 620 ] |
| 581 | 621 |
| 582 public_configs = [ | 622 public_configs = [ |
| 583 ":blink_headers_config", | 623 ":blink_headers_config", |
| 584 | 624 |
| 585 # Blink exposes icu headers in the public API. | 625 # Blink exposes icu headers in the public API. |
| 586 "//third_party/icu:icu_config", | 626 "//third_party/icu:icu_config", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 source_set("shared_typemap_traits") { | 798 source_set("shared_typemap_traits") { |
| 759 visibility = [ ":*" ] | 799 visibility = [ ":*" ] |
| 760 sources = [ | 800 sources = [ |
| 761 "web/ConsoleMessageStructTraits.cpp", | 801 "web/ConsoleMessageStructTraits.cpp", |
| 762 "web/ConsoleMessageStructTraits.h", | 802 "web/ConsoleMessageStructTraits.h", |
| 763 ] | 803 ] |
| 764 deps = [ | 804 deps = [ |
| 765 ":mojo_bindings_shared__generator", | 805 ":mojo_bindings_shared__generator", |
| 766 ] | 806 ] |
| 767 } | 807 } |
| OLD | NEW |