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

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

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/FrameRequestCallback.idl',
72 'dom/IdleRequestCallback.idl',
72 'dom/Int16Array.idl', 73 'dom/Int16Array.idl',
73 'dom/Int32Array.idl', 74 'dom/Int32Array.idl',
74 'dom/Int8Array.idl', 75 'dom/Int8Array.idl',
75 'dom/Iterator.idl', 76 'dom/Iterator.idl',
76 'dom/MessageChannel.idl', 77 'dom/MessageChannel.idl',
77 'dom/MessagePort.idl', 78 'dom/MessagePort.idl',
78 'dom/MutationObserver.idl', 79 'dom/MutationObserver.idl',
79 'dom/MutationRecord.idl', 80 'dom/MutationRecord.idl',
80 'dom/NamedNodeMap.idl', 81 'dom/NamedNodeMap.idl',
81 'dom/Node.idl', 82 'dom/Node.idl',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 'dom/FirstLetterPseudoElement.cpp', 2214 'dom/FirstLetterPseudoElement.cpp',
2214 'dom/FirstLetterPseudoElement.h', 2215 'dom/FirstLetterPseudoElement.h',
2215 'dom/FrameRequestCallback.h', 2216 'dom/FrameRequestCallback.h',
2216 'dom/FrameRequestCallbackCollection.cpp', 2217 'dom/FrameRequestCallbackCollection.cpp',
2217 'dom/FrameRequestCallbackCollection.h', 2218 'dom/FrameRequestCallbackCollection.h',
2218 'dom/Fullscreen.cpp', 2219 'dom/Fullscreen.cpp',
2219 'dom/Fullscreen.h', 2220 'dom/Fullscreen.h',
2220 'dom/GlobalEventHandlers.h', 2221 'dom/GlobalEventHandlers.h',
2221 'dom/IconURL.cpp', 2222 'dom/IconURL.cpp',
2222 'dom/IconURL.h', 2223 'dom/IconURL.h',
2224 'dom/IdleRequestCallback.h',
2223 'dom/IdTargetObserver.cpp', 2225 'dom/IdTargetObserver.cpp',
2224 'dom/IdTargetObserver.h', 2226 'dom/IdTargetObserver.h',
2225 'dom/IdTargetObserverRegistry.cpp', 2227 'dom/IdTargetObserverRegistry.cpp',
2226 'dom/IdTargetObserverRegistry.h', 2228 'dom/IdTargetObserverRegistry.h',
2227 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2229 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2228 'dom/IncrementLoadEventDelayCount.cpp', 2230 'dom/IncrementLoadEventDelayCount.cpp',
2229 'dom/IncrementLoadEventDelayCount.h', 2231 'dom/IncrementLoadEventDelayCount.h',
2230 'dom/Iterator.h', 2232 'dom/Iterator.h',
2231 'dom/LayoutTreeBuilder.cpp', 2233 'dom/LayoutTreeBuilder.cpp',
2232 'dom/LayoutTreeBuilder.h', 2234 'dom/LayoutTreeBuilder.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
2296 'dom/SandboxFlags.h', 2298 'dom/SandboxFlags.h',
2297 'dom/ScopedWindowFocusAllowedIndicator.h', 2299 'dom/ScopedWindowFocusAllowedIndicator.h',
2298 'dom/ScriptLoader.cpp', 2300 'dom/ScriptLoader.cpp',
2299 'dom/ScriptLoader.h', 2301 'dom/ScriptLoader.h',
2300 'dom/ScriptRunner.cpp', 2302 'dom/ScriptRunner.cpp',
2301 'dom/ScriptRunner.h', 2303 'dom/ScriptRunner.h',
2302 'dom/ScriptableDocumentParser.cpp', 2304 'dom/ScriptableDocumentParser.cpp',
2303 'dom/ScriptableDocumentParser.h', 2305 'dom/ScriptableDocumentParser.h',
2304 'dom/ScriptedAnimationController.cpp', 2306 'dom/ScriptedAnimationController.cpp',
2305 'dom/ScriptedAnimationController.h', 2307 'dom/ScriptedAnimationController.h',
2308 'dom/ScriptedIdleTaskController.cpp',
2309 'dom/ScriptedIdleController.h',
2306 'dom/SecurityContext.cpp', 2310 'dom/SecurityContext.cpp',
2307 'dom/SecurityContext.h', 2311 'dom/SecurityContext.h',
2308 'dom/SelectorQuery.cpp', 2312 'dom/SelectorQuery.cpp',
2309 'dom/SelectorQuery.h', 2313 'dom/SelectorQuery.h',
2310 'dom/ShadowTreeStyleSheetCollection.cpp', 2314 'dom/ShadowTreeStyleSheetCollection.cpp',
2311 'dom/ShadowTreeStyleSheetCollection.h', 2315 'dom/ShadowTreeStyleSheetCollection.h',
2312 'dom/SimulatedClickOptions.h', 2316 'dom/SimulatedClickOptions.h',
2313 'dom/SpaceSplitString.cpp', 2317 'dom/SpaceSplitString.cpp',
2314 'dom/StaticNodeList.h', 2318 'dom/StaticNodeList.h',
2315 'dom/StringCallback.cpp', 2319 'dom/StringCallback.cpp',
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
3835 'paint/LayerClipRecorderTest.cpp', 3839 'paint/LayerClipRecorderTest.cpp',
3836 'paint/LayoutObjectDrawingRecorderTest.cpp', 3840 'paint/LayoutObjectDrawingRecorderTest.cpp',
3837 'paint/TextPainterTest.cpp', 3841 'paint/TextPainterTest.cpp',
3838 'streams/ReadableStreamReaderTest.cpp', 3842 'streams/ReadableStreamReaderTest.cpp',
3839 'streams/ReadableStreamTest.cpp', 3843 'streams/ReadableStreamTest.cpp',
3840 'testing/PrivateScriptTestTest.cpp', 3844 'testing/PrivateScriptTestTest.cpp',
3841 'xml/parser/SharedBufferReaderTest.cpp', 3845 'xml/parser/SharedBufferReaderTest.cpp',
3842 ], 3846 ],
3843 } 3847 }
3844 } 3848 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/dom/ScriptedIdleTaskController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698