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

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

Issue 1068683002: Delete RenderBlockFlow. (Closed) Base URL: https://github.com/domokit/mojo.git@block
Patch Set: Remove unused float-related code instead of moving it. Created 5 years, 8 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/css/resolver/StyleResolver.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 "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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "rendering/line/TrailingObjects.cpp", 885 "rendering/line/TrailingObjects.cpp",
886 "rendering/line/TrailingObjects.h", 886 "rendering/line/TrailingObjects.h",
887 "rendering/line/WordMeasurement.h", 887 "rendering/line/WordMeasurement.h",
888 "rendering/OrderIterator.cpp", 888 "rendering/OrderIterator.cpp",
889 "rendering/OrderIterator.h", 889 "rendering/OrderIterator.h",
890 "rendering/PaintInfo.h", 890 "rendering/PaintInfo.h",
891 "rendering/PointerEventsHitRules.cpp", 891 "rendering/PointerEventsHitRules.cpp",
892 "rendering/PointerEventsHitRules.h", 892 "rendering/PointerEventsHitRules.h",
893 "rendering/RenderBlock.cpp", 893 "rendering/RenderBlock.cpp",
894 "rendering/RenderBlock.h", 894 "rendering/RenderBlock.h",
895 "rendering/RenderBlockFlow.cpp",
896 "rendering/RenderBlockFlow.h",
897 "rendering/RenderBox.cpp", 895 "rendering/RenderBox.cpp",
898 "rendering/RenderBox.h", 896 "rendering/RenderBox.h",
899 "rendering/RenderBoxModelObject.cpp", 897 "rendering/RenderBoxModelObject.cpp",
900 "rendering/RenderBoxModelObject.h", 898 "rendering/RenderBoxModelObject.h",
901 "rendering/RenderCustomLayout.cpp", 899 "rendering/RenderCustomLayout.cpp",
902 "rendering/RenderCustomLayout.h", 900 "rendering/RenderCustomLayout.h",
903 "rendering/RenderFlexibleBox.cpp", 901 "rendering/RenderFlexibleBox.cpp",
904 "rendering/RenderFlexibleBox.h", 902 "rendering/RenderFlexibleBox.h",
905 "rendering/RenderGeometryMap.cpp", 903 "rendering/RenderGeometryMap.cpp",
906 "rendering/RenderGeometryMap.h", 904 "rendering/RenderGeometryMap.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "rendering/style/StyleTransformData.cpp", 1004 "rendering/style/StyleTransformData.cpp",
1007 "rendering/style/StyleTransformData.h", 1005 "rendering/style/StyleTransformData.h",
1008 "rendering/style/StyleVisualData.cpp", 1006 "rendering/style/StyleVisualData.cpp",
1009 "rendering/style/StyleVisualData.h", 1007 "rendering/style/StyleVisualData.h",
1010 "rendering/style/StyleWillChangeData.cpp", 1008 "rendering/style/StyleWillChangeData.cpp",
1011 "rendering/style/StyleWillChangeData.h", 1009 "rendering/style/StyleWillChangeData.h",
1012 "rendering/SubtreeLayoutScope.cpp", 1010 "rendering/SubtreeLayoutScope.cpp",
1013 "rendering/SubtreeLayoutScope.h", 1011 "rendering/SubtreeLayoutScope.h",
1014 "rendering/TextRunConstructor.cpp", 1012 "rendering/TextRunConstructor.cpp",
1015 "rendering/TextRunConstructor.h", 1013 "rendering/TextRunConstructor.h",
1016 "rendering/TrailingFloatsRootInlineBox.h",
1017 "rendering/VerticalPositionCache.h", 1014 "rendering/VerticalPositionCache.h",
1018 "script/dart_controller.cc", 1015 "script/dart_controller.cc",
1019 "script/dart_controller.h", 1016 "script/dart_controller.h",
1020 "script/dart_dependency_catcher.cc", 1017 "script/dart_dependency_catcher.cc",
1021 "script/dart_dependency_catcher.h", 1018 "script/dart_dependency_catcher.h",
1022 "script/dart_loader.cc", 1019 "script/dart_loader.cc",
1023 "script/dart_loader.h", 1020 "script/dart_loader.h",
1024 "script/dom_dart_state.cc", 1021 "script/dom_dart_state.cc",
1025 "script/dom_dart_state.h", 1022 "script/dom_dart_state.h",
1026 ] 1023 ]
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 "events/HashChangeEvent.idl", 1131 "events/HashChangeEvent.idl",
1135 "events/KeyboardEvent.idl", 1132 "events/KeyboardEvent.idl",
1136 "events/PageTransitionEvent.idl", 1133 "events/PageTransitionEvent.idl",
1137 "events/PointerEvent.idl", 1134 "events/PointerEvent.idl",
1138 "events/TextEvent.idl", 1135 "events/TextEvent.idl",
1139 "events/TransitionEvent.idl", 1136 "events/TransitionEvent.idl",
1140 "events/UIEvent.idl", 1137 "events/UIEvent.idl",
1141 "events/WheelEvent.idl", 1138 "events/WheelEvent.idl",
1142 ], 1139 ],
1143 "abspath") 1140 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698