| 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/WebApplicationCacheHost.h", | 9 "platform/WebApplicationCacheHost.h", |
| 10 "platform/WebApplicationCacheHostClient.h", | 10 "platform/WebApplicationCacheHostClient.h", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "platform/WebGraphicsContext3DProvider.h", | 112 "platform/WebGraphicsContext3DProvider.h", |
| 113 "platform/WebHTTPBody.h", | 113 "platform/WebHTTPBody.h", |
| 114 "platform/WebHTTPHeaderVisitor.h", | 114 "platform/WebHTTPHeaderVisitor.h", |
| 115 "platform/WebHTTPLoadInfo.h", | 115 "platform/WebHTTPLoadInfo.h", |
| 116 "platform/WebHistoryScrollRestorationType.h", | 116 "platform/WebHistoryScrollRestorationType.h", |
| 117 "platform/WebImage.h", | 117 "platform/WebImage.h", |
| 118 "platform/WebImageGenerator.h", | 118 "platform/WebImageGenerator.h", |
| 119 "platform/WebImageLayer.h", | 119 "platform/WebImageLayer.h", |
| 120 "platform/WebInbandTextTrack.h", | 120 "platform/WebInbandTextTrack.h", |
| 121 "platform/WebInbandTextTrackClient.h", | 121 "platform/WebInbandTextTrackClient.h", |
| 122 "platform/WebInputEventResult.h", |
| 122 "platform/WebLayer.h", | 123 "platform/WebLayer.h", |
| 123 "platform/WebLayerPositionConstraint.h", | 124 "platform/WebLayerPositionConstraint.h", |
| 124 "platform/WebLayerScrollClient.h", | 125 "platform/WebLayerScrollClient.h", |
| 125 "platform/WebLayerTreeView.h", | 126 "platform/WebLayerTreeView.h", |
| 126 "platform/WebLayoutAndPaintAsyncCallback.h", | 127 "platform/WebLayoutAndPaintAsyncCallback.h", |
| 127 "platform/WebLocalizedString.h", | 128 "platform/WebLocalizedString.h", |
| 128 "platform/WebMIDIAccessor.h", | 129 "platform/WebMIDIAccessor.h", |
| 129 "platform/WebMIDIAccessorClient.h", | 130 "platform/WebMIDIAccessorClient.h", |
| 130 "platform/WebMediaConstraints.h", | 131 "platform/WebMediaConstraints.h", |
| 131 "platform/WebMediaDeviceInfo.h", | 132 "platform/WebMediaDeviceInfo.h", |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 "web/mac/WebScrollbarTheme.h", | 506 "web/mac/WebScrollbarTheme.h", |
| 506 "web/mac/WebSubstringUtil.h", | 507 "web/mac/WebSubstringUtil.h", |
| 507 "web/modules/notifications/WebNotificationPermissionCallback.h", | 508 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 508 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 509 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 509 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 510 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 510 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 511 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 511 "web/win/WebFontRendering.h", | 512 "web/win/WebFontRendering.h", |
| 512 ], | 513 ], |
| 513 }, | 514 }, |
| 514 } | 515 } |
| OLD | NEW |