| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/WebScrollOffsetAnimationCurve.h", | 190 "platform/WebScrollOffsetAnimationCurve.h", |
| 191 "platform/WebScrollbar.h", | 191 "platform/WebScrollbar.h", |
| 192 "platform/WebScrollbarBehavior.h", | 192 "platform/WebScrollbarBehavior.h", |
| 193 "platform/WebScrollbarButtonsPlacement.h", | 193 "platform/WebScrollbarButtonsPlacement.h", |
| 194 "platform/WebScrollbarLayer.h", | 194 "platform/WebScrollbarLayer.h", |
| 195 "platform/WebScrollbarThemeGeometry.h", | 195 "platform/WebScrollbarThemeGeometry.h", |
| 196 "platform/WebScrollbarThemePainter.h", | 196 "platform/WebScrollbarThemePainter.h", |
| 197 "platform/WebScrollStateData.h", | |
| 198 "platform/WebSecurityOrigin.h", | 197 "platform/WebSecurityOrigin.h", |
| 199 "platform/WebSelectionBound.h", | 198 "platform/WebSelectionBound.h", |
| 200 "platform/WebSetSinkIdCallbacks.h", | 199 "platform/WebSetSinkIdCallbacks.h", |
| 201 "platform/WebSize.h", | 200 "platform/WebSize.h", |
| 202 "platform/WebSourceBuffer.h", | 201 "platform/WebSourceBuffer.h", |
| 203 "platform/WebSourceBufferClient.h", | 202 "platform/WebSourceBufferClient.h", |
| 204 "platform/WebSourceInfo.h", | 203 "platform/WebSourceInfo.h", |
| 205 "platform/WebSpeechSynthesisUtterance.h", | 204 "platform/WebSpeechSynthesisUtterance.h", |
| 206 "platform/WebSpeechSynthesisVoice.h", | 205 "platform/WebSpeechSynthesisVoice.h", |
| 207 "platform/WebSpeechSynthesizer.h", | 206 "platform/WebSpeechSynthesizer.h", |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 518 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 520 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 519 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 521 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 520 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 522 "web/modules/webmidi/WebMIDIClient.h", | 521 "web/modules/webmidi/WebMIDIClient.h", |
| 523 "web/modules/webmidi/WebMIDIOptions.h", | 522 "web/modules/webmidi/WebMIDIOptions.h", |
| 524 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 523 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 525 "web/win/WebFontRendering.h", | 524 "web/win/WebFontRendering.h", |
| 526 ], | 525 ], |
| 527 }, | 526 }, |
| 528 } | 527 } |
| OLD | NEW |