| 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/callback/WebClosure.h", | 8 "platform/callback/WebClosure.h", |
| 9 "platform/Platform.h", | 9 "platform/Platform.h", |
| 10 "platform/FilePathConversion.h", | 10 "platform/FilePathConversion.h", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "platform/WebMediaPlayerSource.h", | 128 "platform/WebMediaPlayerSource.h", |
| 129 "platform/WebMediaRecorderHandler.h", | 129 "platform/WebMediaRecorderHandler.h", |
| 130 "platform/WebMediaRecorderHandlerClient.h", | 130 "platform/WebMediaRecorderHandlerClient.h", |
| 131 "platform/WebMediaSource.h", | 131 "platform/WebMediaSource.h", |
| 132 "platform/WebMediaStream.h", | 132 "platform/WebMediaStream.h", |
| 133 "platform/WebMediaStreamCenter.h", | 133 "platform/WebMediaStreamCenter.h", |
| 134 "platform/WebMediaStreamCenterClient.h", | 134 "platform/WebMediaStreamCenterClient.h", |
| 135 "platform/WebMediaStreamSource.h", | 135 "platform/WebMediaStreamSource.h", |
| 136 "platform/WebMediaStreamTrack.h", | 136 "platform/WebMediaStreamTrack.h", |
| 137 "platform/WebMediaStreamTrackSourcesRequest.h", | 137 "platform/WebMediaStreamTrackSourcesRequest.h", |
| 138 "platform/WebMemoryCoordinator.h", | |
| 139 "platform/WebMemoryPressureLevel.h", | 138 "platform/WebMemoryPressureLevel.h", |
| 140 "platform/WebMessagePortChannel.h", | 139 "platform/WebMessagePortChannel.h", |
| 141 "platform/WebMessagePortChannelClient.h", | 140 "platform/WebMessagePortChannelClient.h", |
| 142 "platform/WebMimeRegistry.h", | 141 "platform/WebMimeRegistry.h", |
| 143 "platform/WebMixedContent.h", | 142 "platform/WebMixedContent.h", |
| 144 "platform/WebMockClipboard.h", | 143 "platform/WebMockClipboard.h", |
| 145 "platform/WebNativeScrollBehavior.h", | 144 "platform/WebNativeScrollBehavior.h", |
| 146 "platform/WebNavigationHintType.h", | 145 "platform/WebNavigationHintType.h", |
| 147 "platform/WebNonCopyable.h", | 146 "platform/WebNonCopyable.h", |
| 148 "platform/WebOriginTrialTokenStatus.h", | 147 "platform/WebOriginTrialTokenStatus.h", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "web/WebInputEvent.h", | 395 "web/WebInputEvent.h", |
| 397 "web/WebKit.h", | 396 "web/WebKit.h", |
| 398 "web/WebLabelElement.h", | 397 "web/WebLabelElement.h", |
| 399 "web/WebLeakDetector.h", | 398 "web/WebLeakDetector.h", |
| 400 "web/WebLocalFrame.h", | 399 "web/WebLocalFrame.h", |
| 401 "web/WebMeaningfulLayout.h", | 400 "web/WebMeaningfulLayout.h", |
| 402 "web/WebMediaDeviceChangeObserver.h", | 401 "web/WebMediaDeviceChangeObserver.h", |
| 403 "web/WebMediaDevicesRequest.h", | 402 "web/WebMediaDevicesRequest.h", |
| 404 "web/WebMediaPlayerAction.h", | 403 "web/WebMediaPlayerAction.h", |
| 405 "web/WebMediaStreamRegistry.h", | 404 "web/WebMediaStreamRegistry.h", |
| 405 "web/WebMemoryCoordinator.h", |
| 406 "web/WebMenuItemInfo.h", | 406 "web/WebMenuItemInfo.h", |
| 407 "web/WebMetaElement.h", | 407 "web/WebMetaElement.h", |
| 408 "web/WebNavigationPolicy.h", | 408 "web/WebNavigationPolicy.h", |
| 409 "web/WebNavigationType.h", | 409 "web/WebNavigationType.h", |
| 410 "web/WebNavigatorContentUtilsClient.h", | 410 "web/WebNavigatorContentUtilsClient.h", |
| 411 "web/WebNetworkStateNotifier.h", | 411 "web/WebNetworkStateNotifier.h", |
| 412 "web/WebNode.h", | 412 "web/WebNode.h", |
| 413 "web/WebOptionElement.h", | 413 "web/WebOptionElement.h", |
| 414 "web/WebPagePopup.h", | 414 "web/WebPagePopup.h", |
| 415 "web/WebPepperSocket.h", | 415 "web/WebPepperSocket.h", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 "web/mac/WebScrollbarTheme.h", | 484 "web/mac/WebScrollbarTheme.h", |
| 485 "web/mac/WebSubstringUtil.h", | 485 "web/mac/WebSubstringUtil.h", |
| 486 "web/modules/notifications/WebNotificationPermissionCallback.h", | 486 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 487 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 487 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 488 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 488 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 489 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 489 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 490 "web/win/WebFontRendering.h", | 490 "web/win/WebFontRendering.h", |
| 491 ], | 491 ], |
| 492 }, | 492 }, |
| 493 } | 493 } |
| OLD | NEW |