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

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

Issue 1223843003: Remove support for loading remote font faces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/CSSCustomFontData.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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "css/CSSBasicShapes.cpp", 112 "css/CSSBasicShapes.cpp",
113 "css/CSSBasicShapes.h", 113 "css/CSSBasicShapes.h",
114 "css/CSSBorderImage.cpp", 114 "css/CSSBorderImage.cpp",
115 "css/CSSBorderImage.h", 115 "css/CSSBorderImage.h",
116 "css/CSSBorderImageSliceValue.cpp", 116 "css/CSSBorderImageSliceValue.cpp",
117 "css/CSSBorderImageSliceValue.h", 117 "css/CSSBorderImageSliceValue.h",
118 "css/CSSCalculationValue.cpp", 118 "css/CSSCalculationValue.cpp",
119 "css/CSSCalculationValue.h", 119 "css/CSSCalculationValue.h",
120 "css/CSSComputedStyleDeclaration.cpp", 120 "css/CSSComputedStyleDeclaration.cpp",
121 "css/CSSComputedStyleDeclaration.h", 121 "css/CSSComputedStyleDeclaration.h",
122 "css/CSSCustomFontData.h",
123 "css/CSSFilterValue.cpp", 122 "css/CSSFilterValue.cpp",
124 "css/CSSFilterValue.h", 123 "css/CSSFilterValue.h",
125 "css/CSSFontFace.cpp", 124 "css/CSSFontFace.cpp",
126 "css/CSSFontFace.h", 125 "css/CSSFontFace.h",
127 "css/CSSFontFaceSource.cpp", 126 "css/CSSFontFaceSource.cpp",
128 "css/CSSFontFaceSource.h", 127 "css/CSSFontFaceSource.h",
129 "css/CSSFontFaceSrcValue.cpp",
130 "css/CSSFontFaceSrcValue.h",
131 "css/CSSFontFeatureValue.cpp", 128 "css/CSSFontFeatureValue.cpp",
132 "css/CSSFontFeatureValue.h", 129 "css/CSSFontFeatureValue.h",
133 "css/CSSFontSelector.cpp", 130 "css/CSSFontSelector.cpp",
134 "css/CSSFontSelector.h", 131 "css/CSSFontSelector.h",
135 "css/CSSFontSelectorClient.h", 132 "css/CSSFontSelectorClient.h",
136 "css/CSSFontValue.cpp", 133 "css/CSSFontValue.cpp",
137 "css/CSSFontValue.h", 134 "css/CSSFontValue.h",
138 "css/CSSFunctionValue.cpp", 135 "css/CSSFunctionValue.cpp",
139 "css/CSSFunctionValue.h", 136 "css/CSSFunctionValue.h",
140 "css/CSSGradientValue.cpp", 137 "css/CSSGradientValue.cpp",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "css/CSSUnicodeRangeValue.cpp", 179 "css/CSSUnicodeRangeValue.cpp",
183 "css/CSSUnicodeRangeValue.h", 180 "css/CSSUnicodeRangeValue.h",
184 "css/CSSValue.cpp", 181 "css/CSSValue.cpp",
185 "css/CSSValue.h", 182 "css/CSSValue.h",
186 "css/CSSValueList.cpp", 183 "css/CSSValueList.cpp",
187 "css/CSSValueList.h", 184 "css/CSSValueList.h",
188 "css/CSSValuePool.cpp", 185 "css/CSSValuePool.cpp",
189 "css/CSSValuePool.h", 186 "css/CSSValuePool.h",
190 "css/DOMWindowCSS.cpp", 187 "css/DOMWindowCSS.cpp",
191 "css/DOMWindowCSS.h", 188 "css/DOMWindowCSS.h",
192 "css/DocumentFontFaceSet.cpp",
193 "css/DocumentFontFaceSet.h",
194 "css/ElementRuleCollector.cpp", 189 "css/ElementRuleCollector.cpp",
195 "css/ElementRuleCollector.h", 190 "css/ElementRuleCollector.h",
196 "css/FontFace.cpp", 191 "css/FontFace.cpp",
197 "css/FontFace.h", 192 "css/FontFace.h",
198 "css/FontFaceCache.cpp", 193 "css/FontFaceCache.cpp",
199 "css/FontFaceCache.h", 194 "css/FontFaceCache.h",
200 "css/FontFaceSet.cpp",
201 "css/FontFaceSet.h",
202 "css/FontFaceSetLoadEvent.cpp",
203 "css/FontFaceSetLoadEvent.h",
204 "css/FontLoader.cpp",
205 "css/FontLoader.h",
206 "css/FontSize.cpp", 195 "css/FontSize.cpp",
207 "css/FontSize.h", 196 "css/FontSize.h",
208 "css/HashTools.h", 197 "css/HashTools.h",
209 "css/LocalFontFaceSource.cpp", 198 "css/LocalFontFaceSource.cpp",
210 "css/LocalFontFaceSource.h", 199 "css/LocalFontFaceSource.h",
211 "css/MediaList.cpp", 200 "css/MediaList.cpp",
212 "css/MediaList.h", 201 "css/MediaList.h",
213 "css/MediaQuery.cpp", 202 "css/MediaQuery.cpp",
214 "css/MediaQuery.h", 203 "css/MediaQuery.h",
215 "css/MediaQueryEvaluator.cpp", 204 "css/MediaQueryEvaluator.cpp",
(...skipping 14 matching lines...) Expand all
230 "css/MediaValuesDynamic.cpp", 219 "css/MediaValuesDynamic.cpp",
231 "css/MediaValuesDynamic.h", 220 "css/MediaValuesDynamic.h",
232 "css/Pair.h", 221 "css/Pair.h",
233 "css/PointerProperties.h", 222 "css/PointerProperties.h",
234 "css/PropertySetCSSStyleDeclaration.cpp", 223 "css/PropertySetCSSStyleDeclaration.cpp",
235 "css/PropertySetCSSStyleDeclaration.h", 224 "css/PropertySetCSSStyleDeclaration.h",
236 "css/RGBColor.cpp", 225 "css/RGBColor.cpp",
237 "css/RGBColor.h", 226 "css/RGBColor.h",
238 "css/Rect.cpp", 227 "css/Rect.cpp",
239 "css/Rect.h", 228 "css/Rect.h",
240 "css/RemoteFontFaceSource.cpp",
241 "css/RemoteFontFaceSource.h",
242 "css/RuleFeature.cpp", 229 "css/RuleFeature.cpp",
243 "css/RuleFeature.h", 230 "css/RuleFeature.h",
244 "css/RuleSet.cpp", 231 "css/RuleSet.cpp",
245 "css/RuleSet.h", 232 "css/RuleSet.h",
246 "css/SelectorChecker.cpp", 233 "css/SelectorChecker.cpp",
247 "css/SelectorChecker.h", 234 "css/SelectorChecker.h",
248 "css/StyleColor.h", 235 "css/StyleColor.h",
249 "css/StylePropertySerializer.cpp", 236 "css/StylePropertySerializer.cpp",
250 "css/StylePropertySerializer.h", 237 "css/StylePropertySerializer.h",
251 "css/StylePropertySet.cpp", 238 "css/StylePropertySet.cpp",
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 "animation/Animation.idl", 966 "animation/Animation.idl",
980 "animation/AnimationEffect.idl", 967 "animation/AnimationEffect.idl",
981 "animation/AnimationNode.idl", 968 "animation/AnimationNode.idl",
982 "animation/AnimationPlayer.idl", 969 "animation/AnimationPlayer.idl",
983 "animation/AnimationTimeline.idl", 970 "animation/AnimationTimeline.idl",
984 "animation/Timing.idl", 971 "animation/Timing.idl",
985 "css/CSS.idl", 972 "css/CSS.idl",
986 "css/CSSMatrix.idl", 973 "css/CSSMatrix.idl",
987 "css/CSSStyleDeclaration.idl", 974 "css/CSSStyleDeclaration.idl",
988 "css/FontFace.idl", 975 "css/FontFace.idl",
989 "css/FontFaceSet.idl",
990 "css/MediaQueryList.idl", 976 "css/MediaQueryList.idl",
991 "css/MediaQueryListEvent.idl", 977 "css/MediaQueryListEvent.idl",
992 "dom/Attr.idl", 978 "dom/Attr.idl",
993 "dom/CharacterData.idl", 979 "dom/CharacterData.idl",
994 "dom/ClientRect.idl", 980 "dom/ClientRect.idl",
995 "dom/ClientRectList.idl", 981 "dom/ClientRectList.idl",
996 "dom/DOMError.idl", 982 "dom/DOMError.idl",
997 "dom/DOMException.idl", 983 "dom/DOMException.idl",
998 "dom/DOMTokenList.idl", 984 "dom/DOMTokenList.idl",
999 "dom/Document.idl", 985 "dom/Document.idl",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 "painting/TransferMode.dart", 1061 "painting/TransferMode.dart",
1076 ], 1062 ],
1077 "abspath") 1063 "abspath")
1078 1064
1079 # Files for which bindings (.cpp and .h files) will be generated 1065 # Files for which bindings (.cpp and .h files) will be generated
1080 # 'partial interface', target (right side of) 'implements', and 1066 # 'partial interface', target (right side of) 'implements', and
1081 # interfaces with static bindings (in bindings/core/v8/) 1067 # interfaces with static bindings (in bindings/core/v8/)
1082 core_dependency_idl_files = get_path_info([ 1068 core_dependency_idl_files = get_path_info([
1083 "animation/DocumentAnimation.idl", 1069 "animation/DocumentAnimation.idl",
1084 "animation/ElementAnimation.idl", 1070 "animation/ElementAnimation.idl",
1085 "css/DocumentFontFaceSet.idl",
1086 "dom/URLUtils.idl", 1071 "dom/URLUtils.idl",
1087 "dom/URLUtilsReadOnly.idl", 1072 "dom/URLUtilsReadOnly.idl",
1088 "events/EventListener.idl", 1073 "events/EventListener.idl",
1089 "frame/WindowBase64.idl", 1074 "frame/WindowBase64.idl",
1090 "frame/WindowTimers.idl", 1075 "frame/WindowTimers.idl",
1091 ], 1076 ],
1092 "abspath") 1077 "abspath")
1093 1078
1094 # interfaces that inherit from Event, including Event itself 1079 # interfaces that inherit from Event, including Event itself
1095 core_event_idl_files = get_path_info([ 1080 core_event_idl_files = get_path_info([
1096 "css/FontFaceSetLoadEvent.idl",
1097 "css/MediaQueryListEvent.idl", 1081 "css/MediaQueryListEvent.idl",
1098 "events/AnimationEvent.idl", 1082 "events/AnimationEvent.idl",
1099 "events/AnimationPlayerEvent.idl", 1083 "events/AnimationPlayerEvent.idl",
1100 "events/CompositionEvent.idl", 1084 "events/CompositionEvent.idl",
1101 "events/ErrorEvent.idl", 1085 "events/ErrorEvent.idl",
1102 "events/Event.idl", 1086 "events/Event.idl",
1103 "events/FocusEvent.idl", 1087 "events/FocusEvent.idl",
1104 "events/GestureEvent.idl", 1088 "events/GestureEvent.idl",
1105 "events/HashChangeEvent.idl", 1089 "events/HashChangeEvent.idl",
1106 "events/KeyboardEvent.idl", 1090 "events/KeyboardEvent.idl",
1107 "events/PageTransitionEvent.idl", 1091 "events/PageTransitionEvent.idl",
1108 "events/PointerEvent.idl", 1092 "events/PointerEvent.idl",
1109 "events/TextEvent.idl", 1093 "events/TextEvent.idl",
1110 "events/TransitionEvent.idl", 1094 "events/TransitionEvent.idl",
1111 "events/UIEvent.idl", 1095 "events/UIEvent.idl",
1112 "events/WheelEvent.idl", 1096 "events/WheelEvent.idl",
1113 ], 1097 ],
1114 "abspath") 1098 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSCustomFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698