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

Unified Diff: ash/ash.gyp

Issue 2158273003: mus: Rename .*PointerWatcher.* to .*PointerDownWatcher.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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_shell_aura.h » ('j') | no next file with comments »
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 3a6762178bc48069c0045fc7b1f1e1b8706b798e..9d6dfb2151385b6c6b84297407decc25a64648dc 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -78,7 +78,7 @@
'common/metrics/user_metrics_action.h',
'common/multi_profile_uma.cc',
'common/multi_profile_uma.h',
- 'common/pointer_watcher_delegate.h',
+ 'common/pointer_down_watcher_delegate.h',
'common/popup_message.cc',
'common/popup_message.h',
'common/root_window_controller_common.cc',
@@ -578,8 +578,8 @@
'metrics/task_switch_time_tracker.h',
'metrics/user_metrics_recorder.cc',
'metrics/user_metrics_recorder.h',
- 'pointer_watcher_delegate_aura.cc',
- 'pointer_watcher_delegate_aura.h',
+ 'pointer_down_watcher_delegate_aura.cc',
+ 'pointer_down_watcher_delegate_aura.h',
'root_window_controller.cc',
'root_window_controller.h',
'root_window_settings.cc',
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698