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

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

Issue 2161313002: ResizeObserver implementation, part 2: lifetime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR fixes Created 4 years, 5 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 | « no previous file | 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 03d51e6b4db0f734fe34e7c4536423d2b1d57302..392238817e924e7298aa5edafeb5df654df202ad 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2850,9 +2850,13 @@
'input/TouchActionUtil.h',
'input/TouchEventManager.cpp',
'input/TouchEventManager.h',
+ 'observer/ResizeObservation.h',
+ 'observer/ResizeObservation.cpp',
'observer/ResizeObserver.h',
'observer/ResizeObserver.cpp',
'observer/ResizeObserverCallback.h',
+ 'observer/ResizeObserverController.h',
+ 'observer/ResizeObserverController.cpp',
'observer/ResizeObserverEntry.h',
'observer/ResizeObserverEntry.cpp',
],
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698