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

Side by Side Diff: sky/engine/core/core.gni

Issue 941243002: Remove CustomEvent from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/engine/build/scripts/make_event_factory.py ('k') | sky/engine/core/events/CustomEvent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "editing/VisibleUnits.h", 599 "editing/VisibleUnits.h",
600 "editing/WritingDirection.h", 600 "editing/WritingDirection.h",
601 "events/AnimationEvent.cpp", 601 "events/AnimationEvent.cpp",
602 "events/AnimationEvent.h", 602 "events/AnimationEvent.h",
603 "events/AnimationPlayerEvent.cpp", 603 "events/AnimationPlayerEvent.cpp",
604 "events/AnimationPlayerEvent.h", 604 "events/AnimationPlayerEvent.h",
605 "events/BeforeTextInsertedEvent.cpp", 605 "events/BeforeTextInsertedEvent.cpp",
606 "events/BeforeTextInsertedEvent.h", 606 "events/BeforeTextInsertedEvent.h",
607 "events/CompositionEvent.cpp", 607 "events/CompositionEvent.cpp",
608 "events/CompositionEvent.h", 608 "events/CompositionEvent.h",
609 "events/CustomEvent.cpp",
610 "events/CustomEvent.h",
611 "events/DOMWindowEventQueue.cpp", 609 "events/DOMWindowEventQueue.cpp",
612 "events/DOMWindowEventQueue.h", 610 "events/DOMWindowEventQueue.h",
613 "events/ErrorEvent.cpp", 611 "events/ErrorEvent.cpp",
614 "events/ErrorEvent.h", 612 "events/ErrorEvent.h",
615 "events/Event.cpp", 613 "events/Event.cpp",
616 "events/Event.h", 614 "events/Event.h",
617 "events/EventDispatcher.cpp", 615 "events/EventDispatcher.cpp",
618 "events/EventDispatcher.h", 616 "events/EventDispatcher.h",
619 "events/EventDispatchMediator.cpp", 617 "events/EventDispatchMediator.cpp",
620 "events/EventDispatchMediator.h", 618 "events/EventDispatchMediator.h",
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 "dom/ParentNode.idl", 1192 "dom/ParentNode.idl",
1195 "dom/Range.idl", 1193 "dom/Range.idl",
1196 "dom/RequestAnimationFrameCallback.idl", 1194 "dom/RequestAnimationFrameCallback.idl",
1197 "dom/shadow/ShadowRoot.idl", 1195 "dom/shadow/ShadowRoot.idl",
1198 "dom/Text.idl", 1196 "dom/Text.idl",
1199 "dom/URL.idl", 1197 "dom/URL.idl",
1200 "editing/Selection.idl", 1198 "editing/Selection.idl",
1201 "events/AnimationEvent.idl", 1199 "events/AnimationEvent.idl",
1202 "events/AnimationPlayerEvent.idl", 1200 "events/AnimationPlayerEvent.idl",
1203 "events/CompositionEvent.idl", 1201 "events/CompositionEvent.idl",
1204 "events/CustomEvent.idl",
1205 "events/ErrorEvent.idl", 1202 "events/ErrorEvent.idl",
1206 "events/Event.idl", 1203 "events/Event.idl",
1207 "events/EventTarget.idl", 1204 "events/EventTarget.idl",
1208 "events/FocusEvent.idl", 1205 "events/FocusEvent.idl",
1209 "events/GestureEvent.idl", 1206 "events/GestureEvent.idl",
1210 "events/HashChangeEvent.idl", 1207 "events/HashChangeEvent.idl",
1211 "events/KeyboardEvent.idl", 1208 "events/KeyboardEvent.idl",
1212 "events/PageTransitionEvent.idl", 1209 "events/PageTransitionEvent.idl",
1213 "events/PointerEvent.idl", 1210 "events/PointerEvent.idl",
1214 "events/TextEvent.idl", 1211 "events/TextEvent.idl",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 ], 1294 ],
1298 "abspath") 1295 "abspath")
1299 1296
1300 # interfaces that inherit from Event, including Event itself 1297 # interfaces that inherit from Event, including Event itself
1301 core_event_idl_files = get_path_info([ 1298 core_event_idl_files = get_path_info([
1302 "css/FontFaceSetLoadEvent.idl", 1299 "css/FontFaceSetLoadEvent.idl",
1303 "css/MediaQueryListEvent.idl", 1300 "css/MediaQueryListEvent.idl",
1304 "events/AnimationEvent.idl", 1301 "events/AnimationEvent.idl",
1305 "events/AnimationPlayerEvent.idl", 1302 "events/AnimationPlayerEvent.idl",
1306 "events/CompositionEvent.idl", 1303 "events/CompositionEvent.idl",
1307 "events/CustomEvent.idl",
1308 "events/ErrorEvent.idl", 1304 "events/ErrorEvent.idl",
1309 "events/Event.idl", 1305 "events/Event.idl",
1310 "events/FocusEvent.idl", 1306 "events/FocusEvent.idl",
1311 "events/GestureEvent.idl", 1307 "events/GestureEvent.idl",
1312 "events/HashChangeEvent.idl", 1308 "events/HashChangeEvent.idl",
1313 "events/KeyboardEvent.idl", 1309 "events/KeyboardEvent.idl",
1314 "events/PageTransitionEvent.idl", 1310 "events/PageTransitionEvent.idl",
1315 "events/PointerEvent.idl", 1311 "events/PointerEvent.idl",
1316 "events/TextEvent.idl", 1312 "events/TextEvent.idl",
1317 "events/TransitionEvent.idl", 1313 "events/TransitionEvent.idl",
1318 "events/UIEvent.idl", 1314 "events/UIEvent.idl",
1319 "events/WheelEvent.idl", 1315 "events/WheelEvent.idl",
1320 "html/canvas/WebGLContextEvent.idl", 1316 "html/canvas/WebGLContextEvent.idl",
1321 ], 1317 ],
1322 "abspath") 1318 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/build/scripts/make_event_factory.py ('k') | sky/engine/core/events/CustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698