| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "platform/WebFileWriterClient.h", | 85 "platform/WebFileWriterClient.h", |
| 86 "platform/WebFlingAnimator.h", | 86 "platform/WebFlingAnimator.h", |
| 87 "platform/WebFloatPoint.h", | 87 "platform/WebFloatPoint.h", |
| 88 "platform/WebFloatPoint3D.h", | 88 "platform/WebFloatPoint3D.h", |
| 89 "platform/WebFloatRect.h", | 89 "platform/WebFloatRect.h", |
| 90 "platform/WebFloatSize.h", | 90 "platform/WebFloatSize.h", |
| 91 "platform/WebFocusType.h", | 91 "platform/WebFocusType.h", |
| 92 "platform/WebFont.h", | 92 "platform/WebFont.h", |
| 93 "platform/WebFontDescription.h", | 93 "platform/WebFontDescription.h", |
| 94 "platform/WebFrameScheduler.h", | 94 "platform/WebFrameScheduler.h", |
| 95 "platform/WebFrameTimingEvent.h", | |
| 96 "platform/WebGamepad.h", | 95 "platform/WebGamepad.h", |
| 97 "platform/WebGamepadListener.h", | 96 "platform/WebGamepadListener.h", |
| 98 "platform/WebGamepads.h", | 97 "platform/WebGamepads.h", |
| 99 "platform/WebGeofencingError.h", | 98 "platform/WebGeofencingError.h", |
| 100 "platform/WebGeofencingEventType.h", | 99 "platform/WebGeofencingEventType.h", |
| 101 "platform/WebGeofencingProvider.h", | 100 "platform/WebGeofencingProvider.h", |
| 102 "platform/WebGeofencingRegistration.h", | 101 "platform/WebGeofencingRegistration.h", |
| 103 "platform/WebGestureCurve.h", | 102 "platform/WebGestureCurve.h", |
| 104 "platform/WebGestureCurveTarget.h", | 103 "platform/WebGestureCurveTarget.h", |
| 105 "platform/WebGestureDevice.h", | 104 "platform/WebGestureDevice.h", |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 500 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 501 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 502 "web/modules/webmidi/WebMIDIClient.h", | 501 "web/modules/webmidi/WebMIDIClient.h", |
| 503 "web/modules/webmidi/WebMIDIOptions.h", | 502 "web/modules/webmidi/WebMIDIOptions.h", |
| 504 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 503 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 505 "web/win/WebFontRendering.h", | 504 "web/win/WebFontRendering.h", |
| 506 ], | 505 ], |
| 507 }, | 506 }, |
| 508 } | 507 } |
| OLD | NEW |