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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Lost newline in merge 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/v8.gypi ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/v8.gypi ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698