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

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

Issue 721473002: Removed ScrollingCoordinator and a bunch of composited scrolling' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cr comments 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') | 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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 "page/PageLifecycleNotifier.cpp", 974 "page/PageLifecycleNotifier.cpp",
975 "page/PageLifecycleNotifier.h", 975 "page/PageLifecycleNotifier.h",
976 "page/PageLifecycleObserver.cpp", 976 "page/PageLifecycleObserver.cpp",
977 "page/PageLifecycleObserver.h", 977 "page/PageLifecycleObserver.h",
978 "page/PageVisibilityState.cpp", 978 "page/PageVisibilityState.cpp",
979 "page/TouchAdjustment.cpp", 979 "page/TouchAdjustment.cpp",
980 "page/TouchAdjustment.h", 980 "page/TouchAdjustment.h",
981 "page/TouchDisambiguation.cpp", 981 "page/TouchDisambiguation.cpp",
982 "page/TouchDisambiguation.h", 982 "page/TouchDisambiguation.h",
983 "page/WindowFocusAllowedIndicator.cpp", 983 "page/WindowFocusAllowedIndicator.cpp",
984 "page/scrolling/ScrollingCoordinator.cpp",
985 "page/scrolling/ScrollingCoordinator.h",
986 "rendering/BidiRun.h", 984 "rendering/BidiRun.h",
987 "rendering/BidiRunForLine.cpp", 985 "rendering/BidiRunForLine.cpp",
988 "rendering/BidiRunForLine.h", 986 "rendering/BidiRunForLine.h",
989 "rendering/ClipRect.cpp", 987 "rendering/ClipRect.cpp",
990 "rendering/ClipRect.h", 988 "rendering/ClipRect.h",
991 "rendering/ClipRects.h", 989 "rendering/ClipRects.h",
992 "rendering/ClipRectsCache.h", 990 "rendering/ClipRectsCache.h",
993 "rendering/EllipsisBox.cpp", 991 "rendering/EllipsisBox.cpp",
994 "rendering/EllipsisBox.h", 992 "rendering/EllipsisBox.h",
995 "rendering/FilterEffectRenderer.cpp", 993 "rendering/FilterEffectRenderer.cpp",
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 "events/ProgressEvent.idl", 1305 "events/ProgressEvent.idl",
1308 "events/ResourceProgressEvent.idl", 1306 "events/ResourceProgressEvent.idl",
1309 "events/TextEvent.idl", 1307 "events/TextEvent.idl",
1310 "events/TouchEvent.idl", 1308 "events/TouchEvent.idl",
1311 "events/TransitionEvent.idl", 1309 "events/TransitionEvent.idl",
1312 "events/UIEvent.idl", 1310 "events/UIEvent.idl",
1313 "events/AnimationEvent.idl", 1311 "events/AnimationEvent.idl",
1314 "events/WheelEvent.idl", 1312 "events/WheelEvent.idl",
1315 "html/canvas/WebGLContextEvent.idl", 1313 "html/canvas/WebGLContextEvent.idl",
1316 ], "abspath") 1314 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698