| 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/UserMetricsAction.h", | 11 "platform/UserMetricsAction.h", |
| 12 "platform/WebAddressSpace.h", |
| 12 "platform/WebApiKeyValidator.h", | 13 "platform/WebApiKeyValidator.h", |
| 13 "platform/WebApplicationCacheHost.h", | 14 "platform/WebApplicationCacheHost.h", |
| 14 "platform/WebApplicationCacheHostClient.h", | 15 "platform/WebApplicationCacheHostClient.h", |
| 15 "platform/WebAudioBus.h", | 16 "platform/WebAudioBus.h", |
| 16 "platform/WebAudioDestinationConsumer.h", | 17 "platform/WebAudioDestinationConsumer.h", |
| 17 "platform/WebAudioDevice.h", | 18 "platform/WebAudioDevice.h", |
| 18 "platform/WebAudioSourceProvider.h", | 19 "platform/WebAudioSourceProvider.h", |
| 19 "platform/WebAudioSourceProviderClient.h", | 20 "platform/WebAudioSourceProviderClient.h", |
| 20 "platform/WebBlendMode.h", | 21 "platform/WebBlendMode.h", |
| 21 "platform/WebBlobData.h", | 22 "platform/WebBlobData.h", |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 501 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 501 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 502 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 502 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 503 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 503 "web/modules/webmidi/WebMIDIClient.h", | 504 "web/modules/webmidi/WebMIDIClient.h", |
| 504 "web/modules/webmidi/WebMIDIOptions.h", | 505 "web/modules/webmidi/WebMIDIOptions.h", |
| 505 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 506 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 506 "web/win/WebFontRendering.h", | 507 "web/win/WebFontRendering.h", |
| 507 ], | 508 ], |
| 508 }, | 509 }, |
| 509 } | 510 } |
| OLD | NEW |