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

Unified Diff: Source/core/core.gypi

Issue 237963014: Track scroll event handlers in nested documents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oilpan build fix. Created 6 years, 8 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 | « LayoutTests/fast/events/scroll-event-handler-count-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 1936f4bba82541e442b24246fe142b5b32a88f46..6e28480dd900705c81932451fcbc5b8ad8cf27a0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1390,6 +1390,8 @@
'page/DragController.cpp',
'page/DragData.cpp',
'page/EventHandler.cpp',
+ 'page/EventHandlerRegistry.cpp',
+ 'page/EventHandlerRegistry.h',
'page/EventSource.cpp',
'page/EventSource.h',
'page/FocusController.cpp',
@@ -2006,8 +2008,6 @@
'dom/ElementTraversal.h',
'dom/EmptyNodeList.cpp',
'dom/EmptyNodeList.h',
- 'dom/EventHandlerRegistry.cpp',
- 'dom/EventHandlerRegistry.h',
'dom/ExecutionContext.cpp',
'dom/ExecutionContext.h',
'dom/ExecutionContextTask.h',
« no previous file with comments | « LayoutTests/fast/events/scroll-event-handler-count-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698