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", |
11 "platform/WebApplicationCacheHost.h", | 11 "platform/WebApplicationCacheHost.h", |
12 "platform/WebApplicationCacheHostClient.h", | 12 "platform/WebApplicationCacheHostClient.h", |
13 "platform/WebAudioBus.h", | 13 "platform/WebAudioBus.h", |
14 "platform/WebAudioDestinationConsumer.h", | 14 "platform/WebAudioDestinationConsumer.h", |
15 "platform/WebAudioDevice.h", | 15 "platform/WebAudioDevice.h", |
16 "platform/WebAudioSourceProvider.h", | 16 "platform/WebAudioSourceProvider.h", |
17 "platform/WebAudioSourceProviderClient.h", | 17 "platform/WebAudioSourceProviderClient.h", |
18 "platform/WebBatteryStatus.h", | |
19 "platform/WebBatteryStatusListener.h", | |
20 "platform/WebBlendMode.h", | 18 "platform/WebBlendMode.h", |
21 "platform/WebBlobData.h", | 19 "platform/WebBlobData.h", |
22 "platform/WebBlobInfo.h", | 20 "platform/WebBlobInfo.h", |
23 "platform/WebBlobRegistry.h", | 21 "platform/WebBlobRegistry.h", |
24 "platform/WebCString.h", | 22 "platform/WebCString.h", |
25 "platform/WebCallbacks.h", | 23 "platform/WebCallbacks.h", |
26 "platform/WebCanvas.h", | 24 "platform/WebCanvas.h", |
27 "platform/WebCanvasCaptureHandler.h", | 25 "platform/WebCanvasCaptureHandler.h", |
28 "platform/WebCircularGeofencingRegion.h", | 26 "platform/WebCircularGeofencingRegion.h", |
29 "platform/WebClipboard.h", | 27 "platform/WebClipboard.h", |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 517 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
520 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 518 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
521 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 519 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
522 "web/modules/webmidi/WebMIDIClient.h", | 520 "web/modules/webmidi/WebMIDIClient.h", |
523 "web/modules/webmidi/WebMIDIOptions.h", | 521 "web/modules/webmidi/WebMIDIOptions.h", |
524 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 522 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
525 "web/win/WebFontRendering.h", | 523 "web/win/WebFontRendering.h", |
526 ], | 524 ], |
527 }, | 525 }, |
528 } | 526 } |
OLD | NEW |