| 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 01a242695d34763af076c1b9450385f273e7f595..0a340c7858ef1a509172fb0db02b74abc337a0b0 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',
|
| @@ -2346,6 +2348,10 @@
|
| 'dom/IgnoreDestructiveWriteCountIncrementer.h',
|
| 'dom/IncrementLoadEventDelayCount.cpp',
|
| 'dom/IncrementLoadEventDelayCount.h',
|
| + 'dom/IntersectionObserver.cpp',
|
| + 'dom/IntersectionObserver.h',
|
| + 'dom/IntersectionObserverEntry.cpp',
|
| + 'dom/IntersectionObserverEntry.h',
|
| 'dom/Iterator.h',
|
| 'dom/LayoutTreeBuilder.cpp',
|
| 'dom/LayoutTreeBuilder.h',
|
| @@ -3516,6 +3522,7 @@
|
| 'css/MediaQueryListEventInit.idl',
|
| 'dom/DOMPointInit.idl',
|
| 'dom/ElementRegistrationOptions.idl',
|
| + 'dom/IntersectionObserverInit.idl',
|
| 'dom/MutationObserverInit.idl',
|
| 'dom/shadow/ShadowRootInit.idl',
|
| 'events/AnimationEventInit.idl',
|
| @@ -3569,6 +3576,8 @@
|
| '<(blink_core_output_dir)/dom/DOMPointInit.h',
|
| '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp',
|
| '<(blink_core_output_dir)/dom/ElementRegistrationOptions.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',
|
|
|