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

Side by Side Diff: third_party/WebKit/Source/core/events/BUILD.gn

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/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("events") { 7 blink_core_sources("events") {
8 sources = [ 8 sources = [
9 "AddEventListenerOptionsResolved.cpp", 9 "AddEventListenerOptionsResolved.cpp",
10 "AddEventListenerOptionsResolved.h", 10 "AddEventListenerOptionsResolved.h",
11 "AnimationEvent.cpp", 11 "AnimationEvent.cpp",
12 "AnimationEvent.h", 12 "AnimationEvent.h",
13 "AnimationPlayerEvent.cpp", 13 "AnimationPlaybackEvent.cpp",
14 "AnimationPlayerEvent.h", 14 "AnimationPlaybackEvent.h",
15 "ApplicationCacheErrorEvent.cpp", 15 "ApplicationCacheErrorEvent.cpp",
16 "ApplicationCacheErrorEvent.h", 16 "ApplicationCacheErrorEvent.h",
17 "BeforeTextInsertedEvent.cpp", 17 "BeforeTextInsertedEvent.cpp",
18 "BeforeTextInsertedEvent.h", 18 "BeforeTextInsertedEvent.h",
19 "BeforeUnloadEvent.cpp", 19 "BeforeUnloadEvent.cpp",
20 "BeforeUnloadEvent.h", 20 "BeforeUnloadEvent.h",
21 "ClipboardEvent.cpp", 21 "ClipboardEvent.cpp",
22 "ClipboardEvent.h", 22 "ClipboardEvent.h",
23 "CompositionEvent.cpp", 23 "CompositionEvent.cpp",
24 "CompositionEvent.h", 24 "CompositionEvent.h",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "WheelEvent.h", 104 "WheelEvent.h",
105 "WindowEventContext.cpp", 105 "WindowEventContext.cpp",
106 "WindowEventContext.h", 106 "WindowEventContext.h",
107 ] 107 ]
108 108
109 configs += [ 109 configs += [
110 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 110 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
111 "//build/config/compiler:no_size_t_to_int_warning", 111 "//build/config/compiler:no_size_t_to_int_warning",
112 ] 112 ]
113 } 113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698