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

Unified Diff: Source/core/core.gypi

Issue 206603002: Add EventHandlerRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: One more unneeded include. 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 5278f476d900429474020a07f555032988dec740..e33183d2fbdaf9f0cc8c85eff1f8564723300c39 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1999,6 +1999,8 @@
'dom/ElementTraversal.h',
'dom/EmptyNodeList.cpp',
'dom/EmptyNodeList.h',
+ 'dom/EventHandlerRegistry.cpp',
+ 'dom/EventHandlerRegistry.h',
'dom/ExecutionContext.cpp',
'dom/ExecutionContextTask.h',
'dom/FullscreenElementStack.cpp',
« no previous file with comments | « LayoutTests/fast/events/scroll-event-handler-count-expected.txt ('k') | Source/core/dom/EventHandlerRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698