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

Side by Side Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2344473002: Rename AnimationPlayerEvent as AnimationPlaybackEvent (Closed)
Patch Set: Make timelineTime nullable Created 4 years, 3 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 # The paths in this file are absolute since this file is imported and the 8 # The paths in this file are absolute since this file is imported and the
9 # file lists must be valid from multple "current directories". 9 # file lists must be valid from multple "current directories".
10 10
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "dom/Uint16Array.idl", 140 "dom/Uint16Array.idl",
141 "dom/Uint32Array.idl", 141 "dom/Uint32Array.idl",
142 "dom/Uint8Array.idl", 142 "dom/Uint8Array.idl",
143 "dom/Uint8ClampedArray.idl", 143 "dom/Uint8ClampedArray.idl",
144 "dom/URLSearchParams.idl", 144 "dom/URLSearchParams.idl",
145 "dom/XMLDocument.idl", 145 "dom/XMLDocument.idl",
146 "dom/custom/CustomElementRegistry.idl", 146 "dom/custom/CustomElementRegistry.idl",
147 "dom/shadow/ShadowRoot.idl", 147 "dom/shadow/ShadowRoot.idl",
148 "editing/Selection.idl", 148 "editing/Selection.idl",
149 "events/AnimationEvent.idl", 149 "events/AnimationEvent.idl",
150 "events/AnimationPlayerEvent.idl", 150 "events/AnimationPlaybackEvent.idl",
151 "events/ApplicationCacheErrorEvent.idl", 151 "events/ApplicationCacheErrorEvent.idl",
152 "events/BeforeUnloadEvent.idl", 152 "events/BeforeUnloadEvent.idl",
153 "events/ClipboardEvent.idl", 153 "events/ClipboardEvent.idl",
154 "events/CompositionEvent.idl", 154 "events/CompositionEvent.idl",
155 "events/CustomEvent.idl", 155 "events/CustomEvent.idl",
156 "events/DragEvent.idl", 156 "events/DragEvent.idl",
157 "events/ErrorEvent.idl", 157 "events/ErrorEvent.idl",
158 "events/Event.idl", 158 "events/Event.idl",
159 "events/EventTarget.idl", 159 "events/EventTarget.idl",
160 "events/FocusEvent.idl", 160 "events/FocusEvent.idl",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "dom/DOMPointInit.idl", 516 "dom/DOMPointInit.idl",
517 "dom/ElementRegistrationOptions.idl", 517 "dom/ElementRegistrationOptions.idl",
518 "dom/GetRootNodeOptions.idl", 518 "dom/GetRootNodeOptions.idl",
519 "dom/IdleRequestOptions.idl", 519 "dom/IdleRequestOptions.idl",
520 "dom/IntersectionObserverInit.idl", 520 "dom/IntersectionObserverInit.idl",
521 "dom/MutationObserverInit.idl", 521 "dom/MutationObserverInit.idl",
522 "dom/shadow/ShadowRootInit.idl", 522 "dom/shadow/ShadowRootInit.idl",
523 "dom/TouchInit.idl", 523 "dom/TouchInit.idl",
524 "events/AddEventListenerOptions.idl", 524 "events/AddEventListenerOptions.idl",
525 "events/AnimationEventInit.idl", 525 "events/AnimationEventInit.idl",
526 "events/AnimationPlayerEventInit.idl", 526 "events/AnimationPlaybackEventInit.idl",
527 "events/ApplicationCacheErrorEventInit.idl", 527 "events/ApplicationCacheErrorEventInit.idl",
528 "events/CompositionEventInit.idl", 528 "events/CompositionEventInit.idl",
529 "events/CustomEventInit.idl", 529 "events/CustomEventInit.idl",
530 "events/DragEventInit.idl", 530 "events/DragEventInit.idl",
531 "events/ErrorEventInit.idl", 531 "events/ErrorEventInit.idl",
532 "events/EventInit.idl", 532 "events/EventInit.idl",
533 "events/EventListenerOptions.idl", 533 "events/EventListenerOptions.idl",
534 "events/EventModifierInit.idl", 534 "events/EventModifierInit.idl",
535 "events/FocusEventInit.idl", 535 "events/FocusEventInit.idl",
536 "events/HashChangeEventInit.idl", 536 "events/HashChangeEventInit.idl",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 628 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
629 core_generated_dependency_idl_files = 629 core_generated_dependency_idl_files =
630 core_global_constructors_generated_idl_files # partial interfaces 630 core_global_constructors_generated_idl_files # partial interfaces
631 631
632 # Dependency IDL files: don't generate individual bindings, but do process 632 # Dependency IDL files: don't generate individual bindings, but do process
633 # in IDL dependency computation, and count as build dependencies 633 # in IDL dependency computation, and count as build dependencies
634 # 'core_dependency_idl_files' is already used in Source/core, so avoid 634 # 'core_dependency_idl_files' is already used in Source/core, so avoid
635 # collision 635 # collision
636 core_all_dependency_idl_files = 636 core_all_dependency_idl_files =
637 core_static_dependency_idl_files + core_generated_dependency_idl_files 637 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698