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

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

Issue 879743004: Remove the EventFactory machinery. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/core/Init.cpp ('k') | sky/engine/core/dom/Document.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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 "events/DOMWindowEventQueue.cpp", 627 "events/DOMWindowEventQueue.cpp",
628 "events/DOMWindowEventQueue.h", 628 "events/DOMWindowEventQueue.h",
629 "events/ErrorEvent.cpp", 629 "events/ErrorEvent.cpp",
630 "events/ErrorEvent.h", 630 "events/ErrorEvent.h",
631 "events/Event.cpp", 631 "events/Event.cpp",
632 "events/Event.h", 632 "events/Event.h",
633 "events/EventDispatcher.cpp", 633 "events/EventDispatcher.cpp",
634 "events/EventDispatcher.h", 634 "events/EventDispatcher.h",
635 "events/EventDispatchMediator.cpp", 635 "events/EventDispatchMediator.cpp",
636 "events/EventDispatchMediator.h", 636 "events/EventDispatchMediator.h",
637 "events/EventFactory.h",
638 "events/EventListener.h", 637 "events/EventListener.h",
639 "events/EventListenerMap.cpp", 638 "events/EventListenerMap.cpp",
640 "events/EventListenerMap.h", 639 "events/EventListenerMap.h",
641 "events/EventPath.cpp", 640 "events/EventPath.cpp",
642 "events/EventPath.h", 641 "events/EventPath.h",
643 "events/EventQueue.h", 642 "events/EventQueue.h",
644 "events/EventSender.h", 643 "events/EventSender.h",
645 "events/EventTarget.cpp", 644 "events/EventTarget.cpp",
646 "events/EventTarget.h", 645 "events/EventTarget.h",
647 "events/FocusEvent.cpp", 646 "events/FocusEvent.cpp",
(...skipping 10 matching lines...) Expand all
658 "events/PageTransitionEvent.cpp", 657 "events/PageTransitionEvent.cpp",
659 "events/PageTransitionEvent.h", 658 "events/PageTransitionEvent.h",
660 "events/PointerEvent.cpp", 659 "events/PointerEvent.cpp",
661 "events/PointerEvent.h", 660 "events/PointerEvent.h",
662 "events/RegisteredEventListener.h", 661 "events/RegisteredEventListener.h",
663 "events/ScopedEventQueue.cpp", 662 "events/ScopedEventQueue.cpp",
664 "events/ScopedEventQueue.h", 663 "events/ScopedEventQueue.h",
665 "events/TextEvent.cpp", 664 "events/TextEvent.cpp",
666 "events/TextEvent.h", 665 "events/TextEvent.h",
667 "events/TextEventInputType.h", 666 "events/TextEventInputType.h",
668 "events/ThreadLocalEventNames.h",
669 "events/TransitionEvent.cpp", 667 "events/TransitionEvent.cpp",
670 "events/TransitionEvent.h", 668 "events/TransitionEvent.h",
671 "events/TreeScopeEventContext.cpp", 669 "events/TreeScopeEventContext.cpp",
672 "events/TreeScopeEventContext.h", 670 "events/TreeScopeEventContext.h",
673 "events/UIEvent.cpp", 671 "events/UIEvent.cpp",
674 "events/UIEvent.h", 672 "events/UIEvent.h",
675 "events/UIEventWithKeyState.cpp", 673 "events/UIEventWithKeyState.cpp",
676 "events/UIEventWithKeyState.h", 674 "events/UIEventWithKeyState.h",
677 "events/WindowEventContext.cpp", 675 "events/WindowEventContext.cpp",
678 "events/WindowEventContext.h", 676 "events/WindowEventContext.h",
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 "events/KeyboardEvent.idl", 1353 "events/KeyboardEvent.idl",
1356 "events/PageTransitionEvent.idl", 1354 "events/PageTransitionEvent.idl",
1357 "events/PointerEvent.idl", 1355 "events/PointerEvent.idl",
1358 "events/TextEvent.idl", 1356 "events/TextEvent.idl",
1359 "events/TransitionEvent.idl", 1357 "events/TransitionEvent.idl",
1360 "events/UIEvent.idl", 1358 "events/UIEvent.idl",
1361 "events/AnimationEvent.idl", 1359 "events/AnimationEvent.idl",
1362 "html/canvas/WebGLContextEvent.idl", 1360 "html/canvas/WebGLContextEvent.idl",
1363 ], 1361 ],
1364 "abspath") 1362 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/Init.cpp ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698