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

Unified Diff: ui/events/BUILD.gn

Issue 2751403002: Record the fraction of the time without user input - Aura only (Closed)
Patch Set: Update test. 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
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 95bf12f70e76cb4b2474c11bc075019f389079da..2a010dc9dc285ebd764ca1060c2d6680837312c9 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -50,6 +50,8 @@ component("events_base") {
"event_switches.cc",
"event_switches.h",
"events_base_export.h",
+ "fraction_of_time_without_user_input_recorder.cc",
+ "fraction_of_time_without_user_input_recorder.h",
"gesture_curve.h",
"gesture_event_details.cc",
"gesture_event_details.h",
@@ -360,6 +362,7 @@ if (!is_ios) {
"event_processor_unittest.cc",
"event_rewriter_unittest.cc",
"event_unittest.cc",
+ "fraction_of_time_without_user_input_recorder_unittest.cc",
"gesture_detection/bitset_32_unittest.cc",
"gesture_detection/filtered_gesture_provider_unittest.cc",
"gesture_detection/gesture_event_data_packet_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698