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

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

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after
2303 'dom/FirstLetterPseudoElement.h', 2305 'dom/FirstLetterPseudoElement.h',
2304 'dom/FlexibleArrayBufferView.h', 2306 'dom/FlexibleArrayBufferView.h',
2305 'dom/FrameRequestCallback.h', 2307 'dom/FrameRequestCallback.h',
2306 'dom/FrameRequestCallbackCollection.cpp', 2308 'dom/FrameRequestCallbackCollection.cpp',
2307 'dom/FrameRequestCallbackCollection.h', 2309 'dom/FrameRequestCallbackCollection.h',
2308 'dom/Fullscreen.cpp', 2310 'dom/Fullscreen.cpp',
2309 'dom/Fullscreen.h', 2311 'dom/Fullscreen.h',
2310 'dom/GlobalEventHandlers.h', 2312 'dom/GlobalEventHandlers.h',
2311 'dom/IconURL.cpp', 2313 'dom/IconURL.cpp',
2312 'dom/IconURL.h', 2314 'dom/IconURL.h',
2315 'dom/IdleCallbackDeadline.cpp',
2316 'dom/IdleCallbackDeadline.h',
2317 'dom/IdleRequestCallback.h',
2313 'dom/IdTargetObserver.cpp', 2318 'dom/IdTargetObserver.cpp',
2314 'dom/IdTargetObserver.h', 2319 'dom/IdTargetObserver.h',
2315 'dom/IdTargetObserverRegistry.cpp', 2320 'dom/IdTargetObserverRegistry.cpp',
2316 'dom/IdTargetObserverRegistry.h', 2321 'dom/IdTargetObserverRegistry.h',
2317 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2322 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2318 'dom/IncrementLoadEventDelayCount.cpp', 2323 'dom/IncrementLoadEventDelayCount.cpp',
2319 'dom/IncrementLoadEventDelayCount.h', 2324 'dom/IncrementLoadEventDelayCount.h',
2320 'dom/Iterator.h', 2325 'dom/Iterator.h',
2321 'dom/LayoutTreeBuilder.cpp', 2326 'dom/LayoutTreeBuilder.cpp',
2322 'dom/LayoutTreeBuilder.h', 2327 'dom/LayoutTreeBuilder.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2383 'dom/SandboxFlags.h', 2388 'dom/SandboxFlags.h',
2384 'dom/ScopedWindowFocusAllowedIndicator.h', 2389 'dom/ScopedWindowFocusAllowedIndicator.h',
2385 'dom/ScriptLoader.cpp', 2390 'dom/ScriptLoader.cpp',
2386 'dom/ScriptLoader.h', 2391 'dom/ScriptLoader.h',
2387 'dom/ScriptRunner.cpp', 2392 'dom/ScriptRunner.cpp',
2388 'dom/ScriptRunner.h', 2393 'dom/ScriptRunner.h',
2389 'dom/ScriptableDocumentParser.cpp', 2394 'dom/ScriptableDocumentParser.cpp',
2390 'dom/ScriptableDocumentParser.h', 2395 'dom/ScriptableDocumentParser.h',
2391 'dom/ScriptedAnimationController.cpp', 2396 'dom/ScriptedAnimationController.cpp',
2392 'dom/ScriptedAnimationController.h', 2397 'dom/ScriptedAnimationController.h',
2398 'dom/ScriptedIdleTaskController.cpp',
2399 'dom/ScriptedIdleTaskController.h',
2393 'dom/SecurityContext.cpp', 2400 'dom/SecurityContext.cpp',
2394 'dom/SecurityContext.h', 2401 'dom/SecurityContext.h',
2395 'dom/SelectorQuery.cpp', 2402 'dom/SelectorQuery.cpp',
2396 'dom/SelectorQuery.h', 2403 'dom/SelectorQuery.h',
2397 'dom/ShadowTreeStyleSheetCollection.cpp', 2404 'dom/ShadowTreeStyleSheetCollection.cpp',
2398 'dom/ShadowTreeStyleSheetCollection.h', 2405 'dom/ShadowTreeStyleSheetCollection.h',
2399 'dom/SimulatedClickOptions.h', 2406 'dom/SimulatedClickOptions.h',
2400 'dom/SpaceSplitString.cpp', 2407 'dom/SpaceSplitString.cpp',
2401 'dom/StaticNodeList.h', 2408 'dom/StaticNodeList.h',
2402 'dom/StringCallback.cpp', 2409 'dom/StringCallback.cpp',
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3851 'style/OutlineValueTest.cpp', 3858 'style/OutlineValueTest.cpp',
3852 'style/SVGComputedStyleTest.cpp', 3859 'style/SVGComputedStyleTest.cpp',
3853 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3854 'testing/PrivateScriptTestTest.cpp', 3861 'testing/PrivateScriptTestTest.cpp',
3855 'timing/MemoryInfoTest.cpp', 3862 'timing/MemoryInfoTest.cpp',
3856 'workers/WorkerThreadTest.cpp', 3863 'workers/WorkerThreadTest.cpp',
3857 'xml/parser/SharedBufferReaderTest.cpp', 3864 'xml/parser/SharedBufferReaderTest.cpp',
3858 ], 3865 ],
3859 } 3866 }
3860 } 3867 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698