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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "platform/WebMediaStreamCenterClient.h", | 136 "platform/WebMediaStreamCenterClient.h", |
137 "platform/WebMediaStreamSource.h", | 137 "platform/WebMediaStreamSource.h", |
138 "platform/WebMediaStreamTrack.h", | 138 "platform/WebMediaStreamTrack.h", |
139 "platform/WebMediaStreamTrackSourcesRequest.h", | 139 "platform/WebMediaStreamTrackSourcesRequest.h", |
140 "platform/WebMemoryAllocatorDump.h", | 140 "platform/WebMemoryAllocatorDump.h", |
141 "platform/WebMemoryDumpProvider.h", | 141 "platform/WebMemoryDumpProvider.h", |
142 "platform/WebMemoryPressureLevel.h", | 142 "platform/WebMemoryPressureLevel.h", |
143 "platform/WebMessagePortChannel.h", | 143 "platform/WebMessagePortChannel.h", |
144 "platform/WebMessagePortChannelClient.h", | 144 "platform/WebMessagePortChannelClient.h", |
145 "platform/WebMimeRegistry.h", | 145 "platform/WebMimeRegistry.h", |
| 146 "platform/WebMockClipboard.h", |
146 "platform/WebNativeScrollBehavior.h", | 147 "platform/WebNativeScrollBehavior.h", |
147 "platform/WebNonCopyable.h", | 148 "platform/WebNonCopyable.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", |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 500 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
500 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 501 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
501 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 502 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
502 "web/modules/webmidi/WebMIDIClient.h", | 503 "web/modules/webmidi/WebMIDIClient.h", |
503 "web/modules/webmidi/WebMIDIOptions.h", | 504 "web/modules/webmidi/WebMIDIOptions.h", |
504 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 505 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
505 "web/win/WebFontRendering.h", | 506 "web/win/WebFontRendering.h", |
506 ], | 507 ], |
507 }, | 508 }, |
508 } | 509 } |
OLD | NEW |