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

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

Issue 823123003: Delete PaintInvalidationState. It's unused. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: proper diff Created 5 years, 11 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/rendering/LayoutState.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 "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 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 "rendering/line/LineLayoutState.h", 1093 "rendering/line/LineLayoutState.h",
1094 "rendering/line/LineWidth.cpp", 1094 "rendering/line/LineWidth.cpp",
1095 "rendering/line/LineWidth.h", 1095 "rendering/line/LineWidth.h",
1096 "rendering/line/RenderTextInfo.h", 1096 "rendering/line/RenderTextInfo.h",
1097 "rendering/line/TrailingObjects.cpp", 1097 "rendering/line/TrailingObjects.cpp",
1098 "rendering/line/TrailingObjects.h", 1098 "rendering/line/TrailingObjects.h",
1099 "rendering/line/WordMeasurement.h", 1099 "rendering/line/WordMeasurement.h",
1100 "rendering/OrderIterator.cpp", 1100 "rendering/OrderIterator.cpp",
1101 "rendering/OrderIterator.h", 1101 "rendering/OrderIterator.h",
1102 "rendering/PaintInfo.h", 1102 "rendering/PaintInfo.h",
1103 "rendering/PaintInvalidationState.cpp",
1104 "rendering/PaintInvalidationState.h",
1105 "rendering/PaintPhase.h", 1103 "rendering/PaintPhase.h",
1106 "rendering/PointerEventsHitRules.cpp", 1104 "rendering/PointerEventsHitRules.cpp",
1107 "rendering/PointerEventsHitRules.h", 1105 "rendering/PointerEventsHitRules.h",
1108 "rendering/RenderBlock.cpp", 1106 "rendering/RenderBlock.cpp",
1109 "rendering/RenderBlock.h", 1107 "rendering/RenderBlock.h",
1110 "rendering/RenderBlockFlow.cpp", 1108 "rendering/RenderBlockFlow.cpp",
1111 "rendering/RenderBlockFlow.h", 1109 "rendering/RenderBlockFlow.h",
1112 "rendering/RenderBox.cpp", 1110 "rendering/RenderBox.cpp",
1113 "rendering/RenderBox.h", 1111 "rendering/RenderBox.h",
1114 "rendering/RenderBoxModelObject.cpp", 1112 "rendering/RenderBoxModelObject.cpp",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 "events/ResourceProgressEvent.idl", 1414 "events/ResourceProgressEvent.idl",
1417 "events/TextEvent.idl", 1415 "events/TextEvent.idl",
1418 "events/TouchEvent.idl", 1416 "events/TouchEvent.idl",
1419 "events/TransitionEvent.idl", 1417 "events/TransitionEvent.idl",
1420 "events/UIEvent.idl", 1418 "events/UIEvent.idl",
1421 "events/AnimationEvent.idl", 1419 "events/AnimationEvent.idl",
1422 "events/WheelEvent.idl", 1420 "events/WheelEvent.idl",
1423 "html/canvas/WebGLContextEvent.idl", 1421 "html/canvas/WebGLContextEvent.idl",
1424 ], 1422 ],
1425 "abspath") 1423 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/rendering/LayoutState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698