| OLD | NEW |
| 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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1130 "rendering/BidiRun.h", | 1130 "rendering/BidiRun.h", |
| 1131 "rendering/BidiRunForLine.cpp", | 1131 "rendering/BidiRunForLine.cpp", |
| 1132 "rendering/BidiRunForLine.h", | 1132 "rendering/BidiRunForLine.h", |
| 1133 "rendering/break_lines.cpp", | 1133 "rendering/break_lines.cpp", |
| 1134 "rendering/break_lines.h", | 1134 "rendering/break_lines.h", |
| 1135 "rendering/ClipPathOperation.h", | 1135 "rendering/ClipPathOperation.h", |
| 1136 "rendering/ClipRect.cpp", | 1136 "rendering/ClipRect.cpp", |
| 1137 "rendering/ClipRect.h", | 1137 "rendering/ClipRect.h", |
| 1138 "rendering/ClipRects.h", | 1138 "rendering/ClipRects.h", |
| 1139 "rendering/ClipRectsCache.h", | 1139 "rendering/ClipRectsCache.h", |
| 1140 "rendering/compositing/CompositingReasonFinder.cpp", | |
| 1141 "rendering/compositing/CompositingReasonFinder.h", | |
| 1142 "rendering/compositing/CompositingState.h", | |
| 1143 "rendering/compositing/CompositingTriggers.h", | |
| 1144 "rendering/compositing/RenderLayerCompositor.cpp", | |
| 1145 "rendering/compositing/RenderLayerCompositor.h", | |
| 1146 "rendering/EllipsisBox.cpp", | 1140 "rendering/EllipsisBox.cpp", |
| 1147 "rendering/EllipsisBox.h", | 1141 "rendering/EllipsisBox.h", |
| 1148 "rendering/FilterEffectRenderer.cpp", | 1142 "rendering/FilterEffectRenderer.cpp", |
| 1149 "rendering/FilterEffectRenderer.h", | 1143 "rendering/FilterEffectRenderer.h", |
| 1150 "rendering/GapRects.h", | 1144 "rendering/GapRects.h", |
| 1151 "rendering/GraphicsContextAnnotator.cpp", | 1145 "rendering/GraphicsContextAnnotator.cpp", |
| 1152 "rendering/GraphicsContextAnnotator.h", | 1146 "rendering/GraphicsContextAnnotator.h", |
| 1153 "rendering/HitTestingTransformState.cpp", | 1147 "rendering/HitTestingTransformState.cpp", |
| 1154 "rendering/HitTestingTransformState.h", | 1148 "rendering/HitTestingTransformState.h", |
| 1155 "rendering/HitTestLocation.cpp", | 1149 "rendering/HitTestLocation.cpp", |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1517 "events/ProgressEvent.idl", | 1511 "events/ProgressEvent.idl", |
| 1518 "events/ResourceProgressEvent.idl", | 1512 "events/ResourceProgressEvent.idl", |
| 1519 "events/TextEvent.idl", | 1513 "events/TextEvent.idl", |
| 1520 "events/TouchEvent.idl", | 1514 "events/TouchEvent.idl", |
| 1521 "events/TransitionEvent.idl", | 1515 "events/TransitionEvent.idl", |
| 1522 "events/UIEvent.idl", | 1516 "events/UIEvent.idl", |
| 1523 "events/AnimationEvent.idl", | 1517 "events/AnimationEvent.idl", |
| 1524 "events/WheelEvent.idl", | 1518 "events/WheelEvent.idl", |
| 1525 "html/canvas/WebGLContextEvent.idl", | 1519 "html/canvas/WebGLContextEvent.idl", |
| 1526 ], "abspath") | 1520 ], "abspath") |
| OLD | NEW |