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/WebApplicationCacheHost.h", | 10 "platform/WebApplicationCacheHost.h", |
10 "platform/WebApplicationCacheHostClient.h", | 11 "platform/WebApplicationCacheHostClient.h", |
11 "platform/WebAudioBus.h", | 12 "platform/WebAudioBus.h", |
12 "platform/WebAudioDestinationConsumer.h", | 13 "platform/WebAudioDestinationConsumer.h", |
13 "platform/WebAudioDevice.h", | 14 "platform/WebAudioDevice.h", |
14 "platform/WebAudioSourceProvider.h", | 15 "platform/WebAudioSourceProvider.h", |
15 "platform/WebAudioSourceProviderClient.h", | 16 "platform/WebAudioSourceProviderClient.h", |
16 "platform/WebBatteryStatus.h", | 17 "platform/WebBatteryStatus.h", |
17 "platform/WebBatteryStatusListener.h", | 18 "platform/WebBatteryStatusListener.h", |
18 "platform/WebBlendMode.h", | 19 "platform/WebBlendMode.h", |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 "web/mac/WebScrollbarTheme.h", | 521 "web/mac/WebScrollbarTheme.h", |
521 "web/mac/WebSubstringUtil.h", | 522 "web/mac/WebSubstringUtil.h", |
522 "web/modules/notifications/WebNotificationPermissionCallback.h", | 523 "web/modules/notifications/WebNotificationPermissionCallback.h", |
523 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 524 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
524 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 525 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
525 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 526 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
526 "web/win/WebFontRendering.h", | 527 "web/win/WebFontRendering.h", |
527 ], | 528 ], |
528 }, | 529 }, |
529 } | 530 } |
OLD | NEW |