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

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

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address Review Comments Created 5 years, 4 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.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/IdleCallbackDeadline.idl',
73 'dom/IdleRequestCallback.idl',
72 'dom/Int16Array.idl', 74 'dom/Int16Array.idl',
73 'dom/Int32Array.idl', 75 'dom/Int32Array.idl',
74 'dom/Int8Array.idl', 76 'dom/Int8Array.idl',
75 'dom/Iterator.idl', 77 'dom/Iterator.idl',
76 'dom/MessageChannel.idl', 78 'dom/MessageChannel.idl',
77 'dom/MessagePort.idl', 79 'dom/MessagePort.idl',
78 'dom/MutationObserver.idl', 80 'dom/MutationObserver.idl',
79 'dom/MutationRecord.idl', 81 'dom/MutationRecord.idl',
80 'dom/NamedNodeMap.idl', 82 'dom/NamedNodeMap.idl',
81 'dom/Node.idl', 83 'dom/Node.idl',
(...skipping 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 'dom/FirstLetterPseudoElement.h', 2277 'dom/FirstLetterPseudoElement.h',
2276 'dom/FlexibleArrayBufferView.h', 2278 'dom/FlexibleArrayBufferView.h',
2277 'dom/FrameRequestCallback.h', 2279 'dom/FrameRequestCallback.h',
2278 'dom/FrameRequestCallbackCollection.cpp', 2280 'dom/FrameRequestCallbackCollection.cpp',
2279 'dom/FrameRequestCallbackCollection.h', 2281 'dom/FrameRequestCallbackCollection.h',
2280 'dom/Fullscreen.cpp', 2282 'dom/Fullscreen.cpp',
2281 'dom/Fullscreen.h', 2283 'dom/Fullscreen.h',
2282 'dom/GlobalEventHandlers.h', 2284 'dom/GlobalEventHandlers.h',
2283 'dom/IconURL.cpp', 2285 'dom/IconURL.cpp',
2284 'dom/IconURL.h', 2286 'dom/IconURL.h',
2287 'dom/IdleCallbackDeadline.cpp',
2288 'dom/IdleCallbackDeadline.h',
2289 'dom/IdleRequestCallback.h',
2285 'dom/IdTargetObserver.cpp', 2290 'dom/IdTargetObserver.cpp',
2286 'dom/IdTargetObserver.h', 2291 'dom/IdTargetObserver.h',
2287 'dom/IdTargetObserverRegistry.cpp', 2292 'dom/IdTargetObserverRegistry.cpp',
2288 'dom/IdTargetObserverRegistry.h', 2293 'dom/IdTargetObserverRegistry.h',
2289 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2294 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2290 'dom/IncrementLoadEventDelayCount.cpp', 2295 'dom/IncrementLoadEventDelayCount.cpp',
2291 'dom/IncrementLoadEventDelayCount.h', 2296 'dom/IncrementLoadEventDelayCount.h',
2292 'dom/Iterator.h', 2297 'dom/Iterator.h',
2293 'dom/LayoutTreeBuilder.cpp', 2298 'dom/LayoutTreeBuilder.cpp',
2294 'dom/LayoutTreeBuilder.h', 2299 'dom/LayoutTreeBuilder.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
2358 'dom/SandboxFlags.h', 2363 'dom/SandboxFlags.h',
2359 'dom/ScopedWindowFocusAllowedIndicator.h', 2364 'dom/ScopedWindowFocusAllowedIndicator.h',
2360 'dom/ScriptLoader.cpp', 2365 'dom/ScriptLoader.cpp',
2361 'dom/ScriptLoader.h', 2366 'dom/ScriptLoader.h',
2362 'dom/ScriptRunner.cpp', 2367 'dom/ScriptRunner.cpp',
2363 'dom/ScriptRunner.h', 2368 'dom/ScriptRunner.h',
2364 'dom/ScriptableDocumentParser.cpp', 2369 'dom/ScriptableDocumentParser.cpp',
2365 'dom/ScriptableDocumentParser.h', 2370 'dom/ScriptableDocumentParser.h',
2366 'dom/ScriptedAnimationController.cpp', 2371 'dom/ScriptedAnimationController.cpp',
2367 'dom/ScriptedAnimationController.h', 2372 'dom/ScriptedAnimationController.h',
2373 'dom/ScriptedIdleTaskController.cpp',
2374 'dom/ScriptedIdleTaskController.h',
2368 'dom/SecurityContext.cpp', 2375 'dom/SecurityContext.cpp',
2369 'dom/SecurityContext.h', 2376 'dom/SecurityContext.h',
2370 'dom/SelectorQuery.cpp', 2377 'dom/SelectorQuery.cpp',
2371 'dom/SelectorQuery.h', 2378 'dom/SelectorQuery.h',
2372 'dom/ShadowTreeStyleSheetCollection.cpp', 2379 'dom/ShadowTreeStyleSheetCollection.cpp',
2373 'dom/ShadowTreeStyleSheetCollection.h', 2380 'dom/ShadowTreeStyleSheetCollection.h',
2374 'dom/SimulatedClickOptions.h', 2381 'dom/SimulatedClickOptions.h',
2375 'dom/SpaceSplitString.cpp', 2382 'dom/SpaceSplitString.cpp',
2376 'dom/StaticNodeList.h', 2383 'dom/StaticNodeList.h',
2377 'dom/StringCallback.cpp', 2384 'dom/StringCallback.cpp',
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
3816 'style/OutlineValueTest.cpp', 3823 'style/OutlineValueTest.cpp',
3817 'style/SVGComputedStyleTest.cpp', 3824 'style/SVGComputedStyleTest.cpp',
3818 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3825 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3819 'testing/PrivateScriptTestTest.cpp', 3826 'testing/PrivateScriptTestTest.cpp',
3820 'timing/MemoryInfoTest.cpp', 3827 'timing/MemoryInfoTest.cpp',
3821 'workers/WorkerThreadTest.cpp', 3828 'workers/WorkerThreadTest.cpp',
3822 'xml/parser/SharedBufferReaderTest.cpp', 3829 'xml/parser/SharedBufferReaderTest.cpp',
3823 ], 3830 ],
3824 } 3831 }
3825 } 3832 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698