Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: third_party/WebKit/public/blink_headers.gypi

Issue 1897123002: Remove current implementation of frame timing events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | third_party/WebKit/public/platform/WebFrameTimingEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698