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

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

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase 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 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",
« 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