| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 "platform/modules/webusb/WebUSBDeviceRequestOptions.h", | 324 "platform/modules/webusb/WebUSBDeviceRequestOptions.h", |
| 325 "platform/modules/webusb/WebUSBError.h", | 325 "platform/modules/webusb/WebUSBError.h", |
| 326 "platform/modules/webusb/WebUSBTransferInfo.h", | 326 "platform/modules/webusb/WebUSBTransferInfo.h", |
| 327 "web/WebAXEnums.h", | 327 "web/WebAXEnums.h", |
| 328 "web/WebAXObject.h", | 328 "web/WebAXObject.h", |
| 329 "web/WebActiveWheelFlingParameters.h", | 329 "web/WebActiveWheelFlingParameters.h", |
| 330 "web/WebArrayBuffer.h", | 330 "web/WebArrayBuffer.h", |
| 331 "web/WebArrayBufferConverter.h", | 331 "web/WebArrayBufferConverter.h", |
| 332 "web/WebArrayBufferView.h", | 332 "web/WebArrayBufferView.h", |
| 333 "web/WebAutofillClient.h", | 333 "web/WebAutofillClient.h", |
| 334 "web/WebBindings.h", | |
| 335 "web/WebBlob.h", | 334 "web/WebBlob.h", |
| 336 "web/WebCSSParser.h", | 335 "web/WebCSSParser.h", |
| 337 "web/WebCache.h", | 336 "web/WebCache.h", |
| 338 "web/WebColorChooser.h", | 337 "web/WebColorChooser.h", |
| 339 "web/WebColorChooserClient.h", | 338 "web/WebColorChooserClient.h", |
| 340 "web/WebColorSuggestion.h", | 339 "web/WebColorSuggestion.h", |
| 341 "web/WebCompositionUnderline.h", | 340 "web/WebCompositionUnderline.h", |
| 342 "web/WebConsoleMessage.h", | 341 "web/WebConsoleMessage.h", |
| 343 "web/WebContentDetectionResult.h", | 342 "web/WebContentDetectionResult.h", |
| 344 "web/WebContentSecurityPolicy.h", | 343 "web/WebContentSecurityPolicy.h", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 497 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 498 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 499 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 501 "web/modules/webmidi/WebMIDIClient.h", | 500 "web/modules/webmidi/WebMIDIClient.h", |
| 502 "web/modules/webmidi/WebMIDIOptions.h", | 501 "web/modules/webmidi/WebMIDIOptions.h", |
| 503 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 502 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 504 "web/win/WebFontRendering.h", | 503 "web/win/WebFontRendering.h", |
| 505 ], | 504 ], |
| 506 }, | 505 }, |
| 507 } | 506 } |
| OLD | NEW |