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

Unified Diff: ash/BUILD.gn

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: nit and rebase Created 4 years, 3 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 | « no previous file | ash/aura/wm_window_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 4b2bef37ba70fba34c7dbc09854e4658222efeb2..92328c289cdefdbb70eec2663bbfdb1690fe1d66 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -113,6 +113,8 @@ component("ash") {
"common/material_design/material_design_controller.cc",
"common/material_design/material_design_controller.h",
"common/metrics/gesture_action_type.h",
+ "common/metrics/pointer_metrics_recorder.cc",
+ "common/metrics/pointer_metrics_recorder.h",
"common/metrics/user_metrics_action.h",
"common/multi_profile_uma.cc",
"common/multi_profile_uma.h",
@@ -784,8 +786,6 @@ component("ash") {
"wm/session_state_animator_impl.h",
"wm/stacking_controller.cc",
"wm/stacking_controller.h",
- "wm/stylus_metrics_recorder.cc",
- "wm/stylus_metrics_recorder.h",
"wm/system_gesture_event_filter.cc",
"wm/system_gesture_event_filter.h",
"wm/system_modal_container_event_filter.cc",
@@ -820,6 +820,7 @@ component("ash") {
"//ash/common/strings",
"//ash/resources",
"//ash/resources/vector_icons",
+ "//ash/shared:app_types",
]
deps = [
"//ash/autoclick/common:autoclick",
@@ -952,8 +953,6 @@ component("ash") {
"touch/touchscreen_util.h",
"virtual_keyboard_controller.cc",
"virtual_keyboard_controller.h",
- "wm/stylus_metrics_recorder.cc",
- "wm/stylus_metrics_recorder.h",
]
}
@@ -1396,6 +1395,7 @@ test("ash_unittests") {
"common/frame/custom_frame_view_ash_unittest.cc",
"common/frame/default_header_painter_unittest.cc",
"common/material_design/material_design_controller_unittest.cc",
+ "common/metrics/pointer_metrics_recorder_unittest.cc",
"common/popup_message_unittest.cc",
"common/shelf/shelf_background_animator_unittest.cc",
"common/shelf/shelf_button_pressed_metric_tracker_unittest.cc",
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698