| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 9b5df835a5f65120c8ae1e4255c75dea40fe3808..026179fb8234a6d30fa327c2afb5ef934ce45cb6 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -75,6 +75,8 @@
|
| 'dom/Int16Array.idl',
|
| 'dom/Int32Array.idl',
|
| 'dom/Int8Array.idl',
|
| + 'dom/IntersectionObserver.idl',
|
| + 'dom/IntersectionObserverEntry.idl',
|
| 'dom/Iterator.idl',
|
| 'dom/MessageChannel.idl',
|
| 'dom/MessagePort.idl',
|
| @@ -2395,6 +2397,14 @@
|
| 'dom/IgnoreDestructiveWriteCountIncrementer.h',
|
| 'dom/IncrementLoadEventDelayCount.cpp',
|
| 'dom/IncrementLoadEventDelayCount.h',
|
| + 'dom/IntersectionObservation.cpp',
|
| + 'dom/IntersectionObservation.h',
|
| + 'dom/IntersectionObserver.cpp',
|
| + 'dom/IntersectionObserver.h',
|
| + 'dom/IntersectionObserverEntry.cpp',
|
| + 'dom/IntersectionObserverEntry.h',
|
| + 'dom/IntersectionObserverRegistry.cpp',
|
| + 'dom/IntersectionObserverRegistry.h',
|
| 'dom/Iterator.h',
|
| 'dom/LayoutTreeBuilder.cpp',
|
| 'dom/LayoutTreeBuilder.h',
|
| @@ -3541,6 +3551,7 @@
|
| 'dom/DOMPointInit.idl',
|
| 'dom/ElementRegistrationOptions.idl',
|
| 'dom/IdleRequestOptions.idl',
|
| + 'dom/IntersectionObserverInit.idl',
|
| 'dom/MutationObserverInit.idl',
|
| 'dom/shadow/ShadowRootInit.idl',
|
| 'dom/TouchInit.idl',
|
| @@ -3599,6 +3610,8 @@
|
| '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h',
|
| '<(blink_core_output_dir)/dom/IdleRequestOptions.cpp',
|
| '<(blink_core_output_dir)/dom/IdleRequestOptions.h',
|
| + '<(blink_core_output_dir)/dom/IntersectionObserverInit.cpp',
|
| + '<(blink_core_output_dir)/dom/IntersectionObserverInit.h',
|
| '<(blink_core_output_dir)/dom/MutationObserverInit.cpp',
|
| '<(blink_core_output_dir)/dom/MutationObserverInit.h',
|
| '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.cpp',
|
|
|