| 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/callback/WebClosure.h", | 8 "platform/callback/WebClosure.h", |
| 9 "platform/Platform.h", | 9 "platform/Platform.h", |
| 10 "platform/FilePathConversion.h", | 10 "platform/FilePathConversion.h", |
| 11 "platform/ServiceRegistry.h", | 11 "platform/InterfaceProvider.h", |
| 12 "platform/URLConversion.h", | 12 "platform/URLConversion.h", |
| 13 "platform/UserMetricsAction.h", | 13 "platform/UserMetricsAction.h", |
| 14 "platform/WebAddressSpace.h", | 14 "platform/WebAddressSpace.h", |
| 15 "platform/WebApiKeyValidator.h", | 15 "platform/WebApiKeyValidator.h", |
| 16 "platform/WebApplicationCacheHost.h", | 16 "platform/WebApplicationCacheHost.h", |
| 17 "platform/WebApplicationCacheHostClient.h", | 17 "platform/WebApplicationCacheHostClient.h", |
| 18 "platform/WebAudioBus.h", | 18 "platform/WebAudioBus.h", |
| 19 "platform/WebAudioDestinationConsumer.h", | 19 "platform/WebAudioDestinationConsumer.h", |
| 20 "platform/WebAudioDevice.h", | 20 "platform/WebAudioDevice.h", |
| 21 "platform/WebAudioSourceProvider.h", | 21 "platform/WebAudioSourceProvider.h", |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "web/mac/WebScrollbarTheme.h", | 473 "web/mac/WebScrollbarTheme.h", |
| 474 "web/mac/WebSubstringUtil.h", | 474 "web/mac/WebSubstringUtil.h", |
| 475 "web/modules/notifications/WebNotificationPermissionCallback.h", | 475 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 479 "web/win/WebFontRendering.h", | 479 "web/win/WebFontRendering.h", |
| 480 ], | 480 ], |
| 481 }, | 481 }, |
| 482 } | 482 } |
| OLD | NEW |