| 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", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "platform/WebHTTPBody.h", | 102 "platform/WebHTTPBody.h", |
| 103 "platform/WebHTTPHeaderVisitor.h", | 103 "platform/WebHTTPHeaderVisitor.h", |
| 104 "platform/WebHTTPLoadInfo.h", | 104 "platform/WebHTTPLoadInfo.h", |
| 105 "platform/WebHistoryScrollRestorationType.h", | 105 "platform/WebHistoryScrollRestorationType.h", |
| 106 "platform/WebImage.h", | 106 "platform/WebImage.h", |
| 107 "platform/WebImageGenerator.h", | 107 "platform/WebImageGenerator.h", |
| 108 "platform/WebImageLayer.h", | 108 "platform/WebImageLayer.h", |
| 109 "platform/WebInbandTextTrack.h", | 109 "platform/WebInbandTextTrack.h", |
| 110 "platform/WebInbandTextTrackClient.h", | 110 "platform/WebInbandTextTrackClient.h", |
| 111 "platform/WebInputEventResult.h", | 111 "platform/WebInputEventResult.h", |
| 112 "platform/WebInsecureRequestPolicy.h", |
| 112 "platform/WebLayer.h", | 113 "platform/WebLayer.h", |
| 113 "platform/WebLayerPositionConstraint.h", | 114 "platform/WebLayerPositionConstraint.h", |
| 114 "platform/WebLayerScrollClient.h", | 115 "platform/WebLayerScrollClient.h", |
| 115 "platform/WebLayerTreeView.h", | 116 "platform/WebLayerTreeView.h", |
| 116 "platform/WebLayoutAndPaintAsyncCallback.h", | 117 "platform/WebLayoutAndPaintAsyncCallback.h", |
| 117 "platform/WebLocalizedString.h", | 118 "platform/WebLocalizedString.h", |
| 118 "platform/WebMediaConstraints.h", | 119 "platform/WebMediaConstraints.h", |
| 119 "platform/WebMediaDeviceInfo.h", | 120 "platform/WebMediaDeviceInfo.h", |
| 120 "platform/WebMediaKeySystemConfiguration.h", | 121 "platform/WebMediaKeySystemConfiguration.h", |
| 121 "platform/WebMediaKeySystemMediaCapability.h", | 122 "platform/WebMediaKeySystemMediaCapability.h", |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 479 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 479 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 480 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 480 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 481 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 481 "web/modules/webmidi/WebMIDIClient.h", | 482 "web/modules/webmidi/WebMIDIClient.h", |
| 482 "web/modules/webmidi/WebMIDIOptions.h", | 483 "web/modules/webmidi/WebMIDIOptions.h", |
| 483 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 484 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 484 "web/win/WebFontRendering.h", | 485 "web/win/WebFontRendering.h", |
| 485 ], | 486 ], |
| 486 }, | 487 }, |
| 487 } | 488 } |
| OLD | NEW |