| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "platform/WebMediaStreamCenterClient.h", | 130 "platform/WebMediaStreamCenterClient.h", |
| 131 "platform/WebMediaStreamSource.h", | 131 "platform/WebMediaStreamSource.h", |
| 132 "platform/WebMediaStreamTrack.h", | 132 "platform/WebMediaStreamTrack.h", |
| 133 "platform/WebMediaStreamTrackSourcesRequest.h", | 133 "platform/WebMediaStreamTrackSourcesRequest.h", |
| 134 "platform/WebMemoryPressureLevel.h", | 134 "platform/WebMemoryPressureLevel.h", |
| 135 "platform/WebMessagePortChannel.h", | 135 "platform/WebMessagePortChannel.h", |
| 136 "platform/WebMessagePortChannelClient.h", | 136 "platform/WebMessagePortChannelClient.h", |
| 137 "platform/WebMimeRegistry.h", | 137 "platform/WebMimeRegistry.h", |
| 138 "platform/WebMockClipboard.h", | 138 "platform/WebMockClipboard.h", |
| 139 "platform/WebNativeScrollBehavior.h", | 139 "platform/WebNativeScrollBehavior.h", |
| 140 "platform/WebNavigationHintType.h", |
| 140 "platform/WebNonCopyable.h", | 141 "platform/WebNonCopyable.h", |
| 141 "platform/WebOriginTrialTokenStatus.h", | 142 "platform/WebOriginTrialTokenStatus.h", |
| 142 "platform/WebPageVisibilityState.h", | 143 "platform/WebPageVisibilityState.h", |
| 143 "platform/WebPasswordCredential.h", | 144 "platform/WebPasswordCredential.h", |
| 144 "platform/WebPlatformEventListener.h", | 145 "platform/WebPlatformEventListener.h", |
| 145 "platform/WebPlatformEventType.h", | 146 "platform/WebPlatformEventType.h", |
| 146 "platform/WebPluginListBuilder.h", | 147 "platform/WebPluginListBuilder.h", |
| 147 "platform/WebPoint.h", | 148 "platform/WebPoint.h", |
| 148 "platform/WebPrerender.h", | 149 "platform/WebPrerender.h", |
| 149 "platform/WebPrerenderingSupport.h", | 150 "platform/WebPrerenderingSupport.h", |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 479 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 479 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 480 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 480 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 481 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 481 "web/modules/webmidi/WebMIDIClient.h", | 482 "web/modules/webmidi/WebMIDIClient.h", |
| 482 "web/modules/webmidi/WebMIDIOptions.h", | 483 "web/modules/webmidi/WebMIDIOptions.h", |
| 483 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 484 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 484 "web/win/WebFontRendering.h", | 485 "web/win/WebFontRendering.h", |
| 485 ], | 486 ], |
| 486 }, | 487 }, |
| 487 } | 488 } |
| OLD | NEW |