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

Unified Diff: ash/ash.gyp

Issue 2270173002: add stylus metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate comments and rebase Created 4 years, 4 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 | « ash/BUILD.gn ('k') | ash/shell.h » ('j') | ash/wm/stylus_metrics_recorder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index cc2992c6445e73984c619d41d61bd643e46d41dc..835b31a0a0bc034d8c93f489f41e1baf5380b375 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -772,6 +772,8 @@
'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_background_controller.cc',
'wm/system_background_controller.h',
'wm/system_gesture_event_filter.cc',
@@ -1190,7 +1192,9 @@
'touch/touchscreen_util.cc',
'touch/touchscreen_util.h',
'virtual_keyboard_controller.cc',
- 'virtual_keyboard_controller.h'
+ 'virtual_keyboard_controller.h',
+ 'wm/stylus_metrics_recorder.cc',
jdufault 2016/08/23 23:09:53 Use spaces instead of tabs.
xiaoyinh(OOO Sep 11-29) 2016/08/23 23:45:41 Done.
+ 'wm/stylus_metrics_recorder.h'
],
}],
],
« no previous file with comments | « ash/BUILD.gn ('k') | ash/shell.h » ('j') | ash/wm/stylus_metrics_recorder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698