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

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

Issue 763043002: Remove RenderBlockLineLayout (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review Created 6 years 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/rendering/InlineTextBox.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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 "rendering/PaintInfo.h", 1181 "rendering/PaintInfo.h",
1182 "rendering/PaintInvalidationState.cpp", 1182 "rendering/PaintInvalidationState.cpp",
1183 "rendering/PaintInvalidationState.h", 1183 "rendering/PaintInvalidationState.h",
1184 "rendering/PaintPhase.h", 1184 "rendering/PaintPhase.h",
1185 "rendering/PointerEventsHitRules.cpp", 1185 "rendering/PointerEventsHitRules.cpp",
1186 "rendering/PointerEventsHitRules.h", 1186 "rendering/PointerEventsHitRules.h",
1187 "rendering/RenderBlock.cpp", 1187 "rendering/RenderBlock.cpp",
1188 "rendering/RenderBlock.h", 1188 "rendering/RenderBlock.h",
1189 "rendering/RenderBlockFlow.cpp", 1189 "rendering/RenderBlockFlow.cpp",
1190 "rendering/RenderBlockFlow.h", 1190 "rendering/RenderBlockFlow.h",
1191 "rendering/RenderBlockLineLayout.cpp",
1192 "rendering/RenderBox.cpp", 1191 "rendering/RenderBox.cpp",
1193 "rendering/RenderBox.h", 1192 "rendering/RenderBox.h",
1194 "rendering/RenderBoxModelObject.cpp", 1193 "rendering/RenderBoxModelObject.cpp",
1195 "rendering/RenderBoxModelObject.h", 1194 "rendering/RenderBoxModelObject.h",
1196 "rendering/RenderFlexibleBox.cpp", 1195 "rendering/RenderFlexibleBox.cpp",
1197 "rendering/RenderFlexibleBox.h", 1196 "rendering/RenderFlexibleBox.h",
1198 "rendering/RenderGeometryMap.cpp", 1197 "rendering/RenderGeometryMap.cpp",
1199 "rendering/RenderGeometryMap.h", 1198 "rendering/RenderGeometryMap.h",
1200 "rendering/RenderGeometryMapStep.h", 1199 "rendering/RenderGeometryMapStep.h",
1201 "rendering/RenderHTMLCanvas.cpp", 1200 "rendering/RenderHTMLCanvas.cpp",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 "events/ProgressEvent.idl", 1510 "events/ProgressEvent.idl",
1512 "events/ResourceProgressEvent.idl", 1511 "events/ResourceProgressEvent.idl",
1513 "events/TextEvent.idl", 1512 "events/TextEvent.idl",
1514 "events/TouchEvent.idl", 1513 "events/TouchEvent.idl",
1515 "events/TransitionEvent.idl", 1514 "events/TransitionEvent.idl",
1516 "events/UIEvent.idl", 1515 "events/UIEvent.idl",
1517 "events/AnimationEvent.idl", 1516 "events/AnimationEvent.idl",
1518 "events/WheelEvent.idl", 1517 "events/WheelEvent.idl",
1519 "html/canvas/WebGLContextEvent.idl", 1518 "html/canvas/WebGLContextEvent.idl",
1520 ], "abspath") 1519 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698