| 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/URLConversion.h", | 9 "platform/URLConversion.h", |
| 10 "platform/WebApiKeyValidator.h", | 10 "platform/WebApiKeyValidator.h", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "platform/WebRTCSessionDescription.h", | 180 "platform/WebRTCSessionDescription.h", |
| 181 "platform/WebRTCSessionDescriptionRequest.h", | 181 "platform/WebRTCSessionDescriptionRequest.h", |
| 182 "platform/WebRTCStatsRequest.h", | 182 "platform/WebRTCStatsRequest.h", |
| 183 "platform/WebRTCStatsResponse.h", | 183 "platform/WebRTCStatsResponse.h", |
| 184 "platform/WebRTCVoidRequest.h", | 184 "platform/WebRTCVoidRequest.h", |
| 185 "platform/WebRect.h", | 185 "platform/WebRect.h", |
| 186 "platform/WebReferrerPolicy.h", | 186 "platform/WebReferrerPolicy.h", |
| 187 "platform/WebRenderingStats.h", | 187 "platform/WebRenderingStats.h", |
| 188 "platform/WebScheduler.h", | 188 "platform/WebScheduler.h", |
| 189 "platform/WebScreenInfo.h", | 189 "platform/WebScreenInfo.h", |
| 190 "platform/WebScrollBlocksOn.h", | |
| 191 "platform/WebScrollOffsetAnimationCurve.h", | 190 "platform/WebScrollOffsetAnimationCurve.h", |
| 192 "platform/WebScrollbar.h", | 191 "platform/WebScrollbar.h", |
| 193 "platform/WebScrollbarBehavior.h", | 192 "platform/WebScrollbarBehavior.h", |
| 194 "platform/WebScrollbarButtonsPlacement.h", | 193 "platform/WebScrollbarButtonsPlacement.h", |
| 195 "platform/WebScrollbarLayer.h", | 194 "platform/WebScrollbarLayer.h", |
| 196 "platform/WebScrollbarThemeGeometry.h", | 195 "platform/WebScrollbarThemeGeometry.h", |
| 197 "platform/WebScrollbarThemePainter.h", | 196 "platform/WebScrollbarThemePainter.h", |
| 198 "platform/WebScrollStateData.h", | 197 "platform/WebScrollStateData.h", |
| 199 "platform/WebSecurityOrigin.h", | 198 "platform/WebSecurityOrigin.h", |
| 200 "platform/WebSelectionBound.h", | 199 "platform/WebSelectionBound.h", |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 522 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 524 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 523 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 525 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 524 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 526 "web/modules/webmidi/WebMIDIClient.h", | 525 "web/modules/webmidi/WebMIDIClient.h", |
| 527 "web/modules/webmidi/WebMIDIOptions.h", | 526 "web/modules/webmidi/WebMIDIOptions.h", |
| 528 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 527 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 529 "web/win/WebFontRendering.h", | 528 "web/win/WebFontRendering.h", |
| 530 ], | 529 ], |
| 531 }, | 530 }, |
| 532 } | 531 } |
| OLD | NEW |