| 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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1030 "rendering/ClipPathOperation.h", | 1030 "rendering/ClipPathOperation.h", |
| 1031 "rendering/ClipRect.cpp", | 1031 "rendering/ClipRect.cpp", |
| 1032 "rendering/ClipRect.h", | 1032 "rendering/ClipRect.h", |
| 1033 "rendering/ClipRects.h", | 1033 "rendering/ClipRects.h", |
| 1034 "rendering/ClipRectsCache.h", | 1034 "rendering/ClipRectsCache.h", |
| 1035 "rendering/EllipsisBox.cpp", | 1035 "rendering/EllipsisBox.cpp", |
| 1036 "rendering/EllipsisBox.h", | 1036 "rendering/EllipsisBox.h", |
| 1037 "rendering/FilterEffectRenderer.cpp", | 1037 "rendering/FilterEffectRenderer.cpp", |
| 1038 "rendering/FilterEffectRenderer.h", | 1038 "rendering/FilterEffectRenderer.h", |
| 1039 "rendering/GapRects.h", | 1039 "rendering/GapRects.h", |
| 1040 "rendering/GraphicsContextAnnotator.cpp", | |
| 1041 "rendering/GraphicsContextAnnotator.h", | |
| 1042 "rendering/HitTestingTransformState.cpp", | 1040 "rendering/HitTestingTransformState.cpp", |
| 1043 "rendering/HitTestingTransformState.h", | 1041 "rendering/HitTestingTransformState.h", |
| 1044 "rendering/HitTestLocation.cpp", | 1042 "rendering/HitTestLocation.cpp", |
| 1045 "rendering/HitTestLocation.h", | 1043 "rendering/HitTestLocation.h", |
| 1046 "rendering/HitTestRequest.h", | 1044 "rendering/HitTestRequest.h", |
| 1047 "rendering/HitTestResult.cpp", | 1045 "rendering/HitTestResult.cpp", |
| 1048 "rendering/HitTestResult.h", | 1046 "rendering/HitTestResult.h", |
| 1049 "rendering/InlineBox.cpp", | 1047 "rendering/InlineBox.cpp", |
| 1050 "rendering/InlineBox.h", | 1048 "rendering/InlineBox.h", |
| 1051 "rendering/InlineFlowBox.cpp", | 1049 "rendering/InlineFlowBox.cpp", |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1374 "events/KeyboardEvent.idl", | 1372 "events/KeyboardEvent.idl", |
| 1375 "events/PageTransitionEvent.idl", | 1373 "events/PageTransitionEvent.idl", |
| 1376 "events/PointerEvent.idl", | 1374 "events/PointerEvent.idl", |
| 1377 "events/TextEvent.idl", | 1375 "events/TextEvent.idl", |
| 1378 "events/TransitionEvent.idl", | 1376 "events/TransitionEvent.idl", |
| 1379 "events/UIEvent.idl", | 1377 "events/UIEvent.idl", |
| 1380 "events/AnimationEvent.idl", | 1378 "events/AnimationEvent.idl", |
| 1381 "html/canvas/WebGLContextEvent.idl", | 1379 "html/canvas/WebGLContextEvent.idl", |
| 1382 ], | 1380 ], |
| 1383 "abspath") | 1381 "abspath") |
| OLD | NEW |