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

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

Issue 823873004: Add basic PointerEvent support in NewEventHandler (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Actually add NewEventHandler 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
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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "frame/History.cpp", 770 "frame/History.cpp",
771 "frame/History.h", 771 "frame/History.h",
772 "frame/ImageBitmap.cpp", 772 "frame/ImageBitmap.cpp",
773 "frame/ImageBitmap.h", 773 "frame/ImageBitmap.h",
774 "frame/LocalDOMWindow.cpp", 774 "frame/LocalDOMWindow.cpp",
775 "frame/LocalDOMWindow.h", 775 "frame/LocalDOMWindow.h",
776 "frame/LocalFrame.cpp", 776 "frame/LocalFrame.cpp",
777 "frame/LocalFrame.h", 777 "frame/LocalFrame.h",
778 "frame/Location.cpp", 778 "frame/Location.cpp",
779 "frame/Location.h", 779 "frame/Location.h",
780 "frame/NewEventHandler.cpp",
781 "frame/NewEventHandler.h",
780 "frame/PlatformEventController.cpp", 782 "frame/PlatformEventController.cpp",
781 "frame/PlatformEventController.h", 783 "frame/PlatformEventController.h",
782 "frame/PlatformEventDispatcher.cpp", 784 "frame/PlatformEventDispatcher.cpp",
783 "frame/PlatformEventDispatcher.h", 785 "frame/PlatformEventDispatcher.h",
784 "frame/Screen.cpp", 786 "frame/Screen.cpp",
785 "frame/Screen.h", 787 "frame/Screen.h",
786 "frame/Settings.cpp", 788 "frame/Settings.cpp",
787 "frame/Settings.h", 789 "frame/Settings.h",
788 "frame/SettingsDelegate.cpp", 790 "frame/SettingsDelegate.cpp",
789 "frame/SettingsDelegate.h", 791 "frame/SettingsDelegate.h",
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 "events/ResourceProgressEvent.idl", 1422 "events/ResourceProgressEvent.idl",
1421 "events/TextEvent.idl", 1423 "events/TextEvent.idl",
1422 "events/TouchEvent.idl", 1424 "events/TouchEvent.idl",
1423 "events/TransitionEvent.idl", 1425 "events/TransitionEvent.idl",
1424 "events/UIEvent.idl", 1426 "events/UIEvent.idl",
1425 "events/AnimationEvent.idl", 1427 "events/AnimationEvent.idl",
1426 "events/WheelEvent.idl", 1428 "events/WheelEvent.idl",
1427 "html/canvas/WebGLContextEvent.idl", 1429 "html/canvas/WebGLContextEvent.idl",
1428 ], 1430 ],
1429 "abspath") 1431 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/events/PointerEvent.h » ('j') | sky/engine/core/events/PointerEvent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698