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

Side by Side Diff: Source/core/core.gypi

Issue 1043903003: rAF: Introduce FrameRequestCallbackCollection for managing rAF callbacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/Document.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 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'dom/DOMStringList.idl', 61 'dom/DOMStringList.idl',
62 'dom/DOMStringMap.idl', 62 'dom/DOMStringMap.idl',
63 'dom/DOMTokenList.idl', 63 'dom/DOMTokenList.idl',
64 'dom/DataView.idl', 64 'dom/DataView.idl',
65 'dom/Document.idl', 65 'dom/Document.idl',
66 'dom/DocumentFragment.idl', 66 'dom/DocumentFragment.idl',
67 'dom/DocumentType.idl', 67 'dom/DocumentType.idl',
68 'dom/Element.idl', 68 'dom/Element.idl',
69 'dom/Float32Array.idl', 69 'dom/Float32Array.idl',
70 'dom/Float64Array.idl', 70 'dom/Float64Array.idl',
71 'dom/FrameRequestCallback.idl',
71 'dom/Int16Array.idl', 72 'dom/Int16Array.idl',
72 'dom/Int32Array.idl', 73 'dom/Int32Array.idl',
73 'dom/Int8Array.idl', 74 'dom/Int8Array.idl',
74 'dom/Iterator.idl', 75 'dom/Iterator.idl',
75 'dom/MessageChannel.idl', 76 'dom/MessageChannel.idl',
76 'dom/MessagePort.idl', 77 'dom/MessagePort.idl',
77 'dom/MutationObserver.idl', 78 'dom/MutationObserver.idl',
78 'dom/MutationRecord.idl', 79 'dom/MutationRecord.idl',
79 'dom/NamedNodeMap.idl', 80 'dom/NamedNodeMap.idl',
80 'dom/Node.idl', 81 'dom/Node.idl',
81 'dom/NodeFilter.idl', 82 'dom/NodeFilter.idl',
82 'dom/NodeIterator.idl', 83 'dom/NodeIterator.idl',
83 'dom/NodeList.idl', 84 'dom/NodeList.idl',
84 'dom/ProcessingInstruction.idl', 85 'dom/ProcessingInstruction.idl',
85 'dom/Range.idl', 86 'dom/Range.idl',
86 'dom/RequestAnimationFrameCallback.idl',
87 'dom/StringCallback.idl', 87 'dom/StringCallback.idl',
88 'dom/Text.idl', 88 'dom/Text.idl',
89 'dom/Touch.idl', 89 'dom/Touch.idl',
90 'dom/TouchList.idl', 90 'dom/TouchList.idl',
91 'dom/TreeWalker.idl', 91 'dom/TreeWalker.idl',
92 'dom/Uint16Array.idl', 92 'dom/Uint16Array.idl',
93 'dom/Uint32Array.idl', 93 'dom/Uint32Array.idl',
94 'dom/Uint8Array.idl', 94 'dom/Uint8Array.idl',
95 'dom/Uint8ClampedArray.idl', 95 'dom/Uint8ClampedArray.idl',
96 'dom/XMLDocument.idl', 96 'dom/XMLDocument.idl',
(...skipping 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 'dom/ElementRareData.cpp', 2196 'dom/ElementRareData.cpp',
2197 'dom/ElementRareData.h', 2197 'dom/ElementRareData.h',
2198 'dom/ElementTraversal.h', 2198 'dom/ElementTraversal.h',
2199 'dom/EmptyNodeList.cpp', 2199 'dom/EmptyNodeList.cpp',
2200 'dom/EmptyNodeList.h', 2200 'dom/EmptyNodeList.h',
2201 'dom/ExecutionContext.cpp', 2201 'dom/ExecutionContext.cpp',
2202 'dom/ExecutionContext.h', 2202 'dom/ExecutionContext.h',
2203 'dom/ExecutionContextTask.h', 2203 'dom/ExecutionContextTask.h',
2204 'dom/FirstLetterPseudoElement.cpp', 2204 'dom/FirstLetterPseudoElement.cpp',
2205 'dom/FirstLetterPseudoElement.h', 2205 'dom/FirstLetterPseudoElement.h',
2206 'dom/FrameRequestCallback.h',
2207 'dom/FrameRequestCallbackCollection.cpp',
2208 'dom/FrameRequestCallbackCollection.h',
2206 'dom/Fullscreen.cpp', 2209 'dom/Fullscreen.cpp',
2207 'dom/Fullscreen.h', 2210 'dom/Fullscreen.h',
2208 'dom/GlobalEventHandlers.h', 2211 'dom/GlobalEventHandlers.h',
2209 'dom/IconURL.cpp', 2212 'dom/IconURL.cpp',
2210 'dom/IconURL.h', 2213 'dom/IconURL.h',
2211 'dom/IdTargetObserver.cpp', 2214 'dom/IdTargetObserver.cpp',
2212 'dom/IdTargetObserver.h', 2215 'dom/IdTargetObserver.h',
2213 'dom/IdTargetObserverRegistry.cpp', 2216 'dom/IdTargetObserverRegistry.cpp',
2214 'dom/IdTargetObserverRegistry.h', 2217 'dom/IdTargetObserverRegistry.h',
2215 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2218 'dom/IgnoreDestructiveWriteCountIncrementer.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2271 'dom/PresentationAttributeStyle.cpp', 2274 'dom/PresentationAttributeStyle.cpp',
2272 'dom/PresentationAttributeStyle.h', 2275 'dom/PresentationAttributeStyle.h',
2273 'dom/ProcessingInstruction.cpp', 2276 'dom/ProcessingInstruction.cpp',
2274 'dom/ProcessingInstruction.h', 2277 'dom/ProcessingInstruction.h',
2275 'dom/PseudoElement.cpp', 2278 'dom/PseudoElement.cpp',
2276 'dom/QualifiedName.cpp', 2279 'dom/QualifiedName.cpp',
2277 'dom/Range.cpp', 2280 'dom/Range.cpp',
2278 'dom/RawDataDocumentParser.h', 2281 'dom/RawDataDocumentParser.h',
2279 'dom/RemoteSecurityContext.cpp', 2282 'dom/RemoteSecurityContext.cpp',
2280 'dom/RemoteSecurityContext.h', 2283 'dom/RemoteSecurityContext.h',
2281 'dom/RequestAnimationFrameCallback.h',
2282 'dom/SandboxFlags.cpp', 2284 'dom/SandboxFlags.cpp',
2283 'dom/SandboxFlags.h', 2285 'dom/SandboxFlags.h',
2284 'dom/ScopedWindowFocusAllowedIndicator.h', 2286 'dom/ScopedWindowFocusAllowedIndicator.h',
2285 'dom/ScriptLoader.cpp', 2287 'dom/ScriptLoader.cpp',
2286 'dom/ScriptLoader.h', 2288 'dom/ScriptLoader.h',
2287 'dom/ScriptRunner.cpp', 2289 'dom/ScriptRunner.cpp',
2288 'dom/ScriptRunner.h', 2290 'dom/ScriptRunner.h',
2289 'dom/ScriptableDocumentParser.cpp', 2291 'dom/ScriptableDocumentParser.cpp',
2290 'dom/ScriptableDocumentParser.h', 2292 'dom/ScriptableDocumentParser.h',
2291 'dom/ScriptedAnimationController.cpp', 2293 'dom/ScriptedAnimationController.cpp',
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
3809 'paint/LayoutObjectDrawingRecorderTest.cpp', 3811 'paint/LayoutObjectDrawingRecorderTest.cpp',
3810 'paint/TextPainterTest.cpp', 3812 'paint/TextPainterTest.cpp',
3811 'paint/ViewDisplayListTest.cpp', 3813 'paint/ViewDisplayListTest.cpp',
3812 'streams/ReadableStreamReaderTest.cpp', 3814 'streams/ReadableStreamReaderTest.cpp',
3813 'streams/ReadableStreamTest.cpp', 3815 'streams/ReadableStreamTest.cpp',
3814 'testing/PrivateScriptTestTest.cpp', 3816 'testing/PrivateScriptTestTest.cpp',
3815 'xml/parser/SharedBufferReaderTest.cpp', 3817 'xml/parser/SharedBufferReaderTest.cpp',
3816 ], 3818 ],
3817 } 3819 }
3818 } 3820 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698