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

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

Issue 713073003: remove updateTouchEventTargetRectsIfNeeded (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 6 years, 1 month 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/dom/Document.cpp » ('j') | sky/engine/core/dom/Node.cpp » ('J')
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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "frame/DOMWindowBase64.cpp", 701 "frame/DOMWindowBase64.cpp",
702 "frame/DOMWindowBase64.h", 702 "frame/DOMWindowBase64.h",
703 "frame/DOMWindowLifecycleNotifier.cpp", 703 "frame/DOMWindowLifecycleNotifier.cpp",
704 "frame/DOMWindowLifecycleNotifier.h", 704 "frame/DOMWindowLifecycleNotifier.h",
705 "frame/DOMWindowLifecycleObserver.cpp", 705 "frame/DOMWindowLifecycleObserver.cpp",
706 "frame/DOMWindowLifecycleObserver.h", 706 "frame/DOMWindowLifecycleObserver.h",
707 "frame/DOMWindowProperty.cpp", 707 "frame/DOMWindowProperty.cpp",
708 "frame/DOMWindowProperty.h", 708 "frame/DOMWindowProperty.h",
709 "frame/DOMWindowTimers.cpp", 709 "frame/DOMWindowTimers.cpp",
710 "frame/DOMWindowTimers.h", 710 "frame/DOMWindowTimers.h",
711 "frame/EventHandlerRegistry.cpp",
712 "frame/EventHandlerRegistry.h",
713 "frame/Frame.cpp", 711 "frame/Frame.cpp",
714 "frame/Frame.h", 712 "frame/Frame.h",
715 "frame/FrameConsole.cpp", 713 "frame/FrameConsole.cpp",
716 "frame/FrameDestructionObserver.cpp", 714 "frame/FrameDestructionObserver.cpp",
717 "frame/FrameDestructionObserver.h", 715 "frame/FrameDestructionObserver.h",
718 "frame/FrameHost.cpp", 716 "frame/FrameHost.cpp",
719 "frame/FrameHost.h", 717 "frame/FrameHost.h",
720 "frame/FrameOwner.h", 718 "frame/FrameOwner.h",
721 "frame/FrameView.cpp", 719 "frame/FrameView.cpp",
722 "frame/History.cpp", 720 "frame/History.cpp",
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 "events/ProgressEvent.idl", 1310 "events/ProgressEvent.idl",
1313 "events/ResourceProgressEvent.idl", 1311 "events/ResourceProgressEvent.idl",
1314 "events/TextEvent.idl", 1312 "events/TextEvent.idl",
1315 "events/TouchEvent.idl", 1313 "events/TouchEvent.idl",
1316 "events/TransitionEvent.idl", 1314 "events/TransitionEvent.idl",
1317 "events/UIEvent.idl", 1315 "events/UIEvent.idl",
1318 "events/AnimationEvent.idl", 1316 "events/AnimationEvent.idl",
1319 "events/WheelEvent.idl", 1317 "events/WheelEvent.idl",
1320 "html/canvas/WebGLContextEvent.idl", 1318 "html/canvas/WebGLContextEvent.idl",
1321 ], "abspath") 1319 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | sky/engine/core/dom/Node.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698