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

Unified Diff: ui/events/blink/BUILD.gn

Issue 2429953002: Implement compositor thread VSync aligned event queue (Closed)
Patch Set: dtapuska&enne's review: Call |Now()| once per loop; Chromium style; Remove parameterized test 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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/events/blink/blink_event_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/BUILD.gn
diff --git a/ui/events/blink/BUILD.gn b/ui/events/blink/BUILD.gn
index c18e2f90df7d406b19f125c331f6bedcfa6e9de2..588f1f4321cb07af121707b94f47b1041e4d3220 100644
--- a/ui/events/blink/BUILD.gn
+++ b/ui/events/blink/BUILD.gn
@@ -8,8 +8,14 @@ source_set("blink") {
sources = [
"blink_event_util.cc",
"blink_event_util.h",
+ "blink_features.cc",
+ "blink_features.h",
+ "compositor_thread_event_queue.cc",
+ "compositor_thread_event_queue.h",
"did_overscroll_params.cc",
"did_overscroll_params.h",
+ "event_with_callback.cc",
+ "event_with_callback.h",
"input_handler_proxy.cc",
"input_handler_proxy.h",
"input_handler_proxy_client.h",
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/events/blink/blink_event_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698