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

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

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent Created 4 years, 1 month 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 ab794f1f811b7fa5d344e6e771cb49333b556f75..a4e8b953f97b432f0915663a719c7e7b30ea1348 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -100,6 +100,7 @@ if (is_android) {
# and public structures without actually linking against any Blink libraries.
source_set("blink_headers") {
sources = [
+ "platform/CoalescedWebInputEvent.h",
"platform/FilePathConversion.h",
"platform/InterfaceProvider.h",
"platform/Platform.h",

Powered by Google App Engine
This is Rietveld 408576698