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

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: sigbjornf nits 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 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 'dom/DocumentType.cpp', 2382 'dom/DocumentType.cpp',
2381 'dom/DocumentVisibilityObserver.cpp', 2383 'dom/DocumentVisibilityObserver.cpp',
2382 'dom/Element.cpp', 2384 'dom/Element.cpp',
2383 'dom/Element.h', 2385 'dom/Element.h',
2384 'dom/ElementData.cpp', 2386 'dom/ElementData.cpp',
2385 'dom/ElementData.h', 2387 'dom/ElementData.h',
2386 'dom/ElementDataCache.cpp', 2388 'dom/ElementDataCache.cpp',
2387 'dom/ElementDataCache.h', 2389 'dom/ElementDataCache.h',
2388 'dom/ElementFullscreen.cpp', 2390 'dom/ElementFullscreen.cpp',
2389 'dom/ElementFullscreen.h', 2391 'dom/ElementFullscreen.h',
2392 'dom/ElementIntersectionObserverData.cpp',
2393 'dom/ElementIntersectionObserverData.h',
2390 'dom/ElementRareData.cpp', 2394 'dom/ElementRareData.cpp',
2391 'dom/ElementRareData.h', 2395 'dom/ElementRareData.h',
2392 'dom/ElementTraversal.h', 2396 'dom/ElementTraversal.h',
2393 'dom/EmptyNodeList.cpp', 2397 'dom/EmptyNodeList.cpp',
2394 'dom/EmptyNodeList.h', 2398 'dom/EmptyNodeList.h',
2395 'dom/ExecutionContext.cpp', 2399 'dom/ExecutionContext.cpp',
2396 'dom/ExecutionContext.h', 2400 'dom/ExecutionContext.h',
2397 'dom/ExecutionContextTask.h', 2401 'dom/ExecutionContextTask.h',
2398 'dom/FirstLetterPseudoElement.cpp', 2402 'dom/FirstLetterPseudoElement.cpp',
2399 'dom/FirstLetterPseudoElement.h', 2403 'dom/FirstLetterPseudoElement.h',
2400 'dom/FlexibleArrayBufferView.h', 2404 'dom/FlexibleArrayBufferView.h',
2401 'dom/FrameRequestCallback.h', 2405 'dom/FrameRequestCallback.h',
2402 'dom/FrameRequestCallbackCollection.cpp', 2406 'dom/FrameRequestCallbackCollection.cpp',
2403 'dom/FrameRequestCallbackCollection.h', 2407 'dom/FrameRequestCallbackCollection.h',
2404 'dom/Fullscreen.cpp', 2408 'dom/Fullscreen.cpp',
2405 'dom/Fullscreen.h', 2409 'dom/Fullscreen.h',
2406 'dom/GlobalEventHandlers.h', 2410 'dom/GlobalEventHandlers.h',
2407 'dom/IconURL.cpp', 2411 'dom/IconURL.cpp',
2408 'dom/IconURL.h', 2412 'dom/IconURL.h',
2409 'dom/IdleDeadline.cpp', 2413 'dom/IdleDeadline.cpp',
2410 'dom/IdleDeadline.h', 2414 'dom/IdleDeadline.h',
2411 'dom/IdleRequestCallback.h', 2415 'dom/IdleRequestCallback.h',
2412 'dom/IdTargetObserver.cpp', 2416 'dom/IdTargetObserver.cpp',
2413 'dom/IdTargetObserver.h', 2417 'dom/IdTargetObserver.h',
2414 'dom/IdTargetObserverRegistry.cpp', 2418 'dom/IdTargetObserverRegistry.cpp',
2415 'dom/IdTargetObserverRegistry.h', 2419 'dom/IdTargetObserverRegistry.h',
2416 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2420 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2417 'dom/IncrementLoadEventDelayCount.cpp', 2421 'dom/IncrementLoadEventDelayCount.cpp',
2418 'dom/IncrementLoadEventDelayCount.h', 2422 'dom/IncrementLoadEventDelayCount.h',
2423 'dom/IntersectionObservation.cpp',
2424 'dom/IntersectionObservation.h',
2425 'dom/IntersectionObserver.cpp',
2426 'dom/IntersectionObserver.h',
2427 'dom/IntersectionObserverEntry.cpp',
2428 'dom/IntersectionObserverEntry.h',
2429 'dom/IntersectionObserverController.cpp',
2430 'dom/IntersectionObserverController.h',
2419 'dom/Iterator.h', 2431 'dom/Iterator.h',
2420 'dom/LayoutTreeBuilder.cpp', 2432 'dom/LayoutTreeBuilder.cpp',
2421 'dom/LayoutTreeBuilder.h', 2433 'dom/LayoutTreeBuilder.h',
2422 'dom/LayoutTreeBuilderTraversal.cpp', 2434 'dom/LayoutTreeBuilderTraversal.cpp',
2423 'dom/LayoutTreeBuilderTraversal.h', 2435 'dom/LayoutTreeBuilderTraversal.h',
2424 'dom/LiveNodeList.cpp', 2436 'dom/LiveNodeList.cpp',
2425 'dom/LiveNodeList.h', 2437 'dom/LiveNodeList.h',
2426 'dom/LiveNodeListBase.cpp', 2438 'dom/LiveNodeListBase.cpp',
2427 'dom/LiveNodeListBase.h', 2439 'dom/LiveNodeListBase.h',
2428 'dom/MainThreadTaskRunner.cpp', 2440 'dom/MainThreadTaskRunner.cpp',
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 ], 3577 ],
3566 'core_dictionary_idl_files': [ 3578 'core_dictionary_idl_files': [
3567 'animation/KeyframeEffectOptions.idl', 3579 'animation/KeyframeEffectOptions.idl',
3568 'animation/ComputedTimingProperties.idl', 3580 'animation/ComputedTimingProperties.idl',
3569 'css/FontFaceDescriptors.idl', 3581 'css/FontFaceDescriptors.idl',
3570 'css/FontFaceSetLoadEventInit.idl', 3582 'css/FontFaceSetLoadEventInit.idl',
3571 'css/MediaQueryListEventInit.idl', 3583 'css/MediaQueryListEventInit.idl',
3572 'dom/DOMPointInit.idl', 3584 'dom/DOMPointInit.idl',
3573 'dom/ElementRegistrationOptions.idl', 3585 'dom/ElementRegistrationOptions.idl',
3574 'dom/IdleRequestOptions.idl', 3586 'dom/IdleRequestOptions.idl',
3587 'dom/IntersectionObserverInit.idl',
3575 'dom/MutationObserverInit.idl', 3588 'dom/MutationObserverInit.idl',
3576 'dom/shadow/ShadowRootInit.idl', 3589 'dom/shadow/ShadowRootInit.idl',
3577 'dom/TouchInit.idl', 3590 'dom/TouchInit.idl',
3578 'events/AnimationEventInit.idl', 3591 'events/AnimationEventInit.idl',
3579 'events/AnimationPlayerEventInit.idl', 3592 'events/AnimationPlayerEventInit.idl',
3580 'events/ApplicationCacheErrorEventInit.idl', 3593 'events/ApplicationCacheErrorEventInit.idl',
3581 'events/AutocompleteErrorEventInit.idl', 3594 'events/AutocompleteErrorEventInit.idl',
3582 'events/CompositionEventInit.idl', 3595 'events/CompositionEventInit.idl',
3583 'events/CustomEventInit.idl', 3596 'events/CustomEventInit.idl',
3584 'events/DragEventInit.idl', 3597 'events/DragEventInit.idl',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
3623 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.cpp', 3636 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.cpp',
3624 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.h', 3637 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.h',
3625 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp', 3638 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp',
3626 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h', 3639 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h',
3627 '<(blink_core_output_dir)/dom/DOMPointInit.cpp', 3640 '<(blink_core_output_dir)/dom/DOMPointInit.cpp',
3628 '<(blink_core_output_dir)/dom/DOMPointInit.h', 3641 '<(blink_core_output_dir)/dom/DOMPointInit.h',
3629 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp', 3642 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp',
3630 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h', 3643 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h',
3631 '<(blink_core_output_dir)/dom/IdleRequestOptions.cpp', 3644 '<(blink_core_output_dir)/dom/IdleRequestOptions.cpp',
3632 '<(blink_core_output_dir)/dom/IdleRequestOptions.h', 3645 '<(blink_core_output_dir)/dom/IdleRequestOptions.h',
3646 '<(blink_core_output_dir)/dom/IntersectionObserverInit.cpp',
3647 '<(blink_core_output_dir)/dom/IntersectionObserverInit.h',
3633 '<(blink_core_output_dir)/dom/MutationObserverInit.cpp', 3648 '<(blink_core_output_dir)/dom/MutationObserverInit.cpp',
3634 '<(blink_core_output_dir)/dom/MutationObserverInit.h', 3649 '<(blink_core_output_dir)/dom/MutationObserverInit.h',
3635 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.cpp', 3650 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.cpp',
3636 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h', 3651 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h',
3637 '<(blink_core_output_dir)/dom/TouchInit.cpp', 3652 '<(blink_core_output_dir)/dom/TouchInit.cpp',
3638 '<(blink_core_output_dir)/dom/TouchInit.h', 3653 '<(blink_core_output_dir)/dom/TouchInit.h',
3639 '<(blink_core_output_dir)/events/AnimationEventInit.cpp', 3654 '<(blink_core_output_dir)/events/AnimationEventInit.cpp',
3640 '<(blink_core_output_dir)/events/AnimationEventInit.h', 3655 '<(blink_core_output_dir)/events/AnimationEventInit.h',
3641 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp', 3656 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp',
3642 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', 3657 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3972 'style/SVGComputedStyleTest.cpp', 3987 'style/SVGComputedStyleTest.cpp',
3973 'svg/SVGPathParserTest.cpp', 3988 'svg/SVGPathParserTest.cpp',
3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3989 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3975 'testing/PrivateScriptTestTest.cpp', 3990 'testing/PrivateScriptTestTest.cpp',
3976 'timing/MemoryInfoTest.cpp', 3991 'timing/MemoryInfoTest.cpp',
3977 'workers/WorkerThreadTest.cpp', 3992 'workers/WorkerThreadTest.cpp',
3978 'xml/parser/SharedBufferReaderTest.cpp', 3993 'xml/parser/SharedBufferReaderTest.cpp',
3979 ], 3994 ],
3980 } 3995 }
3981 } 3996 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698