| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "platform/WebRTCDataChannelHandler.h", | 165 "platform/WebRTCDataChannelHandler.h", |
| 166 "platform/WebRTCDataChannelHandlerClient.h", | 166 "platform/WebRTCDataChannelHandlerClient.h", |
| 167 "platform/WebRTCDataChannelInit.h", | 167 "platform/WebRTCDataChannelInit.h", |
| 168 "platform/WebRTCICECandidate.h", | 168 "platform/WebRTCICECandidate.h", |
| 169 "platform/WebRTCKeyParams.h", | 169 "platform/WebRTCKeyParams.h", |
| 170 "platform/WebRTCOfferOptions.h", | 170 "platform/WebRTCOfferOptions.h", |
| 171 "platform/WebRTCPeerConnectionHandler.h", | 171 "platform/WebRTCPeerConnectionHandler.h", |
| 172 "platform/WebRTCPeerConnectionHandlerClient.h", | 172 "platform/WebRTCPeerConnectionHandlerClient.h", |
| 173 "platform/WebRTCSessionDescription.h", | 173 "platform/WebRTCSessionDescription.h", |
| 174 "platform/WebRTCSessionDescriptionRequest.h", | 174 "platform/WebRTCSessionDescriptionRequest.h", |
| 175 "platform/WebRTCStats.h", |
| 175 "platform/WebRTCStatsRequest.h", | 176 "platform/WebRTCStatsRequest.h", |
| 176 "platform/WebRTCStatsResponse.h", | 177 "platform/WebRTCStatsResponse.h", |
| 177 "platform/WebRTCVoidRequest.h", | 178 "platform/WebRTCVoidRequest.h", |
| 178 "platform/WebRect.h", | 179 "platform/WebRect.h", |
| 179 "platform/WebReferrerPolicy.h", | 180 "platform/WebReferrerPolicy.h", |
| 180 "platform/WebRenderingStats.h", | 181 "platform/WebRenderingStats.h", |
| 181 "platform/WebScheduler.h", | 182 "platform/WebScheduler.h", |
| 182 "platform/WebScreenInfo.h", | 183 "platform/WebScreenInfo.h", |
| 183 "platform/WebScrollbar.h", | 184 "platform/WebScrollbar.h", |
| 184 "platform/WebScrollbarBehavior.h", | 185 "platform/WebScrollbarBehavior.h", |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 477 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 478 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 479 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 479 "web/modules/webmidi/WebMIDIClient.h", | 480 "web/modules/webmidi/WebMIDIClient.h", |
| 480 "web/modules/webmidi/WebMIDIOptions.h", | 481 "web/modules/webmidi/WebMIDIOptions.h", |
| 481 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 482 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 482 "web/win/WebFontRendering.h", | 483 "web/win/WebFontRendering.h", |
| 483 ], | 484 ], |
| 484 }, | 485 }, |
| 485 } | 486 } |
| OLD | NEW |