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

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

Issue 1076623002: Remove our impressive amount of CSS Cursor code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 months 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/css/CSSComputedStyleDeclaration.cpp » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "css/CSSBorderImage.cpp", 120 "css/CSSBorderImage.cpp",
121 "css/CSSBorderImage.h", 121 "css/CSSBorderImage.h",
122 "css/CSSBorderImageSliceValue.cpp", 122 "css/CSSBorderImageSliceValue.cpp",
123 "css/CSSBorderImageSliceValue.h", 123 "css/CSSBorderImageSliceValue.h",
124 "css/CSSCalculationValue.cpp", 124 "css/CSSCalculationValue.cpp",
125 "css/CSSCalculationValue.h", 125 "css/CSSCalculationValue.h",
126 "css/CSSComputedStyleDeclaration.cpp", 126 "css/CSSComputedStyleDeclaration.cpp",
127 "css/CSSComputedStyleDeclaration.h", 127 "css/CSSComputedStyleDeclaration.h",
128 "css/CSSCrossfadeValue.cpp", 128 "css/CSSCrossfadeValue.cpp",
129 "css/CSSCrossfadeValue.h", 129 "css/CSSCrossfadeValue.h",
130 "css/CSSCursorImageValue.cpp",
131 "css/CSSCursorImageValue.h",
132 "css/CSSCustomFontData.h", 130 "css/CSSCustomFontData.h",
133 "css/CSSFilterValue.cpp", 131 "css/CSSFilterValue.cpp",
134 "css/CSSFilterValue.h", 132 "css/CSSFilterValue.h",
135 "css/CSSFontFace.cpp", 133 "css/CSSFontFace.cpp",
136 "css/CSSFontFace.h", 134 "css/CSSFontFace.h",
137 "css/CSSFontFaceSource.cpp", 135 "css/CSSFontFaceSource.cpp",
138 "css/CSSFontFaceSource.h", 136 "css/CSSFontFaceSource.h",
139 "css/CSSFontFaceSrcValue.cpp", 137 "css/CSSFontFaceSrcValue.cpp",
140 "css/CSSFontFaceSrcValue.h", 138 "css/CSSFontFaceSrcValue.h",
141 "css/CSSFontFeatureValue.cpp", 139 "css/CSSFontFeatureValue.cpp",
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 "rendering/style/AppliedTextDecoration.h", 947 "rendering/style/AppliedTextDecoration.h",
950 "rendering/style/BasicShapes.cpp", 948 "rendering/style/BasicShapes.cpp",
951 "rendering/style/BasicShapes.h", 949 "rendering/style/BasicShapes.h",
952 "rendering/style/BorderData.h", 950 "rendering/style/BorderData.h",
953 "rendering/style/BorderImageLength.h", 951 "rendering/style/BorderImageLength.h",
954 "rendering/style/BorderImageLengthBox.h", 952 "rendering/style/BorderImageLengthBox.h",
955 "rendering/style/BorderValue.h", 953 "rendering/style/BorderValue.h",
956 "rendering/style/CollapsedBorderValue.h", 954 "rendering/style/CollapsedBorderValue.h",
957 "rendering/style/CounterDirectives.cpp", 955 "rendering/style/CounterDirectives.cpp",
958 "rendering/style/CounterDirectives.h", 956 "rendering/style/CounterDirectives.h",
959 "rendering/style/CursorData.h",
960 "rendering/style/DataEquivalency.h", 957 "rendering/style/DataEquivalency.h",
961 "rendering/style/DataRef.h", 958 "rendering/style/DataRef.h",
962 "rendering/style/FillLayer.cpp", 959 "rendering/style/FillLayer.cpp",
963 "rendering/style/FillLayer.h", 960 "rendering/style/FillLayer.h",
964 "rendering/style/KeyframeList.cpp", 961 "rendering/style/KeyframeList.cpp",
965 "rendering/style/KeyframeList.h", 962 "rendering/style/KeyframeList.h",
966 "rendering/style/NinePieceImage.cpp", 963 "rendering/style/NinePieceImage.cpp",
967 "rendering/style/NinePieceImage.h", 964 "rendering/style/NinePieceImage.h",
968 "rendering/style/OutlineValue.h", 965 "rendering/style/OutlineValue.h",
969 "rendering/style/QuotesData.cpp", 966 "rendering/style/QuotesData.cpp",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 "layout/LayoutCallback.idl", 1094 "layout/LayoutCallback.idl",
1098 "painting/Paint.idl", 1095 "painting/Paint.idl",
1099 "painting/PaintingCallback.idl", 1096 "painting/PaintingCallback.idl",
1100 "painting/PaintingContext.idl", 1097 "painting/PaintingContext.idl",
1101 ], 1098 ],
1102 "abspath") 1099 "abspath")
1103 1100
1104 # Files for which bindings (.cpp and .h files) will be generated 1101 # Files for which bindings (.cpp and .h files) will be generated
1105 # 'partial interface', target (right side of) 'implements', and 1102 # 'partial interface', target (right side of) 'implements', and
1106 # interfaces with static bindings (in bindings/core/v8/) 1103 # interfaces with static bindings (in bindings/core/v8/)
1107 core_dependency_idl_files = 1104 core_dependency_idl_files = get_path_info([
1108 get_path_info([ 1105 "animation/DocumentAnimation.idl",
1109 "animation/DocumentAnimation.idl", 1106 "animation/ElementAnimation.idl",
1110 "animation/ElementAnimation.idl", 1107 "css/DocumentFontFaceSet.idl",
1111 "css/DocumentFontFaceSet.idl", 1108 "dom/URLUtils.idl",
1112 "dom/URLUtils.idl", 1109 "dom/URLUtilsReadOnly.idl",
1113 "dom/URLUtilsReadOnly.idl", 1110 "events/EventListener.idl",
1114 "events/EventListener.idl", 1111 "frame/WindowBase64.idl",
1115 "frame/WindowBase64.idl", 1112 "frame/WindowTimers.idl",
1116 "frame/WindowTimers.idl", 1113 ],
1117 ], 1114 "abspath")
1118 "abspath")
1119 1115
1120 # interfaces that inherit from Event, including Event itself 1116 # interfaces that inherit from Event, including Event itself
1121 core_event_idl_files = get_path_info([ 1117 core_event_idl_files = get_path_info([
1122 "css/FontFaceSetLoadEvent.idl", 1118 "css/FontFaceSetLoadEvent.idl",
1123 "css/MediaQueryListEvent.idl", 1119 "css/MediaQueryListEvent.idl",
1124 "events/AnimationEvent.idl", 1120 "events/AnimationEvent.idl",
1125 "events/AnimationPlayerEvent.idl", 1121 "events/AnimationPlayerEvent.idl",
1126 "events/CompositionEvent.idl", 1122 "events/CompositionEvent.idl",
1127 "events/ErrorEvent.idl", 1123 "events/ErrorEvent.idl",
1128 "events/Event.idl", 1124 "events/Event.idl",
1129 "events/FocusEvent.idl", 1125 "events/FocusEvent.idl",
1130 "events/GestureEvent.idl", 1126 "events/GestureEvent.idl",
1131 "events/HashChangeEvent.idl", 1127 "events/HashChangeEvent.idl",
1132 "events/KeyboardEvent.idl", 1128 "events/KeyboardEvent.idl",
1133 "events/PageTransitionEvent.idl", 1129 "events/PageTransitionEvent.idl",
1134 "events/PointerEvent.idl", 1130 "events/PointerEvent.idl",
1135 "events/TextEvent.idl", 1131 "events/TextEvent.idl",
1136 "events/TransitionEvent.idl", 1132 "events/TransitionEvent.idl",
1137 "events/UIEvent.idl", 1133 "events/UIEvent.idl",
1138 "events/WheelEvent.idl", 1134 "events/WheelEvent.idl",
1139 ], 1135 ],
1140 "abspath") 1136 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698