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

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

Issue 703563002: Remove shape-outside. (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
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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 "rendering/compositing/GraphicsLayerUpdater.h", 1109 "rendering/compositing/GraphicsLayerUpdater.h",
1110 "rendering/compositing/RenderLayerCompositor.cpp", 1110 "rendering/compositing/RenderLayerCompositor.cpp",
1111 "rendering/compositing/RenderLayerCompositor.h", 1111 "rendering/compositing/RenderLayerCompositor.h",
1112 "rendering/line/BreakingContext.cpp", 1112 "rendering/line/BreakingContext.cpp",
1113 "rendering/line/LineBreaker.cpp", 1113 "rendering/line/LineBreaker.cpp",
1114 "rendering/line/LineBreaker.h", 1114 "rendering/line/LineBreaker.h",
1115 "rendering/line/LineWidth.cpp", 1115 "rendering/line/LineWidth.cpp",
1116 "rendering/line/LineWidth.h", 1116 "rendering/line/LineWidth.h",
1117 "rendering/line/TrailingObjects.cpp", 1117 "rendering/line/TrailingObjects.cpp",
1118 "rendering/line/TrailingObjects.h", 1118 "rendering/line/TrailingObjects.h",
1119 "rendering/shapes/BoxShape.cpp",
1120 "rendering/shapes/BoxShape.h",
1121 "rendering/shapes/PolygonShape.cpp",
1122 "rendering/shapes/PolygonShape.h",
1123 "rendering/shapes/RasterShape.cpp",
1124 "rendering/shapes/RasterShape.h",
1125 "rendering/shapes/RectangleShape.cpp",
1126 "rendering/shapes/RectangleShape.h",
1127 "rendering/shapes/Shape.cpp",
1128 "rendering/shapes/Shape.h",
1129 "rendering/shapes/ShapeInterval.h",
1130 "rendering/shapes/ShapeOutsideInfo.cpp",
1131 "rendering/shapes/ShapeOutsideInfo.h",
1132 "rendering/style/AppliedTextDecoration.cpp", 1119 "rendering/style/AppliedTextDecoration.cpp",
1133 "rendering/style/BasicShapes.cpp", 1120 "rendering/style/BasicShapes.cpp",
1134 "rendering/style/BorderImageLength.h", 1121 "rendering/style/BorderImageLength.h",
1135 "rendering/style/BorderImageLengthBox.h", 1122 "rendering/style/BorderImageLengthBox.h",
1136 "rendering/style/ContentData.cpp", 1123 "rendering/style/ContentData.cpp",
1137 "rendering/style/CounterDirectives.cpp", 1124 "rendering/style/CounterDirectives.cpp",
1138 "rendering/style/FillLayer.cpp", 1125 "rendering/style/FillLayer.cpp",
1139 "rendering/style/KeyframeList.cpp", 1126 "rendering/style/KeyframeList.cpp",
1140 "rendering/style/KeyframeList.h", 1127 "rendering/style/KeyframeList.h",
1141 "rendering/style/NinePieceImage.cpp", 1128 "rendering/style/NinePieceImage.cpp",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 "events/ResourceProgressEvent.idl", 1345 "events/ResourceProgressEvent.idl",
1359 "events/TextEvent.idl", 1346 "events/TextEvent.idl",
1360 "events/TouchEvent.idl", 1347 "events/TouchEvent.idl",
1361 "events/TransitionEvent.idl", 1348 "events/TransitionEvent.idl",
1362 "events/UIEvent.idl", 1349 "events/UIEvent.idl",
1363 "events/AnimationEvent.idl", 1350 "events/AnimationEvent.idl",
1364 "events/WheelEvent.idl", 1351 "events/WheelEvent.idl",
1365 "html/MediaKeyEvent.idl", 1352 "html/MediaKeyEvent.idl",
1366 "html/canvas/WebGLContextEvent.idl", 1353 "html/canvas/WebGLContextEvent.idl",
1367 ], "abspath") 1354 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/animation/css/CSSPropertyEquality.cpp ('k') | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698