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

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

Issue 924203002: Morph the APIs for Node, ParentNode, and Element closer to the specs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: less 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/bindings/scripts/dart_types.py ('k') | sky/engine/core/dom/CharacterData.idl » ('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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "dom/ActiveDOMObject.cpp", 331 "dom/ActiveDOMObject.cpp",
332 "dom/ActiveDOMObject.h", 332 "dom/ActiveDOMObject.h",
333 "dom/Attr.cpp", 333 "dom/Attr.cpp",
334 "dom/Attr.h", 334 "dom/Attr.h",
335 "dom/Attribute.h", 335 "dom/Attribute.h",
336 "dom/AttributeCollection.h", 336 "dom/AttributeCollection.h",
337 "dom/CharacterData.cpp", 337 "dom/CharacterData.cpp",
338 "dom/CharacterData.h", 338 "dom/CharacterData.h",
339 "dom/ChildListMutationScope.cpp", 339 "dom/ChildListMutationScope.cpp",
340 "dom/ChildListMutationScope.h", 340 "dom/ChildListMutationScope.h",
341 "dom/ChildNode.h",
342 "dom/ClientRect.cpp", 341 "dom/ClientRect.cpp",
343 "dom/ClientRect.h", 342 "dom/ClientRect.h",
344 "dom/ClientRectList.cpp", 343 "dom/ClientRectList.cpp",
345 "dom/ClientRectList.h", 344 "dom/ClientRectList.h",
346 "dom/ContainerNode.cpp", 345 "dom/ContainerNode.cpp",
347 "dom/ContainerNode.h", 346 "dom/ContainerNode.h",
348 "dom/ContextLifecycleNotifier.cpp", 347 "dom/ContextLifecycleNotifier.cpp",
349 "dom/ContextLifecycleNotifier.h", 348 "dom/ContextLifecycleNotifier.h",
350 "dom/ContextLifecycleObserver.cpp", 349 "dom/ContextLifecycleObserver.cpp",
351 "dom/ContextLifecycleObserver.h", 350 "dom/ContextLifecycleObserver.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "dom/Node.h", 450 "dom/Node.h",
452 "dom/NodeList.h", 451 "dom/NodeList.h",
453 "dom/NodeRareData.cpp", 452 "dom/NodeRareData.cpp",
454 "dom/NodeRareData.h", 453 "dom/NodeRareData.h",
455 "dom/NodeRenderingTraversal.cpp", 454 "dom/NodeRenderingTraversal.cpp",
456 "dom/NodeRenderingTraversal.h", 455 "dom/NodeRenderingTraversal.h",
457 "dom/NodeRenderStyle.h", 456 "dom/NodeRenderStyle.h",
458 "dom/NodeTraversal.cpp", 457 "dom/NodeTraversal.cpp",
459 "dom/NodeTraversal.h", 458 "dom/NodeTraversal.h",
460 "dom/NodeWithIndex.h", 459 "dom/NodeWithIndex.h",
461 "dom/ParentNode.h",
462 "dom/Position.cpp", 460 "dom/Position.cpp",
463 "dom/Position.h", 461 "dom/Position.h",
464 "dom/PositionIterator.cpp", 462 "dom/PositionIterator.cpp",
465 "dom/PositionIterator.h", 463 "dom/PositionIterator.h",
466 "dom/QualifiedName.cpp", 464 "dom/QualifiedName.cpp",
467 "dom/QualifiedName.h", 465 "dom/QualifiedName.h",
468 "dom/Range.cpp", 466 "dom/Range.cpp",
469 "dom/Range.h", 467 "dom/Range.h",
470 "dom/RangeBoundaryPoint.h", 468 "dom/RangeBoundaryPoint.h",
471 "dom/RenderedDocumentMarker.h", 469 "dom/RenderedDocumentMarker.h",
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 "dom/Document.idl", 1186 "dom/Document.idl",
1189 "dom/DocumentFragment.idl", 1187 "dom/DocumentFragment.idl",
1190 "dom/DOMError.idl", 1188 "dom/DOMError.idl",
1191 "dom/DOMException.idl", 1189 "dom/DOMException.idl",
1192 "dom/DOMTokenList.idl", 1190 "dom/DOMTokenList.idl",
1193 "dom/Element.idl", 1191 "dom/Element.idl",
1194 "dom/MutationObserver.idl", 1192 "dom/MutationObserver.idl",
1195 "dom/MutationRecord.idl", 1193 "dom/MutationRecord.idl",
1196 "dom/Node.idl", 1194 "dom/Node.idl",
1197 "dom/NodeList.idl", 1195 "dom/NodeList.idl",
1196 "dom/ParentNode.idl",
1198 "dom/Range.idl", 1197 "dom/Range.idl",
1199 "dom/RequestAnimationFrameCallback.idl", 1198 "dom/RequestAnimationFrameCallback.idl",
1200 "dom/shadow/ShadowRoot.idl", 1199 "dom/shadow/ShadowRoot.idl",
1201 "dom/Text.idl", 1200 "dom/Text.idl",
1202 "dom/URL.idl", 1201 "dom/URL.idl",
1203 "editing/Selection.idl", 1202 "editing/Selection.idl",
1204 "events/AnimationEvent.idl", 1203 "events/AnimationEvent.idl",
1205 "events/AnimationPlayerEvent.idl", 1204 "events/AnimationPlayerEvent.idl",
1206 "events/CompositionEvent.idl", 1205 "events/CompositionEvent.idl",
1207 "events/CustomEvent.idl", 1206 "events/CustomEvent.idl",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 "abspath") 1280 "abspath")
1282 1281
1283 # Files for which bindings (.cpp and .h files) will be generated 1282 # Files for which bindings (.cpp and .h files) will be generated
1284 # 'partial interface', target (right side of) 'implements', and 1283 # 'partial interface', target (right side of) 'implements', and
1285 # interfaces with static bindings (in bindings/core/v8/) 1284 # interfaces with static bindings (in bindings/core/v8/)
1286 core_dependency_idl_files = 1285 core_dependency_idl_files =
1287 get_path_info([ 1286 get_path_info([
1288 "animation/DocumentAnimation.idl", 1287 "animation/DocumentAnimation.idl",
1289 "animation/ElementAnimation.idl", 1288 "animation/ElementAnimation.idl",
1290 "css/DocumentFontFaceSet.idl", 1289 "css/DocumentFontFaceSet.idl",
1291 "dom/ChildNode.idl",
1292 "dom/ParentNode.idl",
1293 "dom/URLUtils.idl", 1290 "dom/URLUtils.idl",
1294 "dom/URLUtilsReadOnly.idl", 1291 "dom/URLUtilsReadOnly.idl",
1295 "events/EventListener.idl", 1292 "events/EventListener.idl",
1296 "frame/WindowBase64.idl", 1293 "frame/WindowBase64.idl",
1297 "frame/WindowTimers.idl", 1294 "frame/WindowTimers.idl",
1298 "html/canvas/ArrayBufferView.idl", 1295 "html/canvas/ArrayBufferView.idl",
1299 "html/canvas/CanvasPathMethods.idl", 1296 "html/canvas/CanvasPathMethods.idl",
1300 "html/canvas/DataView.idl", 1297 "html/canvas/DataView.idl",
1301 "html/canvas/WebGLRenderingContextBase.idl", 1298 "html/canvas/WebGLRenderingContextBase.idl",
1302 ], 1299 ],
(...skipping 15 matching lines...) Expand all
1318 "events/KeyboardEvent.idl", 1315 "events/KeyboardEvent.idl",
1319 "events/PageTransitionEvent.idl", 1316 "events/PageTransitionEvent.idl",
1320 "events/PointerEvent.idl", 1317 "events/PointerEvent.idl",
1321 "events/TextEvent.idl", 1318 "events/TextEvent.idl",
1322 "events/TransitionEvent.idl", 1319 "events/TransitionEvent.idl",
1323 "events/UIEvent.idl", 1320 "events/UIEvent.idl",
1324 "events/WheelEvent.idl", 1321 "events/WheelEvent.idl",
1325 "html/canvas/WebGLContextEvent.idl", 1322 "html/canvas/WebGLContextEvent.idl",
1326 ], 1323 ],
1327 "abspath") 1324 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/bindings/scripts/dart_types.py ('k') | sky/engine/core/dom/CharacterData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698