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

Unified Diff: Source/core/core.gypi

Issue 48603002: Implement WindowEventHandlers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/dom/window-event-handlers-expected.txt ('k') | Source/core/events/EventTarget.h » ('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 1c12ed9653b87529276ea540e331ea727584e2d4..e995fbad628537e20830adf8d3195ba274bda374 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -141,6 +141,7 @@
'frame/WebKitPoint.idl',
'frame/Window.idl',
'frame/WindowBase64.idl',
+ 'frame/WindowEventHandlers.idl',
'frame/WindowTimers.idl',
'html/FormData.idl',
'html/HTMLAllCollection.idl',
@@ -1217,6 +1218,7 @@
'frame/DOMWindow.h',
'frame/DOMWindowBase64.cpp',
'frame/DOMWindowBase64.h',
+ 'frame/DOMWindowEventHandlers.h',
'frame/DOMWindowLifecycleNotifier.cpp',
'frame/DOMWindowLifecycleNotifier.h',
'frame/DOMWindowLifecycleObserver.cpp',
« no previous file with comments | « LayoutTests/fast/dom/window-event-handlers-expected.txt ('k') | Source/core/events/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698