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

Unified Diff: ash/sysui/BUILD.gn

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 | « ash/shell/shell_delegate_impl.cc ('k') | ash/sysui/pointer_down_watcher_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
index 3b4ca6dcdb3d063c0572e41af4bd6d538bb24c49..6b563c7f9990594c87f1afc462dc277a6b44bc91 100644
--- a/ash/sysui/BUILD.gn
+++ b/ash/sysui/BUILD.gn
@@ -15,8 +15,8 @@ source_set("lib") {
"context_menu_mus.h",
"keyboard_ui_mus.cc",
"keyboard_ui_mus.h",
- "pointer_watcher_delegate_mus.cc",
- "pointer_watcher_delegate_mus.h",
+ "pointer_down_watcher_delegate_mus.cc",
+ "pointer_down_watcher_delegate_mus.h",
"shelf_delegate_mus.cc",
"shelf_delegate_mus.h",
"shell_delegate_mus.cc",
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/sysui/pointer_down_watcher_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698