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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2683043004: Remove ui/events/blink dependency on blink_minimal. (Closed)
Patch Set: fix win debug Created 3 years, 10 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index d94e4b441ddee08c20876be8c45734669f189f6b..d3d849b5bd80efeb8969a0853d9f4e9c58031dde 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -208,6 +208,7 @@ source_set("blink_headers") {
"platform/WebInputEvent.h",
"platform/WebInputEventResult.h",
"platform/WebInsecureRequestPolicy.h",
+ "platform/WebKeyboardEvent.h",
"platform/WebLayer.h",
"platform/WebLayerPositionConstraint.h",
"platform/WebLayerScrollClient.h",
@@ -239,6 +240,7 @@ source_set("blink_headers") {
"platform/WebMixedContent.h",
"platform/WebMixedContentContextType.h",
"platform/WebMockClipboard.h",
+ "platform/WebMouseWheelEvent.h",
"platform/WebNativeScrollBehavior.h",
"platform/WebNavigationHintType.h",
"platform/WebNonCopyable.h",

Powered by Google App Engine
This is Rietveld 408576698