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

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: git cl try 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 | « no previous file | sky/engine/core/frame/NewEventHandler.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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 "frame/History.cpp", 769 "frame/History.cpp",
770 "frame/History.h", 770 "frame/History.h",
771 "frame/ImageBitmap.cpp", 771 "frame/ImageBitmap.cpp",
772 "frame/ImageBitmap.h", 772 "frame/ImageBitmap.h",
773 "frame/LocalDOMWindow.cpp", 773 "frame/LocalDOMWindow.cpp",
774 "frame/LocalDOMWindow.h", 774 "frame/LocalDOMWindow.h",
775 "frame/LocalFrame.cpp", 775 "frame/LocalFrame.cpp",
776 "frame/LocalFrame.h", 776 "frame/LocalFrame.h",
777 "frame/Location.cpp", 777 "frame/Location.cpp",
778 "frame/Location.h", 778 "frame/Location.h",
779 "frame/NewEventHandler.cpp",
780 "frame/NewEventHandler.h",
779 "frame/PlatformEventController.cpp", 781 "frame/PlatformEventController.cpp",
780 "frame/PlatformEventController.h", 782 "frame/PlatformEventController.h",
781 "frame/PlatformEventDispatcher.cpp", 783 "frame/PlatformEventDispatcher.cpp",
782 "frame/PlatformEventDispatcher.h", 784 "frame/PlatformEventDispatcher.h",
783 "frame/Screen.cpp", 785 "frame/Screen.cpp",
784 "frame/Screen.h", 786 "frame/Screen.h",
785 "frame/Settings.cpp", 787 "frame/Settings.cpp",
786 "frame/Settings.h", 788 "frame/Settings.h",
787 "frame/SettingsDelegate.cpp", 789 "frame/SettingsDelegate.cpp",
788 "frame/SettingsDelegate.h", 790 "frame/SettingsDelegate.h",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 "events/ResourceProgressEvent.idl", 1419 "events/ResourceProgressEvent.idl",
1418 "events/TextEvent.idl", 1420 "events/TextEvent.idl",
1419 "events/TouchEvent.idl", 1421 "events/TouchEvent.idl",
1420 "events/TransitionEvent.idl", 1422 "events/TransitionEvent.idl",
1421 "events/UIEvent.idl", 1423 "events/UIEvent.idl",
1422 "events/AnimationEvent.idl", 1424 "events/AnimationEvent.idl",
1423 "events/WheelEvent.idl", 1425 "events/WheelEvent.idl",
1424 "html/canvas/WebGLContextEvent.idl", 1426 "html/canvas/WebGLContextEvent.idl",
1425 ], 1427 ],
1426 "abspath") 1428 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/frame/NewEventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698