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

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

Issue 1449623002: IntersectionObserver: second cut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add RuntimeEnabled flags to all idl's, fix test expectations. Created 4 years, 11 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
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'dom/DocumentType.idl', 72 'dom/DocumentType.idl',
73 'dom/Element.idl', 73 'dom/Element.idl',
74 'dom/Float32Array.idl', 74 'dom/Float32Array.idl',
75 'dom/Float64Array.idl', 75 'dom/Float64Array.idl',
76 'dom/FrameRequestCallback.idl', 76 'dom/FrameRequestCallback.idl',
77 'dom/IdleDeadline.idl', 77 'dom/IdleDeadline.idl',
78 'dom/IdleRequestCallback.idl', 78 'dom/IdleRequestCallback.idl',
79 'dom/Int16Array.idl', 79 'dom/Int16Array.idl',
80 'dom/Int32Array.idl', 80 'dom/Int32Array.idl',
81 'dom/Int8Array.idl', 81 'dom/Int8Array.idl',
82 'dom/IntersectionObserver.idl',
83 'dom/IntersectionObserverEntry.idl',
82 'dom/Iterator.idl', 84 'dom/Iterator.idl',
83 'dom/MessageChannel.idl', 85 'dom/MessageChannel.idl',
84 'dom/MessagePort.idl', 86 'dom/MessagePort.idl',
85 'dom/MutationObserver.idl', 87 'dom/MutationObserver.idl',
86 'dom/MutationRecord.idl', 88 'dom/MutationRecord.idl',
87 'dom/NamedNodeMap.idl', 89 'dom/NamedNodeMap.idl',
88 'dom/Node.idl', 90 'dom/Node.idl',
89 'dom/NodeFilter.idl', 91 'dom/NodeFilter.idl',
90 'dom/NodeIterator.idl', 92 'dom/NodeIterator.idl',
91 'dom/NodeList.idl', 93 'dom/NodeList.idl',
(...skipping 2292 matching lines...) Expand 10 before | Expand all | Expand 10 after
2384 'dom/DocumentType.cpp', 2386 'dom/DocumentType.cpp',
2385 'dom/DocumentVisibilityObserver.cpp', 2387 'dom/DocumentVisibilityObserver.cpp',
2386 'dom/Element.cpp', 2388 'dom/Element.cpp',
2387 'dom/Element.h', 2389 'dom/Element.h',
2388 'dom/ElementData.cpp', 2390 'dom/ElementData.cpp',
2389 'dom/ElementData.h', 2391 'dom/ElementData.h',
2390 'dom/ElementDataCache.cpp', 2392 'dom/ElementDataCache.cpp',
2391 'dom/ElementDataCache.h', 2393 'dom/ElementDataCache.h',
2392 'dom/ElementFullscreen.cpp', 2394 'dom/ElementFullscreen.cpp',
2393 'dom/ElementFullscreen.h', 2395 'dom/ElementFullscreen.h',
2396 'dom/ElementIntersectionObserverData.cpp',
2397 'dom/ElementIntersectionObserverData.h',
2394 'dom/ElementRareData.cpp', 2398 'dom/ElementRareData.cpp',
2395 'dom/ElementRareData.h', 2399 'dom/ElementRareData.h',
2396 'dom/ElementTraversal.h', 2400 'dom/ElementTraversal.h',
2397 'dom/EmptyNodeList.cpp', 2401 'dom/EmptyNodeList.cpp',
2398 'dom/EmptyNodeList.h', 2402 'dom/EmptyNodeList.h',
2399 'dom/ExecutionContext.cpp', 2403 'dom/ExecutionContext.cpp',
2400 'dom/ExecutionContext.h', 2404 'dom/ExecutionContext.h',
2401 'dom/ExecutionContextTask.h', 2405 'dom/ExecutionContextTask.h',
2402 'dom/FirstLetterPseudoElement.cpp', 2406 'dom/FirstLetterPseudoElement.cpp',
2403 'dom/FirstLetterPseudoElement.h', 2407 'dom/FirstLetterPseudoElement.h',
2404 'dom/FlexibleArrayBufferView.h', 2408 'dom/FlexibleArrayBufferView.h',
2405 'dom/FrameRequestCallback.h', 2409 'dom/FrameRequestCallback.h',
2406 'dom/FrameRequestCallbackCollection.cpp', 2410 'dom/FrameRequestCallbackCollection.cpp',
2407 'dom/FrameRequestCallbackCollection.h', 2411 'dom/FrameRequestCallbackCollection.h',
2408 'dom/Fullscreen.cpp', 2412 'dom/Fullscreen.cpp',
2409 'dom/Fullscreen.h', 2413 'dom/Fullscreen.h',
2410 'dom/GlobalEventHandlers.h', 2414 'dom/GlobalEventHandlers.h',
2411 'dom/IconURL.cpp', 2415 'dom/IconURL.cpp',
2412 'dom/IconURL.h', 2416 'dom/IconURL.h',
2413 'dom/IdleDeadline.cpp', 2417 'dom/IdleDeadline.cpp',
2414 'dom/IdleDeadline.h', 2418 'dom/IdleDeadline.h',
2415 'dom/IdleRequestCallback.h', 2419 'dom/IdleRequestCallback.h',
2416 'dom/IdTargetObserver.cpp', 2420 'dom/IdTargetObserver.cpp',
2417 'dom/IdTargetObserver.h', 2421 'dom/IdTargetObserver.h',
2418 'dom/IdTargetObserverRegistry.cpp', 2422 'dom/IdTargetObserverRegistry.cpp',
2419 'dom/IdTargetObserverRegistry.h', 2423 'dom/IdTargetObserverRegistry.h',
2420 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2424 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2421 'dom/IncrementLoadEventDelayCount.cpp', 2425 'dom/IncrementLoadEventDelayCount.cpp',
2422 'dom/IncrementLoadEventDelayCount.h', 2426 'dom/IncrementLoadEventDelayCount.h',
2427 'dom/IntersectionObservation.cpp',
2428 'dom/IntersectionObservation.h',
2429 'dom/IntersectionObserver.cpp',
2430 'dom/IntersectionObserver.h',
2431 'dom/IntersectionObserverEntry.cpp',
2432 'dom/IntersectionObserverEntry.h',
2433 'dom/IntersectionObserverController.cpp',
2434 'dom/IntersectionObserverController.h',
2423 'dom/Iterator.h', 2435 'dom/Iterator.h',
2424 'dom/LayoutTreeBuilder.cpp', 2436 'dom/LayoutTreeBuilder.cpp',
2425 'dom/LayoutTreeBuilder.h', 2437 'dom/LayoutTreeBuilder.h',
2426 'dom/LayoutTreeBuilderTraversal.cpp', 2438 'dom/LayoutTreeBuilderTraversal.cpp',
2427 'dom/LayoutTreeBuilderTraversal.h', 2439 'dom/LayoutTreeBuilderTraversal.h',
2428 'dom/LiveNodeList.cpp', 2440 'dom/LiveNodeList.cpp',
2429 'dom/LiveNodeList.h', 2441 'dom/LiveNodeList.h',
2430 'dom/LiveNodeListBase.cpp', 2442 'dom/LiveNodeListBase.cpp',
2431 'dom/LiveNodeListBase.h', 2443 'dom/LiveNodeListBase.h',
2432 'dom/MainThreadTaskRunner.cpp', 2444 'dom/MainThreadTaskRunner.cpp',
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 ], 3582 ],
3571 'core_dictionary_idl_files': [ 3583 'core_dictionary_idl_files': [
3572 'animation/KeyframeEffectOptions.idl', 3584 'animation/KeyframeEffectOptions.idl',
3573 'animation/ComputedTimingProperties.idl', 3585 'animation/ComputedTimingProperties.idl',
3574 'css/FontFaceDescriptors.idl', 3586 'css/FontFaceDescriptors.idl',
3575 'css/FontFaceSetLoadEventInit.idl', 3587 'css/FontFaceSetLoadEventInit.idl',
3576 'css/MediaQueryListEventInit.idl', 3588 'css/MediaQueryListEventInit.idl',
3577 'dom/DOMPointInit.idl', 3589 'dom/DOMPointInit.idl',
3578 'dom/ElementRegistrationOptions.idl', 3590 'dom/ElementRegistrationOptions.idl',
3579 'dom/IdleRequestOptions.idl', 3591 'dom/IdleRequestOptions.idl',
3592 'dom/IntersectionObserverInit.idl',
3580 'dom/MutationObserverInit.idl', 3593 'dom/MutationObserverInit.idl',
3581 'dom/shadow/ShadowRootInit.idl', 3594 'dom/shadow/ShadowRootInit.idl',
3582 'dom/TouchInit.idl', 3595 'dom/TouchInit.idl',
3583 'events/AnimationEventInit.idl', 3596 'events/AnimationEventInit.idl',
3584 'events/AnimationPlayerEventInit.idl', 3597 'events/AnimationPlayerEventInit.idl',
3585 'events/ApplicationCacheErrorEventInit.idl', 3598 'events/ApplicationCacheErrorEventInit.idl',
3586 'events/AutocompleteErrorEventInit.idl', 3599 'events/AutocompleteErrorEventInit.idl',
3587 'events/CompositionEventInit.idl', 3600 'events/CompositionEventInit.idl',
3588 'events/CustomEventInit.idl', 3601 'events/CustomEventInit.idl',
3589 'events/DragEventInit.idl', 3602 'events/DragEventInit.idl',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.cpp', 3641 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.cpp',
3629 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.h', 3642 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.h',
3630 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp', 3643 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp',
3631 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h', 3644 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h',
3632 '<(blink_core_output_dir)/dom/DOMPointInit.cpp', 3645 '<(blink_core_output_dir)/dom/DOMPointInit.cpp',
3633 '<(blink_core_output_dir)/dom/DOMPointInit.h', 3646 '<(blink_core_output_dir)/dom/DOMPointInit.h',
3634 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp', 3647 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp',
3635 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h', 3648 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h',
3636 '<(blink_core_output_dir)/dom/IdleRequestOptions.cpp', 3649 '<(blink_core_output_dir)/dom/IdleRequestOptions.cpp',
3637 '<(blink_core_output_dir)/dom/IdleRequestOptions.h', 3650 '<(blink_core_output_dir)/dom/IdleRequestOptions.h',
3651 '<(blink_core_output_dir)/dom/IntersectionObserverInit.cpp',
3652 '<(blink_core_output_dir)/dom/IntersectionObserverInit.h',
3638 '<(blink_core_output_dir)/dom/MutationObserverInit.cpp', 3653 '<(blink_core_output_dir)/dom/MutationObserverInit.cpp',
3639 '<(blink_core_output_dir)/dom/MutationObserverInit.h', 3654 '<(blink_core_output_dir)/dom/MutationObserverInit.h',
3640 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.cpp', 3655 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.cpp',
3641 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h', 3656 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h',
3642 '<(blink_core_output_dir)/dom/TouchInit.cpp', 3657 '<(blink_core_output_dir)/dom/TouchInit.cpp',
3643 '<(blink_core_output_dir)/dom/TouchInit.h', 3658 '<(blink_core_output_dir)/dom/TouchInit.h',
3644 '<(blink_core_output_dir)/events/AnimationEventInit.cpp', 3659 '<(blink_core_output_dir)/events/AnimationEventInit.cpp',
3645 '<(blink_core_output_dir)/events/AnimationEventInit.h', 3660 '<(blink_core_output_dir)/events/AnimationEventInit.h',
3646 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp', 3661 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp',
3647 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', 3662 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
3979 'style/SVGComputedStyleTest.cpp', 3994 'style/SVGComputedStyleTest.cpp',
3980 'svg/SVGPathParserTest.cpp', 3995 'svg/SVGPathParserTest.cpp',
3981 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3996 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3982 'testing/PrivateScriptTestTest.cpp', 3997 'testing/PrivateScriptTestTest.cpp',
3983 'timing/MemoryInfoTest.cpp', 3998 'timing/MemoryInfoTest.cpp',
3984 'workers/WorkerThreadTest.cpp', 3999 'workers/WorkerThreadTest.cpp',
3985 'xml/parser/SharedBufferReaderTest.cpp', 4000 'xml/parser/SharedBufferReaderTest.cpp',
3986 ], 4001 ],
3987 } 4002 }
3988 } 4003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698