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

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

Issue 686653002: Remove a bunch of fixed position dead code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/Range.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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 "page/PageLifecycleNotifier.cpp", 1012 "page/PageLifecycleNotifier.cpp",
1013 "page/PageLifecycleNotifier.h", 1013 "page/PageLifecycleNotifier.h",
1014 "page/PageLifecycleObserver.cpp", 1014 "page/PageLifecycleObserver.cpp",
1015 "page/PageLifecycleObserver.h", 1015 "page/PageLifecycleObserver.h",
1016 "page/PageVisibilityState.cpp", 1016 "page/PageVisibilityState.cpp",
1017 "page/TouchAdjustment.cpp", 1017 "page/TouchAdjustment.cpp",
1018 "page/TouchAdjustment.h", 1018 "page/TouchAdjustment.h",
1019 "page/TouchDisambiguation.cpp", 1019 "page/TouchDisambiguation.cpp",
1020 "page/TouchDisambiguation.h", 1020 "page/TouchDisambiguation.h",
1021 "page/WindowFocusAllowedIndicator.cpp", 1021 "page/WindowFocusAllowedIndicator.cpp",
1022 "page/scrolling/ScrollingConstraints.cpp",
1023 "page/scrolling/ScrollingConstraints.h",
1024 "page/scrolling/ScrollingCoordinator.cpp", 1022 "page/scrolling/ScrollingCoordinator.cpp",
1025 "page/scrolling/ScrollingCoordinator.h", 1023 "page/scrolling/ScrollingCoordinator.h",
1026 "rendering/BidiRun.h", 1024 "rendering/BidiRun.h",
1027 "rendering/BidiRunForLine.cpp", 1025 "rendering/BidiRunForLine.cpp",
1028 "rendering/BidiRunForLine.h", 1026 "rendering/BidiRunForLine.h",
1029 "rendering/ClipRect.cpp", 1027 "rendering/ClipRect.cpp",
1030 "rendering/ClipRect.h", 1028 "rendering/ClipRect.h",
1031 "rendering/ClipRects.h", 1029 "rendering/ClipRects.h",
1032 "rendering/ClipRectsCache.h", 1030 "rendering/ClipRectsCache.h",
1033 "rendering/EllipsisBox.cpp", 1031 "rendering/EllipsisBox.cpp",
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 "events/ResourceProgressEvent.idl", 1385 "events/ResourceProgressEvent.idl",
1388 "events/TextEvent.idl", 1386 "events/TextEvent.idl",
1389 "events/TouchEvent.idl", 1387 "events/TouchEvent.idl",
1390 "events/TransitionEvent.idl", 1388 "events/TransitionEvent.idl",
1391 "events/UIEvent.idl", 1389 "events/UIEvent.idl",
1392 "events/AnimationEvent.idl", 1390 "events/AnimationEvent.idl",
1393 "events/WheelEvent.idl", 1391 "events/WheelEvent.idl",
1394 "html/MediaKeyEvent.idl", 1392 "html/MediaKeyEvent.idl",
1395 "html/canvas/WebGLContextEvent.idl", 1393 "html/canvas/WebGLContextEvent.idl",
1396 ], "abspath") 1394 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Range.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698