Index: third_party/WebKit/Source/core/events/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/events/BUILD.gn b/third_party/WebKit/Source/core/events/BUILD.gn |
index fc898f9e32ef278b4ba59ce436e08fc2f15fb32b..fb13fee3e3cde5ec45b33fd88df5a320ebf5f017 100644 |
--- a/third_party/WebKit/Source/core/events/BUILD.gn |
+++ b/third_party/WebKit/Source/core/events/BUILD.gn |
@@ -37,6 +37,7 @@ blink_core_sources("events") { |
"EventDispatcher.cpp", |
"EventDispatcher.h", |
"EventListenerMap.cpp", |
+ "EventListenerMap.h", |
"EventPath.cpp", |
"EventPath.h", |
"EventQueue.h", |
@@ -58,6 +59,7 @@ blink_core_sources("events") { |
"MessageEvent.cpp", |
"MessageEvent.h", |
"MouseEvent.cpp", |
+ "MouseEvent.h", |
"MutationEvent.cpp", |
"MutationEvent.h", |
"NavigatorEvents.cpp", |
@@ -95,7 +97,9 @@ blink_core_sources("events") { |
"TreeScopeEventContext.cpp", |
"TreeScopeEventContext.h", |
"UIEvent.cpp", |
+ "UIEvent.h", |
"UIEventWithKeyState.cpp", |
+ "UIEventWithKeyState.h", |
"VisualViewportResizeEvent.cpp", |
"VisualViewportResizeEvent.h", |
"VisualViewportScrollEvent.cpp", |