| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "platform/WebMediaStreamTrackSourcesRequest.h", | 138 "platform/WebMediaStreamTrackSourcesRequest.h", |
| 139 "platform/WebMemoryAllocatorDump.h", | 139 "platform/WebMemoryAllocatorDump.h", |
| 140 "platform/WebMemoryDumpProvider.h", | 140 "platform/WebMemoryDumpProvider.h", |
| 141 "platform/WebMemoryPressureLevel.h", | 141 "platform/WebMemoryPressureLevel.h", |
| 142 "platform/WebMessagePortChannel.h", | 142 "platform/WebMessagePortChannel.h", |
| 143 "platform/WebMessagePortChannelClient.h", | 143 "platform/WebMessagePortChannelClient.h", |
| 144 "platform/WebMimeRegistry.h", | 144 "platform/WebMimeRegistry.h", |
| 145 "platform/WebMockClipboard.h", | 145 "platform/WebMockClipboard.h", |
| 146 "platform/WebNativeScrollBehavior.h", | 146 "platform/WebNativeScrollBehavior.h", |
| 147 "platform/WebNonCopyable.h", | 147 "platform/WebNonCopyable.h", |
| 148 "platform/WebOriginTrialTokenStatus.h", |
| 148 "platform/WebPageVisibilityState.h", | 149 "platform/WebPageVisibilityState.h", |
| 149 "platform/WebPasswordCredential.h", | 150 "platform/WebPasswordCredential.h", |
| 150 "platform/WebPlatformEventListener.h", | 151 "platform/WebPlatformEventListener.h", |
| 151 "platform/WebPlatformEventType.h", | 152 "platform/WebPlatformEventType.h", |
| 152 "platform/WebPluginListBuilder.h", | 153 "platform/WebPluginListBuilder.h", |
| 153 "platform/WebPoint.h", | 154 "platform/WebPoint.h", |
| 154 "platform/WebPrerender.h", | 155 "platform/WebPrerender.h", |
| 155 "platform/WebPrerenderingSupport.h", | 156 "platform/WebPrerenderingSupport.h", |
| 156 "platform/WebPrescientNetworking.h", | 157 "platform/WebPrescientNetworking.h", |
| 157 "platform/WebPrivateOwnPtr.h", | 158 "platform/WebPrivateOwnPtr.h", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 492 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 493 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 494 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 494 "web/modules/webmidi/WebMIDIClient.h", | 495 "web/modules/webmidi/WebMIDIClient.h", |
| 495 "web/modules/webmidi/WebMIDIOptions.h", | 496 "web/modules/webmidi/WebMIDIOptions.h", |
| 496 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 497 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 497 "web/win/WebFontRendering.h", | 498 "web/win/WebFontRendering.h", |
| 498 ], | 499 ], |
| 499 }, | 500 }, |
| 500 } | 501 } |
| OLD | NEW |