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

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

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . 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/dom/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 fb13fee3e3cde5ec45b33fd88df5a320ebf5f017..513b2e68fb235cfc6f2eccf19258ce8d458e66c8 100644
--- a/third_party/WebKit/Source/core/events/BUILD.gn
+++ b/third_party/WebKit/Source/core/events/BUILD.gn
@@ -6,6 +6,7 @@ import("//third_party/WebKit/Source/core/core.gni")
blink_core_sources("events") {
sources = [
+ "AddEventListenerOptionsDefaults.h",
"AddEventListenerOptionsResolved.cpp",
"AddEventListenerOptionsResolved.h",
"AnimationEvent.cpp",
@@ -78,6 +79,7 @@ blink_core_sources("events") {
"ProgressEvent.h",
"PromiseRejectionEvent.cpp",
"PromiseRejectionEvent.h",
+ "RegisteredEventListener.h",
"RelatedEvent.cpp",
"RelatedEvent.h",
"ResourceProgressEvent.cpp",
@@ -88,6 +90,7 @@ blink_core_sources("events") {
"SecurityPolicyViolationEvent.h",
"TextEvent.cpp",
"TextEvent.h",
+ "TextEventInputType.h",
"TouchEvent.cpp",
"TouchEvent.h",
"TouchEventContext.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/dom/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