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

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

Issue 793123002: Reverted the wrong one. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 "rendering/HitTestResult.h", 1091 "rendering/HitTestResult.h",
1092 "rendering/ImageQualityController.cpp", 1092 "rendering/ImageQualityController.cpp",
1093 "rendering/ImageQualityController.h", 1093 "rendering/ImageQualityController.h",
1094 "rendering/InlineBox.cpp", 1094 "rendering/InlineBox.cpp",
1095 "rendering/InlineBox.h", 1095 "rendering/InlineBox.h",
1096 "rendering/InlineFlowBox.cpp", 1096 "rendering/InlineFlowBox.cpp",
1097 "rendering/InlineFlowBox.h", 1097 "rendering/InlineFlowBox.h",
1098 "rendering/InlineIterator.h", 1098 "rendering/InlineIterator.h",
1099 "rendering/InlineTextBox.cpp", 1099 "rendering/InlineTextBox.cpp",
1100 "rendering/InlineTextBox.h", 1100 "rendering/InlineTextBox.h",
1101 "rendering/LayerFragment.h",
1102 "rendering/LayerPaintingInfo.h", 1101 "rendering/LayerPaintingInfo.h",
1103 "rendering/LayoutState.cpp", 1102 "rendering/LayoutState.cpp",
1104 "rendering/LayoutState.h", 1103 "rendering/LayoutState.h",
1105 "rendering/line/BreakingContext.cpp", 1104 "rendering/line/BreakingContext.cpp",
1106 "rendering/line/BreakingContextInlineHeaders.h", 1105 "rendering/line/BreakingContextInlineHeaders.h",
1107 "rendering/line/LineBreaker.cpp", 1106 "rendering/line/LineBreaker.cpp",
1108 "rendering/line/LineBreaker.h", 1107 "rendering/line/LineBreaker.h",
1109 "rendering/line/LineInfo.h", 1108 "rendering/line/LineInfo.h",
1110 "rendering/line/LineLayoutState.h", 1109 "rendering/line/LineLayoutState.h",
1111 "rendering/line/LineWidth.cpp", 1110 "rendering/line/LineWidth.cpp",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 "events/ProgressEvent.idl", 1431 "events/ProgressEvent.idl",
1433 "events/ResourceProgressEvent.idl", 1432 "events/ResourceProgressEvent.idl",
1434 "events/TextEvent.idl", 1433 "events/TextEvent.idl",
1435 "events/TouchEvent.idl", 1434 "events/TouchEvent.idl",
1436 "events/TransitionEvent.idl", 1435 "events/TransitionEvent.idl",
1437 "events/UIEvent.idl", 1436 "events/UIEvent.idl",
1438 "events/AnimationEvent.idl", 1437 "events/AnimationEvent.idl",
1439 "events/WheelEvent.idl", 1438 "events/WheelEvent.idl",
1440 "html/canvas/WebGLContextEvent.idl", 1439 "html/canvas/WebGLContextEvent.idl",
1441 ], "abspath") 1440 ], "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