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

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

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/app/ModuleLoader.cpp ('k') | sky/engine/core/css/CSSComputedStyleDeclaration.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 "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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "animation/css/CSSTimingData.cpp", 72 "animation/css/CSSTimingData.cpp",
73 "animation/css/CSSTimingData.h", 73 "animation/css/CSSTimingData.h",
74 "animation/css/CSSTransitionData.cpp", 74 "animation/css/CSSTransitionData.cpp",
75 "animation/css/CSSTransitionData.h", 75 "animation/css/CSSTransitionData.h",
76 "animation/DefaultStyleInterpolation.h", 76 "animation/DefaultStyleInterpolation.h",
77 "animation/DeferredLegacyStyleInterpolation.cpp", 77 "animation/DeferredLegacyStyleInterpolation.cpp",
78 "animation/DeferredLegacyStyleInterpolation.h", 78 "animation/DeferredLegacyStyleInterpolation.h",
79 "animation/DocumentAnimation.h", 79 "animation/DocumentAnimation.h",
80 "animation/DocumentAnimations.cpp", 80 "animation/DocumentAnimations.cpp",
81 "animation/DocumentAnimations.h", 81 "animation/DocumentAnimations.h",
82 "animation/EffectInput.cpp",
83 "animation/EffectInput.h",
84 "animation/ElementAnimation.h", 82 "animation/ElementAnimation.h",
85 "animation/InertAnimation.cpp", 83 "animation/InertAnimation.cpp",
86 "animation/InertAnimation.h", 84 "animation/InertAnimation.h",
87 "animation/InterpolableValue.cpp", 85 "animation/InterpolableValue.cpp",
88 "animation/InterpolableValue.h", 86 "animation/InterpolableValue.h",
89 "animation/Interpolation.cpp", 87 "animation/Interpolation.cpp",
90 "animation/Interpolation.h", 88 "animation/Interpolation.h",
91 "animation/InterpolationEffect.cpp", 89 "animation/InterpolationEffect.cpp",
92 "animation/InterpolationEffect.h", 90 "animation/InterpolationEffect.h",
93 "animation/Keyframe.h", 91 "animation/Keyframe.h",
(...skipping 10 matching lines...) Expand all
104 "animation/Timing.h", 102 "animation/Timing.h",
105 "animation/TimingCalculations.h", 103 "animation/TimingCalculations.h",
106 "animation/TimingInput.cpp", 104 "animation/TimingInput.cpp",
107 "animation/TimingInput.h", 105 "animation/TimingInput.h",
108 "app/AbstractModule.cpp", 106 "app/AbstractModule.cpp",
109 "app/AbstractModule.h", 107 "app/AbstractModule.h",
110 "app/Application.cpp", 108 "app/Application.cpp",
111 "app/Application.h", 109 "app/Application.h",
112 "app/Module.cpp", 110 "app/Module.cpp",
113 "app/Module.h", 111 "app/Module.h",
114 "app/ModuleLoader.cpp",
115 "app/ModuleLoader.h",
116 "css/BasicShapeFunctions.cpp", 112 "css/BasicShapeFunctions.cpp",
117 "css/BasicShapeFunctions.h", 113 "css/BasicShapeFunctions.h",
118 "css/BinaryDataFontFaceSource.cpp", 114 "css/BinaryDataFontFaceSource.cpp",
119 "css/BinaryDataFontFaceSource.h", 115 "css/BinaryDataFontFaceSource.h",
120 "css/CSSAspectRatioValue.cpp", 116 "css/CSSAspectRatioValue.cpp",
121 "css/CSSAspectRatioValue.h", 117 "css/CSSAspectRatioValue.h",
122 "css/CSSBasicShapes.cpp", 118 "css/CSSBasicShapes.cpp",
123 "css/CSSBasicShapes.h", 119 "css/CSSBasicShapes.h",
124 "css/CSSBorderImage.cpp", 120 "css/CSSBorderImage.cpp",
125 "css/CSSBorderImage.h", 121 "css/CSSBorderImage.h",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "css/DOMWindowCSS.cpp", 206 "css/DOMWindowCSS.cpp",
211 "css/DOMWindowCSS.h", 207 "css/DOMWindowCSS.h",
212 "css/ElementRuleCollector.cpp", 208 "css/ElementRuleCollector.cpp",
213 "css/ElementRuleCollector.h", 209 "css/ElementRuleCollector.h",
214 "css/FontFace.cpp", 210 "css/FontFace.cpp",
215 "css/FontFace.h", 211 "css/FontFace.h",
216 "css/FontFaceCache.cpp", 212 "css/FontFaceCache.cpp",
217 "css/FontFaceCache.h", 213 "css/FontFaceCache.h",
218 "css/FontFaceSet.cpp", 214 "css/FontFaceSet.cpp",
219 "css/FontFaceSet.h", 215 "css/FontFaceSet.h",
220 "css/FontFaceSetForEachCallback.h",
221 "css/FontFaceSetLoadEvent.cpp", 216 "css/FontFaceSetLoadEvent.cpp",
222 "css/FontFaceSetLoadEvent.h", 217 "css/FontFaceSetLoadEvent.h",
223 "css/FontLoader.cpp", 218 "css/FontLoader.cpp",
224 "css/FontLoader.h", 219 "css/FontLoader.h",
225 "css/FontSize.cpp", 220 "css/FontSize.cpp",
226 "css/FontSize.h", 221 "css/FontSize.h",
227 "css/HashTools.h", 222 "css/HashTools.h",
228 "css/LocalFontFaceSource.cpp", 223 "css/LocalFontFaceSource.cpp",
229 "css/LocalFontFaceSource.h", 224 "css/LocalFontFaceSource.h",
230 "css/MediaList.cpp", 225 "css/MediaList.cpp",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 "fetch/ResourceFetcher.h", 690 "fetch/ResourceFetcher.h",
696 "fetch/ResourceLoader.cpp", 691 "fetch/ResourceLoader.cpp",
697 "fetch/ResourceLoader.h", 692 "fetch/ResourceLoader.h",
698 "fetch/ResourceLoaderHost.h", 693 "fetch/ResourceLoaderHost.h",
699 "fetch/ResourceLoaderOptions.h", 694 "fetch/ResourceLoaderOptions.h",
700 "fetch/ResourceLoaderSet.cpp", 695 "fetch/ResourceLoaderSet.cpp",
701 "fetch/ResourceLoaderSet.h", 696 "fetch/ResourceLoaderSet.h",
702 "fetch/ResourceOwner.h", 697 "fetch/ResourceOwner.h",
703 "fetch/ResourcePtr.cpp", 698 "fetch/ResourcePtr.cpp",
704 "fetch/ResourcePtr.h", 699 "fetch/ResourcePtr.h",
705 "frame/Console.cpp",
706 "frame/Console.h",
707 "frame/ConsoleBase.cpp",
708 "frame/ConsoleBase.h",
709 "frame/ConsoleTypes.h", 700 "frame/ConsoleTypes.h",
710 "frame/DOMTimer.cpp", 701 "frame/DOMTimer.cpp",
711 "frame/DOMTimer.h", 702 "frame/DOMTimer.h",
712 "frame/DOMWindowBase64.cpp", 703 "frame/DOMWindowBase64.cpp",
713 "frame/DOMWindowBase64.h", 704 "frame/DOMWindowBase64.h",
714 "frame/DOMWindowLifecycleNotifier.cpp", 705 "frame/DOMWindowLifecycleNotifier.cpp",
715 "frame/DOMWindowLifecycleNotifier.h", 706 "frame/DOMWindowLifecycleNotifier.h",
716 "frame/DOMWindowLifecycleObserver.cpp", 707 "frame/DOMWindowLifecycleObserver.cpp",
717 "frame/DOMWindowLifecycleObserver.h", 708 "frame/DOMWindowLifecycleObserver.h",
718 "frame/DOMWindowProperty.cpp", 709 "frame/DOMWindowProperty.cpp",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 "html/parser/NestingLevelIncrementer.h", 922 "html/parser/NestingLevelIncrementer.h",
932 "html/parser/TextResourceDecoder.cpp", 923 "html/parser/TextResourceDecoder.cpp",
933 "html/parser/TextResourceDecoder.h", 924 "html/parser/TextResourceDecoder.h",
934 "html/TextMetrics.h", 925 "html/TextMetrics.h",
935 "html/VoidCallback.h", 926 "html/VoidCallback.h",
936 "Init.cpp", 927 "Init.cpp",
937 "Init.h", 928 "Init.h",
938 "inspector/ConsoleAPITypes.h", 929 "inspector/ConsoleAPITypes.h",
939 "inspector/ConsoleMessage.cpp", 930 "inspector/ConsoleMessage.cpp",
940 "inspector/ConsoleMessage.h", 931 "inspector/ConsoleMessage.h",
941 "inspector/ConsoleMessageStorage.cpp",
942 "inspector/ConsoleMessageStorage.h",
943 "inspector/IdentifiersFactory.cpp", 932 "inspector/IdentifiersFactory.cpp",
944 "inspector/IdentifiersFactory.h", 933 "inspector/IdentifiersFactory.h",
945 "inspector/InjectedScriptHost.cpp",
946 "inspector/InjectedScriptHost.h",
947 "inspector/InspectorCounters.cpp", 934 "inspector/InspectorCounters.cpp",
948 "inspector/InspectorCounters.h", 935 "inspector/InspectorCounters.h",
949 "inspector/InspectorNodeIds.cpp", 936 "inspector/InspectorNodeIds.cpp",
950 "inspector/InspectorNodeIds.h", 937 "inspector/InspectorNodeIds.h",
951 "inspector/JavaScriptCallFrame.cpp",
952 "inspector/JavaScriptCallFrame.h",
953 "inspector/ScriptArguments.cpp",
954 "inspector/ScriptArguments.h",
955 "inspector/ScriptAsyncCallStack.cpp",
956 "inspector/ScriptAsyncCallStack.h",
957 "inspector/ScriptCallFrame.cpp", 938 "inspector/ScriptCallFrame.cpp",
958 "inspector/ScriptCallFrame.h", 939 "inspector/ScriptCallFrame.h",
959 "inspector/ScriptCallStack.cpp", 940 "inspector/ScriptCallStack.cpp",
960 "inspector/ScriptCallStack.h", 941 "inspector/ScriptCallStack.h",
942 "inspector/ScriptAsyncCallStack.cpp",
943 "inspector/ScriptAsyncCallStack.h",
961 "inspector/ScriptGCEventListener.h", 944 "inspector/ScriptGCEventListener.h",
962 "loader/DocumentLoadTiming.cpp", 945 "loader/DocumentLoadTiming.cpp",
963 "loader/DocumentLoadTiming.h", 946 "loader/DocumentLoadTiming.h",
964 "loader/EmptyClients.cpp", 947 "loader/EmptyClients.cpp",
965 "loader/EmptyClients.h", 948 "loader/EmptyClients.h",
966 "loader/FrameFetchContext.cpp", 949 "loader/FrameFetchContext.cpp",
967 "loader/FrameFetchContext.h", 950 "loader/FrameFetchContext.h",
968 "loader/FrameLoader.cpp", 951 "loader/FrameLoader.cpp",
969 "loader/FrameLoader.h", 952 "loader/FrameLoader.h",
970 "loader/FrameLoaderClient.h", 953 "loader/FrameLoaderClient.h",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 "rendering/style/StyleVisualData.cpp", 1148 "rendering/style/StyleVisualData.cpp",
1166 "rendering/style/StyleVisualData.h", 1149 "rendering/style/StyleVisualData.h",
1167 "rendering/style/StyleWillChangeData.cpp", 1150 "rendering/style/StyleWillChangeData.cpp",
1168 "rendering/style/StyleWillChangeData.h", 1151 "rendering/style/StyleWillChangeData.h",
1169 "rendering/SubtreeLayoutScope.cpp", 1152 "rendering/SubtreeLayoutScope.cpp",
1170 "rendering/SubtreeLayoutScope.h", 1153 "rendering/SubtreeLayoutScope.h",
1171 "rendering/TextRunConstructor.cpp", 1154 "rendering/TextRunConstructor.cpp",
1172 "rendering/TextRunConstructor.h", 1155 "rendering/TextRunConstructor.h",
1173 "rendering/TrailingFloatsRootInlineBox.h", 1156 "rendering/TrailingFloatsRootInlineBox.h",
1174 "rendering/VerticalPositionCache.h", 1157 "rendering/VerticalPositionCache.h",
1158 "script/dart_controller.cc",
1159 "script/dart_controller.h",
1160 "script/dart_dependency_catcher.cc",
1161 "script/dart_dependency_catcher.h",
1162 "script/dart_loader.cc",
1163 "script/dart_loader.h",
1164 "script/dom_dart_state.cc",
1165 "script/dom_dart_state.h",
1175 ] 1166 ]
1176 1167
1177 core_idl_files = get_path_info([ 1168 core_idl_files = get_path_info([
1178 "animation/Animation.idl", 1169 "animation/Animation.idl",
1179 "animation/AnimationEffect.idl", 1170 "animation/AnimationEffect.idl",
1180 "animation/AnimationNode.idl", 1171 "animation/AnimationNode.idl",
1181 "animation/AnimationPlayer.idl", 1172 "animation/AnimationPlayer.idl",
1182 "animation/AnimationTimeline.idl", 1173 "animation/AnimationTimeline.idl",
1183 "animation/Timing.idl", 1174 "animation/Timing.idl",
1184 "app/AbstractModule.idl",
1185 "app/Application.idl",
1186 "app/Module.idl",
1187 "css/CSS.idl", 1175 "css/CSS.idl",
1188 "css/CSSFilterValue.idl",
1189 "css/CSSMatrix.idl", 1176 "css/CSSMatrix.idl",
1190 "css/CSSPrimitiveValue.idl",
1191 "css/CSSStyleDeclaration.idl", 1177 "css/CSSStyleDeclaration.idl",
1192 "css/CSSTransformValue.idl",
1193 "css/CSSValue.idl",
1194 "css/CSSValueList.idl",
1195 "css/FontFace.idl", 1178 "css/FontFace.idl",
1196 "css/FontFaceSet.idl", 1179 "css/FontFaceSet.idl",
1197 "css/FontFaceSetForEachCallback.idl", 1180
1198 "css/FontFaceSetLoadEvent.idl", 1181 # "css/FontFaceSetLoadEvent.idl",
1199 "css/MediaQueryList.idl", 1182 "css/MediaQueryList.idl",
1200 "css/MediaQueryListEvent.idl", 1183 "css/MediaQueryListEvent.idl",
1201 "css/Rect.idl",
1202 "css/RGBColor.idl",
1203 "dom/Attr.idl", 1184 "dom/Attr.idl",
1204 "dom/CharacterData.idl", 1185 "dom/CharacterData.idl",
1205 "dom/ClientRect.idl", 1186 "dom/ClientRect.idl",
1206 "dom/ClientRectList.idl", 1187 "dom/ClientRectList.idl",
1207 "dom/Document.idl", 1188 "dom/Document.idl",
1208 "dom/DocumentFragment.idl", 1189 "dom/DocumentFragment.idl",
1209 "dom/DOMError.idl", 1190 "dom/DOMError.idl",
1210 "dom/DOMException.idl", 1191 "dom/DOMException.idl",
1211 "dom/DOMTokenList.idl", 1192 "dom/DOMTokenList.idl",
1212 "dom/Element.idl", 1193 "dom/Element.idl",
(...skipping 17 matching lines...) Expand all
1230 "events/FocusEvent.idl", 1211 "events/FocusEvent.idl",
1231 "events/GestureEvent.idl", 1212 "events/GestureEvent.idl",
1232 "events/HashChangeEvent.idl", 1213 "events/HashChangeEvent.idl",
1233 "events/KeyboardEvent.idl", 1214 "events/KeyboardEvent.idl",
1234 "events/PageTransitionEvent.idl", 1215 "events/PageTransitionEvent.idl",
1235 "events/PointerEvent.idl", 1216 "events/PointerEvent.idl",
1236 "events/TextEvent.idl", 1217 "events/TextEvent.idl",
1237 "events/TransitionEvent.idl", 1218 "events/TransitionEvent.idl",
1238 "events/UIEvent.idl", 1219 "events/UIEvent.idl",
1239 "events/WheelEvent.idl", 1220 "events/WheelEvent.idl",
1240 "frame/Console.idl",
1241 "frame/ConsoleBase.idl",
1242 "frame/ImageBitmap.idl", 1221 "frame/ImageBitmap.idl",
1243 "frame/Location.idl", 1222 "frame/Location.idl",
1244 "frame/Screen.idl", 1223 "frame/Screen.idl",
1245 "frame/Window.idl", 1224 "frame/Window.idl",
1246 "html/canvas/ANGLEInstancedArrays.idl", 1225 "html/canvas/ANGLEInstancedArrays.idl",
1247 "html/canvas/Canvas2DContextAttributes.idl", 1226 "html/canvas/Canvas2DContextAttributes.idl",
1248 "html/canvas/CanvasGradient.idl", 1227 "html/canvas/CanvasGradient.idl",
1249 "html/canvas/CanvasPattern.idl", 1228 "html/canvas/CanvasPattern.idl",
1250 "html/canvas/CanvasRenderingContext2D.idl", 1229 "html/canvas/CanvasRenderingContext2D.idl",
1251 "html/canvas/EXTBlendMinMax.idl", 1230 "html/canvas/EXTBlendMinMax.idl",
(...skipping 17 matching lines...) Expand all
1269 "html/canvas/WebGLContextAttributes.idl", 1248 "html/canvas/WebGLContextAttributes.idl",
1270 "html/canvas/WebGLContextEvent.idl", 1249 "html/canvas/WebGLContextEvent.idl",
1271 "html/canvas/WebGLDebugRendererInfo.idl", 1250 "html/canvas/WebGLDebugRendererInfo.idl",
1272 "html/canvas/WebGLDebugShaders.idl", 1251 "html/canvas/WebGLDebugShaders.idl",
1273 "html/canvas/WebGLDepthTexture.idl", 1252 "html/canvas/WebGLDepthTexture.idl",
1274 "html/canvas/WebGLDrawBuffers.idl", 1253 "html/canvas/WebGLDrawBuffers.idl",
1275 "html/canvas/WebGLFramebuffer.idl", 1254 "html/canvas/WebGLFramebuffer.idl",
1276 "html/canvas/WebGLLoseContext.idl", 1255 "html/canvas/WebGLLoseContext.idl",
1277 "html/canvas/WebGLProgram.idl", 1256 "html/canvas/WebGLProgram.idl",
1278 "html/canvas/WebGLRenderbuffer.idl", 1257 "html/canvas/WebGLRenderbuffer.idl",
1279 "html/canvas/WebGLRenderingContext.idl", 1258
1259 # "html/canvas/WebGLRenderingContext.idl",
1280 "html/canvas/WebGLShader.idl", 1260 "html/canvas/WebGLShader.idl",
1281 "html/canvas/WebGLShaderPrecisionFormat.idl", 1261 "html/canvas/WebGLShaderPrecisionFormat.idl",
1282 "html/canvas/WebGLTexture.idl", 1262 "html/canvas/WebGLTexture.idl",
1283 "html/canvas/WebGLUniformLocation.idl", 1263 "html/canvas/WebGLUniformLocation.idl",
1284 "html/canvas/WebGLVertexArrayObjectOES.idl", 1264 "html/canvas/WebGLVertexArrayObjectOES.idl",
1285 "html/HTMLAnchorElement.idl", 1265 "html/HTMLAnchorElement.idl",
1286 "html/HTMLCanvasElement.idl", 1266 "html/HTMLCanvasElement.idl",
1287 "html/HTMLContentElement.idl", 1267 "html/HTMLContentElement.idl",
1288 "html/HTMLElement.idl", 1268 "html/HTMLElement.idl",
1289 "html/HTMLIFrameElement.idl", 1269 "html/HTMLIFrameElement.idl",
1290 "html/HTMLImageElement.idl", 1270 "html/HTMLImageElement.idl",
1291 "html/HTMLImportElement.idl", 1271 "html/HTMLImportElement.idl",
1292 "html/HTMLScriptElement.idl", 1272 "html/HTMLScriptElement.idl",
1293 "html/HTMLStyleElement.idl", 1273 "html/HTMLStyleElement.idl",
1294 "html/HTMLTemplateElement.idl", 1274 "html/HTMLTemplateElement.idl",
1295 "html/HTMLTitleElement.idl", 1275 "html/HTMLTitleElement.idl",
1296 "html/HTMLTElement.idl", 1276 "html/HTMLTElement.idl",
1297 "html/ImageData.idl", 1277 "html/ImageData.idl",
1298 "html/TextMetrics.idl", 1278 "html/TextMetrics.idl",
1299 "html/VoidCallback.idl", 1279 "html/VoidCallback.idl",
1300 "inspector/JavaScriptCallFrame.idl",
1301 "inspector/InjectedScriptHost.idl",
1302 ], 1280 ],
1303 "abspath") 1281 "abspath")
1304 1282
1305 # Files for which bindings (.cpp and .h files) will be generated 1283 # Files for which bindings (.cpp and .h files) will be generated
1306 # 'partial interface', target (right side of) 'implements', and 1284 # 'partial interface', target (right side of) 'implements', and
1307 # interfaces with static bindings (in bindings/core/v8/) 1285 # interfaces with static bindings (in bindings/core/v8/)
1308 core_dependency_idl_files = 1286 core_dependency_idl_files =
1309 get_path_info([ 1287 get_path_info([
1310 "animation/DocumentAnimation.idl", 1288 "animation/DocumentAnimation.idl",
1311 "animation/ElementAnimation.idl", 1289 "animation/ElementAnimation.idl",
(...skipping 28 matching lines...) Expand all
1340 "events/KeyboardEvent.idl", 1318 "events/KeyboardEvent.idl",
1341 "events/PageTransitionEvent.idl", 1319 "events/PageTransitionEvent.idl",
1342 "events/PointerEvent.idl", 1320 "events/PointerEvent.idl",
1343 "events/TextEvent.idl", 1321 "events/TextEvent.idl",
1344 "events/TransitionEvent.idl", 1322 "events/TransitionEvent.idl",
1345 "events/UIEvent.idl", 1323 "events/UIEvent.idl",
1346 "events/WheelEvent.idl", 1324 "events/WheelEvent.idl",
1347 "html/canvas/WebGLContextEvent.idl", 1325 "html/canvas/WebGLContextEvent.idl",
1348 ], 1326 ],
1349 "abspath") 1327 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/app/ModuleLoader.cpp ('k') | sky/engine/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698