| 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/FilePathConversion.h", | 9 "platform/FilePathConversion.h", |
| 10 "platform/URLConversion.h", | 10 "platform/URLConversion.h", |
| 11 "platform/WebApiKeyValidator.h", | 11 "platform/WebApiKeyValidator.h", |
| 12 "platform/WebApplicationCacheHost.h", | 12 "platform/WebApplicationCacheHost.h", |
| 13 "platform/WebApplicationCacheHostClient.h", | 13 "platform/WebApplicationCacheHostClient.h", |
| 14 "platform/WebAudioBus.h", | 14 "platform/WebAudioBus.h", |
| 15 "platform/WebAudioDestinationConsumer.h", | 15 "platform/WebAudioDestinationConsumer.h", |
| 16 "platform/WebAudioDevice.h", | 16 "platform/WebAudioDevice.h", |
| 17 "platform/WebAudioSourceProvider.h", | 17 "platform/WebAudioSourceProvider.h", |
| 18 "platform/WebAudioSourceProviderClient.h", | 18 "platform/WebAudioSourceProviderClient.h", |
| 19 "platform/WebBatteryStatus.h", |
| 20 "platform/WebBatteryStatusListener.h", |
| 19 "platform/WebBlendMode.h", | 21 "platform/WebBlendMode.h", |
| 20 "platform/WebBlobData.h", | 22 "platform/WebBlobData.h", |
| 21 "platform/WebBlobInfo.h", | 23 "platform/WebBlobInfo.h", |
| 22 "platform/WebBlobRegistry.h", | 24 "platform/WebBlobRegistry.h", |
| 23 "platform/WebCString.h", | 25 "platform/WebCString.h", |
| 24 "platform/WebCallbacks.h", | 26 "platform/WebCallbacks.h", |
| 25 "platform/WebCanvas.h", | 27 "platform/WebCanvas.h", |
| 26 "platform/WebCanvasCaptureHandler.h", | 28 "platform/WebCanvasCaptureHandler.h", |
| 27 "platform/WebCircularGeofencingRegion.h", | 29 "platform/WebCircularGeofencingRegion.h", |
| 28 "platform/WebClipboard.h", | 30 "platform/WebClipboard.h", |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 505 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 504 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 506 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 505 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 507 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 506 "web/modules/webmidi/WebMIDIClient.h", | 508 "web/modules/webmidi/WebMIDIClient.h", |
| 507 "web/modules/webmidi/WebMIDIOptions.h", | 509 "web/modules/webmidi/WebMIDIOptions.h", |
| 508 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 510 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 509 "web/win/WebFontRendering.h", | 511 "web/win/WebFontRendering.h", |
| 510 ], | 512 ], |
| 511 }, | 513 }, |
| 512 } | 514 } |
| OLD | NEW |