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

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

Issue 1340263003: Rename IdleCallbackDeadline to IdleDeadline to be in sync with spec. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'dom/DOMStringMap.idl', 63 'dom/DOMStringMap.idl',
64 'dom/DOMTokenList.idl', 64 'dom/DOMTokenList.idl',
65 'dom/DataView.idl', 65 'dom/DataView.idl',
66 'dom/Document.idl', 66 'dom/Document.idl',
67 'dom/DocumentFragment.idl', 67 'dom/DocumentFragment.idl',
68 'dom/DocumentType.idl', 68 'dom/DocumentType.idl',
69 'dom/Element.idl', 69 'dom/Element.idl',
70 'dom/Float32Array.idl', 70 'dom/Float32Array.idl',
71 'dom/Float64Array.idl', 71 'dom/Float64Array.idl',
72 'dom/FrameRequestCallback.idl', 72 'dom/FrameRequestCallback.idl',
73 'dom/IdleCallbackDeadline.idl', 73 'dom/IdleDeadline.idl',
74 'dom/IdleRequestCallback.idl', 74 'dom/IdleRequestCallback.idl',
75 'dom/Int16Array.idl', 75 'dom/Int16Array.idl',
76 'dom/Int32Array.idl', 76 'dom/Int32Array.idl',
77 'dom/Int8Array.idl', 77 'dom/Int8Array.idl',
78 'dom/Iterator.idl', 78 'dom/Iterator.idl',
79 'dom/MessageChannel.idl', 79 'dom/MessageChannel.idl',
80 'dom/MessagePort.idl', 80 'dom/MessagePort.idl',
81 'dom/MutationObserver.idl', 81 'dom/MutationObserver.idl',
82 'dom/MutationRecord.idl', 82 'dom/MutationRecord.idl',
83 'dom/NamedNodeMap.idl', 83 'dom/NamedNodeMap.idl',
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after
2305 'dom/FirstLetterPseudoElement.h', 2305 'dom/FirstLetterPseudoElement.h',
2306 'dom/FlexibleArrayBufferView.h', 2306 'dom/FlexibleArrayBufferView.h',
2307 'dom/FrameRequestCallback.h', 2307 'dom/FrameRequestCallback.h',
2308 'dom/FrameRequestCallbackCollection.cpp', 2308 'dom/FrameRequestCallbackCollection.cpp',
2309 'dom/FrameRequestCallbackCollection.h', 2309 'dom/FrameRequestCallbackCollection.h',
2310 'dom/Fullscreen.cpp', 2310 'dom/Fullscreen.cpp',
2311 'dom/Fullscreen.h', 2311 'dom/Fullscreen.h',
2312 'dom/GlobalEventHandlers.h', 2312 'dom/GlobalEventHandlers.h',
2313 'dom/IconURL.cpp', 2313 'dom/IconURL.cpp',
2314 'dom/IconURL.h', 2314 'dom/IconURL.h',
2315 'dom/IdleCallbackDeadline.cpp', 2315 'dom/IdleDeadline.cpp',
2316 'dom/IdleCallbackDeadline.h', 2316 'dom/IdleDeadline.h',
2317 'dom/IdleRequestCallback.h', 2317 'dom/IdleRequestCallback.h',
2318 'dom/IdTargetObserver.cpp', 2318 'dom/IdTargetObserver.cpp',
2319 'dom/IdTargetObserver.h', 2319 'dom/IdTargetObserver.h',
2320 'dom/IdTargetObserverRegistry.cpp', 2320 'dom/IdTargetObserverRegistry.cpp',
2321 'dom/IdTargetObserverRegistry.h', 2321 'dom/IdTargetObserverRegistry.h',
2322 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2322 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2323 'dom/IncrementLoadEventDelayCount.cpp', 2323 'dom/IncrementLoadEventDelayCount.cpp',
2324 'dom/IncrementLoadEventDelayCount.h', 2324 'dom/IncrementLoadEventDelayCount.h',
2325 'dom/Iterator.h', 2325 'dom/Iterator.h',
2326 'dom/LayoutTreeBuilder.cpp', 2326 'dom/LayoutTreeBuilder.cpp',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
3856 'style/OutlineValueTest.cpp', 3856 'style/OutlineValueTest.cpp',
3857 'style/SVGComputedStyleTest.cpp', 3857 'style/SVGComputedStyleTest.cpp',
3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3859 'testing/PrivateScriptTestTest.cpp', 3859 'testing/PrivateScriptTestTest.cpp',
3860 'timing/MemoryInfoTest.cpp', 3860 'timing/MemoryInfoTest.cpp',
3861 'workers/WorkerThreadTest.cpp', 3861 'workers/WorkerThreadTest.cpp',
3862 'xml/parser/SharedBufferReaderTest.cpp', 3862 'xml/parser/SharedBufferReaderTest.cpp',
3863 ], 3863 ],
3864 } 3864 }
3865 } 3865 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/IdleCallbackDeadline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698