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/Platform.h", | 8 "platform/Platform.h", |
9 "platform/WebApplicationCacheHost.h", | 9 "platform/WebApplicationCacheHost.h", |
10 "platform/WebApplicationCacheHostClient.h", | 10 "platform/WebApplicationCacheHostClient.h", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "platform/WebFilterKeyframe.h", | 91 "platform/WebFilterKeyframe.h", |
92 "platform/WebFilterOperations.h", | 92 "platform/WebFilterOperations.h", |
93 "platform/WebFlingAnimator.h", | 93 "platform/WebFlingAnimator.h", |
94 "platform/WebFloatAnimationCurve.h", | 94 "platform/WebFloatAnimationCurve.h", |
95 "platform/WebFloatKeyframe.h", | 95 "platform/WebFloatKeyframe.h", |
96 "platform/WebFloatPoint.h", | 96 "platform/WebFloatPoint.h", |
97 "platform/WebFloatPoint3D.h", | 97 "platform/WebFloatPoint3D.h", |
98 "platform/WebFloatRect.h", | 98 "platform/WebFloatRect.h", |
99 "platform/WebFloatSize.h", | 99 "platform/WebFloatSize.h", |
100 "platform/WebFocusType.h", | 100 "platform/WebFocusType.h", |
| 101 "platform/WebFrameHostScheduler.h", |
101 "platform/WebFrameScheduler.h", | 102 "platform/WebFrameScheduler.h", |
102 "platform/WebFrameTimingEvent.h", | 103 "platform/WebFrameTimingEvent.h", |
103 "platform/WebGamepad.h", | 104 "platform/WebGamepad.h", |
104 "platform/WebGamepadListener.h", | 105 "platform/WebGamepadListener.h", |
105 "platform/WebGamepads.h", | 106 "platform/WebGamepads.h", |
106 "platform/WebGeofencingError.h", | 107 "platform/WebGeofencingError.h", |
107 "platform/WebGeofencingEventType.h", | 108 "platform/WebGeofencingEventType.h", |
108 "platform/WebGeofencingProvider.h", | 109 "platform/WebGeofencingProvider.h", |
109 "platform/WebGeofencingRegistration.h", | 110 "platform/WebGeofencingRegistration.h", |
110 "platform/WebGestureCurve.h", | 111 "platform/WebGestureCurve.h", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "platform/WebMediaStreamCenterClient.h", | 146 "platform/WebMediaStreamCenterClient.h", |
146 "platform/WebMediaStreamSource.h", | 147 "platform/WebMediaStreamSource.h", |
147 "platform/WebMediaStreamTrack.h", | 148 "platform/WebMediaStreamTrack.h", |
148 "platform/WebMediaStreamTrackSourcesRequest.h", | 149 "platform/WebMediaStreamTrackSourcesRequest.h", |
149 "platform/WebMemoryAllocatorDump.h", | 150 "platform/WebMemoryAllocatorDump.h", |
150 "platform/WebMemoryDumpProvider.h", | 151 "platform/WebMemoryDumpProvider.h", |
151 "platform/WebMessagePortChannel.h", | 152 "platform/WebMessagePortChannel.h", |
152 "platform/WebMessagePortChannelClient.h", | 153 "platform/WebMessagePortChannelClient.h", |
153 "platform/WebMimeRegistry.h", | 154 "platform/WebMimeRegistry.h", |
154 "platform/WebNonCopyable.h", | 155 "platform/WebNonCopyable.h", |
155 "platform/WebPageScheduler.h", | |
156 "platform/WebPageVisibilityState.h", | 156 "platform/WebPageVisibilityState.h", |
157 "platform/WebPasswordCredential.h", | 157 "platform/WebPasswordCredential.h", |
158 "platform/WebPlatformEventListener.h", | 158 "platform/WebPlatformEventListener.h", |
159 "platform/WebPlatformEventType.h", | 159 "platform/WebPlatformEventType.h", |
160 "platform/WebPluginListBuilder.h", | 160 "platform/WebPluginListBuilder.h", |
161 "platform/WebPoint.h", | 161 "platform/WebPoint.h", |
162 "platform/WebPrerender.h", | 162 "platform/WebPrerender.h", |
163 "platform/WebPrerenderingSupport.h", | 163 "platform/WebPrerenderingSupport.h", |
164 "platform/WebPrescientNetworking.h", | 164 "platform/WebPrescientNetworking.h", |
165 "platform/WebPrivateOwnPtr.h", | 165 "platform/WebPrivateOwnPtr.h", |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 "web/WebWorkerContentSettingsClientProxy.h", | 516 "web/WebWorkerContentSettingsClientProxy.h", |
517 "web/default/WebRenderTheme.h", | 517 "web/default/WebRenderTheme.h", |
518 "web/linux/WebFontRendering.h", | 518 "web/linux/WebFontRendering.h", |
519 "web/mac/WebScrollbarTheme.h", | 519 "web/mac/WebScrollbarTheme.h", |
520 "web/mac/WebSubstringUtil.h", | 520 "web/mac/WebSubstringUtil.h", |
521 "web/modules/notifications/WebNotificationPermissionCallback.h", | 521 "web/modules/notifications/WebNotificationPermissionCallback.h", |
522 "web/win/WebFontRendering.h", | 522 "web/win/WebFontRendering.h", |
523 ], | 523 ], |
524 }, | 524 }, |
525 } | 525 } |
OLD | NEW |