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