| 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 "Init.cpp", | 8 "Init.cpp", |
| 9 "Init.h", | 9 "Init.h", |
| 10 "animation/ActiveAnimations.cpp", | 10 "animation/ActiveAnimations.cpp", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "animation/TimingInput.cpp", | 58 "animation/TimingInput.cpp", |
| 59 "animation/TimingInput.h", | 59 "animation/TimingInput.h", |
| 60 "animation/animatable/AnimatableClipPathOperation.cpp", | 60 "animation/animatable/AnimatableClipPathOperation.cpp", |
| 61 "animation/animatable/AnimatableClipPathOperation.h", | 61 "animation/animatable/AnimatableClipPathOperation.h", |
| 62 "animation/animatable/AnimatableColor.cpp", | 62 "animation/animatable/AnimatableColor.cpp", |
| 63 "animation/animatable/AnimatableColor.h", | 63 "animation/animatable/AnimatableColor.h", |
| 64 "animation/animatable/AnimatableDouble.cpp", | 64 "animation/animatable/AnimatableDouble.cpp", |
| 65 "animation/animatable/AnimatableDouble.h", | 65 "animation/animatable/AnimatableDouble.h", |
| 66 "animation/animatable/AnimatableFilterOperations.cpp", | 66 "animation/animatable/AnimatableFilterOperations.cpp", |
| 67 "animation/animatable/AnimatableFilterOperations.h", | 67 "animation/animatable/AnimatableFilterOperations.h", |
| 68 "animation/animatable/AnimatableImage.cpp", | |
| 69 "animation/animatable/AnimatableImage.h", | |
| 70 "animation/animatable/AnimatableLength.cpp", | 68 "animation/animatable/AnimatableLength.cpp", |
| 71 "animation/animatable/AnimatableLength.h", | 69 "animation/animatable/AnimatableLength.h", |
| 72 "animation/animatable/AnimatableLengthBox.cpp", | 70 "animation/animatable/AnimatableLengthBox.cpp", |
| 73 "animation/animatable/AnimatableLengthBox.h", | 71 "animation/animatable/AnimatableLengthBox.h", |
| 74 "animation/animatable/AnimatableLengthBoxAndBool.cpp", | 72 "animation/animatable/AnimatableLengthBoxAndBool.cpp", |
| 75 "animation/animatable/AnimatableLengthBoxAndBool.h", | 73 "animation/animatable/AnimatableLengthBoxAndBool.h", |
| 76 "animation/animatable/AnimatableLengthPoint.cpp", | 74 "animation/animatable/AnimatableLengthPoint.cpp", |
| 77 "animation/animatable/AnimatableLengthPoint.h", | 75 "animation/animatable/AnimatableLengthPoint.h", |
| 78 "animation/animatable/AnimatableLengthPoint3D.cpp", | 76 "animation/animatable/AnimatableLengthPoint3D.cpp", |
| 79 "animation/animatable/AnimatableLengthPoint3D.h", | 77 "animation/animatable/AnimatableLengthPoint3D.h", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "css/CSSBasicShapes.cpp", | 112 "css/CSSBasicShapes.cpp", |
| 115 "css/CSSBasicShapes.h", | 113 "css/CSSBasicShapes.h", |
| 116 "css/CSSBorderImage.cpp", | 114 "css/CSSBorderImage.cpp", |
| 117 "css/CSSBorderImage.h", | 115 "css/CSSBorderImage.h", |
| 118 "css/CSSBorderImageSliceValue.cpp", | 116 "css/CSSBorderImageSliceValue.cpp", |
| 119 "css/CSSBorderImageSliceValue.h", | 117 "css/CSSBorderImageSliceValue.h", |
| 120 "css/CSSCalculationValue.cpp", | 118 "css/CSSCalculationValue.cpp", |
| 121 "css/CSSCalculationValue.h", | 119 "css/CSSCalculationValue.h", |
| 122 "css/CSSComputedStyleDeclaration.cpp", | 120 "css/CSSComputedStyleDeclaration.cpp", |
| 123 "css/CSSComputedStyleDeclaration.h", | 121 "css/CSSComputedStyleDeclaration.h", |
| 124 "css/CSSCrossfadeValue.cpp", | |
| 125 "css/CSSCrossfadeValue.h", | |
| 126 "css/CSSCustomFontData.h", | 122 "css/CSSCustomFontData.h", |
| 127 "css/CSSFilterValue.cpp", | 123 "css/CSSFilterValue.cpp", |
| 128 "css/CSSFilterValue.h", | 124 "css/CSSFilterValue.h", |
| 129 "css/CSSFontFace.cpp", | 125 "css/CSSFontFace.cpp", |
| 130 "css/CSSFontFace.h", | 126 "css/CSSFontFace.h", |
| 131 "css/CSSFontFaceSource.cpp", | 127 "css/CSSFontFaceSource.cpp", |
| 132 "css/CSSFontFaceSource.h", | 128 "css/CSSFontFaceSource.h", |
| 133 "css/CSSFontFaceSrcValue.cpp", | 129 "css/CSSFontFaceSrcValue.cpp", |
| 134 "css/CSSFontFaceSrcValue.h", | 130 "css/CSSFontFaceSrcValue.h", |
| 135 "css/CSSFontFeatureValue.cpp", | 131 "css/CSSFontFeatureValue.cpp", |
| 136 "css/CSSFontFeatureValue.h", | 132 "css/CSSFontFeatureValue.h", |
| 137 "css/CSSFontSelector.cpp", | 133 "css/CSSFontSelector.cpp", |
| 138 "css/CSSFontSelector.h", | 134 "css/CSSFontSelector.h", |
| 139 "css/CSSFontSelectorClient.h", | 135 "css/CSSFontSelectorClient.h", |
| 140 "css/CSSFontValue.cpp", | 136 "css/CSSFontValue.cpp", |
| 141 "css/CSSFontValue.h", | 137 "css/CSSFontValue.h", |
| 142 "css/CSSFunctionValue.cpp", | 138 "css/CSSFunctionValue.cpp", |
| 143 "css/CSSFunctionValue.h", | 139 "css/CSSFunctionValue.h", |
| 144 "css/CSSGradientValue.cpp", | 140 "css/CSSGradientValue.cpp", |
| 145 "css/CSSGradientValue.h", | 141 "css/CSSGradientValue.h", |
| 146 "css/CSSHelper.h", | 142 "css/CSSHelper.h", |
| 147 "css/CSSImageGeneratorValue.cpp", | 143 "css/CSSImageGeneratorValue.cpp", |
| 148 "css/CSSImageGeneratorValue.h", | 144 "css/CSSImageGeneratorValue.h", |
| 149 "css/CSSImageSetValue.cpp", | |
| 150 "css/CSSImageSetValue.h", | |
| 151 "css/CSSImageValue.cpp", | |
| 152 "css/CSSImageValue.h", | |
| 153 "css/CSSInheritedValue.cpp", | 145 "css/CSSInheritedValue.cpp", |
| 154 "css/CSSInheritedValue.h", | 146 "css/CSSInheritedValue.h", |
| 155 "css/CSSInitialValue.cpp", | 147 "css/CSSInitialValue.cpp", |
| 156 "css/CSSInitialValue.h", | 148 "css/CSSInitialValue.h", |
| 157 "css/CSSLineBoxContainValue.cpp", | 149 "css/CSSLineBoxContainValue.cpp", |
| 158 "css/CSSLineBoxContainValue.h", | 150 "css/CSSLineBoxContainValue.h", |
| 159 "css/CSSMarkup.cpp", | 151 "css/CSSMarkup.cpp", |
| 160 "css/CSSMarkup.h", | 152 "css/CSSMarkup.h", |
| 161 "css/CSSMatrix.cpp", | 153 "css/CSSMatrix.cpp", |
| 162 "css/CSSMatrix.h", | 154 "css/CSSMatrix.h", |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 "rendering/style/ShadowData.cpp", | 935 "rendering/style/ShadowData.cpp", |
| 944 "rendering/style/ShadowData.h", | 936 "rendering/style/ShadowData.h", |
| 945 "rendering/style/ShadowList.cpp", | 937 "rendering/style/ShadowList.cpp", |
| 946 "rendering/style/ShadowList.h", | 938 "rendering/style/ShadowList.h", |
| 947 "rendering/style/ShapeValue.h", | 939 "rendering/style/ShapeValue.h", |
| 948 "rendering/style/StyleBackgroundData.cpp", | 940 "rendering/style/StyleBackgroundData.cpp", |
| 949 "rendering/style/StyleBackgroundData.h", | 941 "rendering/style/StyleBackgroundData.h", |
| 950 "rendering/style/StyleBoxData.cpp", | 942 "rendering/style/StyleBoxData.cpp", |
| 951 "rendering/style/StyleBoxData.h", | 943 "rendering/style/StyleBoxData.h", |
| 952 "rendering/style/StyleDifference.h", | 944 "rendering/style/StyleDifference.h", |
| 953 "rendering/style/StyleFetchedImage.cpp", | |
| 954 "rendering/style/StyleFetchedImage.h", | |
| 955 "rendering/style/StyleFetchedImageSet.cpp", | |
| 956 "rendering/style/StyleFetchedImageSet.h", | |
| 957 "rendering/style/StyleFilterData.cpp", | 945 "rendering/style/StyleFilterData.cpp", |
| 958 "rendering/style/StyleFilterData.h", | 946 "rendering/style/StyleFilterData.h", |
| 959 "rendering/style/StyleFlexibleBoxData.cpp", | 947 "rendering/style/StyleFlexibleBoxData.cpp", |
| 960 "rendering/style/StyleFlexibleBoxData.h", | 948 "rendering/style/StyleFlexibleBoxData.h", |
| 961 "rendering/style/StyleGeneratedImage.cpp", | 949 "rendering/style/StyleGeneratedImage.cpp", |
| 962 "rendering/style/StyleGeneratedImage.h", | 950 "rendering/style/StyleGeneratedImage.h", |
| 963 "rendering/style/StyleImage.h", | 951 "rendering/style/StyleImage.h", |
| 964 "rendering/style/StyleInheritedData.cpp", | 952 "rendering/style/StyleInheritedData.cpp", |
| 965 "rendering/style/StyleInheritedData.h", | 953 "rendering/style/StyleInheritedData.h", |
| 966 "rendering/style/StylePendingImage.h", | 954 "rendering/style/StylePendingImage.h", |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 "events/HashChangeEvent.idl", | 1111 "events/HashChangeEvent.idl", |
| 1124 "events/KeyboardEvent.idl", | 1112 "events/KeyboardEvent.idl", |
| 1125 "events/PageTransitionEvent.idl", | 1113 "events/PageTransitionEvent.idl", |
| 1126 "events/PointerEvent.idl", | 1114 "events/PointerEvent.idl", |
| 1127 "events/TextEvent.idl", | 1115 "events/TextEvent.idl", |
| 1128 "events/TransitionEvent.idl", | 1116 "events/TransitionEvent.idl", |
| 1129 "events/UIEvent.idl", | 1117 "events/UIEvent.idl", |
| 1130 "events/WheelEvent.idl", | 1118 "events/WheelEvent.idl", |
| 1131 ], | 1119 ], |
| 1132 "abspath") | 1120 "abspath") |
| OLD | NEW |