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

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

Issue 789643002: Get rid of LayerFragment. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rename methods 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/LayerFragment.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 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 "rendering/HitTestResult.h", 1095 "rendering/HitTestResult.h",
1096 "rendering/ImageQualityController.cpp", 1096 "rendering/ImageQualityController.cpp",
1097 "rendering/ImageQualityController.h", 1097 "rendering/ImageQualityController.h",
1098 "rendering/InlineBox.cpp", 1098 "rendering/InlineBox.cpp",
1099 "rendering/InlineBox.h", 1099 "rendering/InlineBox.h",
1100 "rendering/InlineFlowBox.cpp", 1100 "rendering/InlineFlowBox.cpp",
1101 "rendering/InlineFlowBox.h", 1101 "rendering/InlineFlowBox.h",
1102 "rendering/InlineIterator.h", 1102 "rendering/InlineIterator.h",
1103 "rendering/InlineTextBox.cpp", 1103 "rendering/InlineTextBox.cpp",
1104 "rendering/InlineTextBox.h", 1104 "rendering/InlineTextBox.h",
1105 "rendering/LayerFragment.h",
1106 "rendering/LayerPaintingInfo.h", 1105 "rendering/LayerPaintingInfo.h",
1107 "rendering/LayoutState.cpp", 1106 "rendering/LayoutState.cpp",
1108 "rendering/LayoutState.h", 1107 "rendering/LayoutState.h",
1109 "rendering/line/BreakingContext.cpp", 1108 "rendering/line/BreakingContext.cpp",
1110 "rendering/line/BreakingContextInlineHeaders.h", 1109 "rendering/line/BreakingContextInlineHeaders.h",
1111 "rendering/line/LineBreaker.cpp", 1110 "rendering/line/LineBreaker.cpp",
1112 "rendering/line/LineBreaker.h", 1111 "rendering/line/LineBreaker.h",
1113 "rendering/line/LineInfo.h", 1112 "rendering/line/LineInfo.h",
1114 "rendering/line/LineLayoutState.h", 1113 "rendering/line/LineLayoutState.h",
1115 "rendering/line/LineWidth.cpp", 1114 "rendering/line/LineWidth.cpp",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 "events/ProgressEvent.idl", 1436 "events/ProgressEvent.idl",
1438 "events/ResourceProgressEvent.idl", 1437 "events/ResourceProgressEvent.idl",
1439 "events/TextEvent.idl", 1438 "events/TextEvent.idl",
1440 "events/TouchEvent.idl", 1439 "events/TouchEvent.idl",
1441 "events/TransitionEvent.idl", 1440 "events/TransitionEvent.idl",
1442 "events/UIEvent.idl", 1441 "events/UIEvent.idl",
1443 "events/AnimationEvent.idl", 1442 "events/AnimationEvent.idl",
1444 "events/WheelEvent.idl", 1443 "events/WheelEvent.idl",
1445 "html/canvas/WebGLContextEvent.idl", 1444 "html/canvas/WebGLContextEvent.idl",
1446 ], "abspath") 1445 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/rendering/LayerFragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698