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

Unified Diff: third_party/WebKit/Source/core/events/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 9 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 | « third_party/WebKit/Source/core/editing/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 513b2e68fb235cfc6f2eccf19258ce8d458e66c8..d3048caae6d1aa95abccf777ba83c6b2e0737671 100644
--- a/third_party/WebKit/Source/core/events/BUILD.gn
+++ b/third_party/WebKit/Source/core/events/BUILD.gn
@@ -37,6 +37,8 @@ blink_core_sources("events") {
"EventDispatchResult.h",
"EventDispatcher.cpp",
"EventDispatcher.h",
+ "EventFactory.h",
+ "EventListener.h",
"EventListenerMap.cpp",
"EventListenerMap.h",
"EventPath.cpp",
@@ -57,6 +59,7 @@ blink_core_sources("events") {
"InputEvent.cpp",
"InputEvent.h",
"KeyboardEvent.cpp",
+ "KeyboardEvent.h",
"MessageEvent.cpp",
"MessageEvent.h",
"MouseEvent.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/editing/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698