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

Unified Diff: services/ui/common/BUILD.gn

Issue 2520093003: WindowManagerClient::AddAccelerator() should take an array (Closed)
Patch Set: Use std::move instead of Clone() Created 4 years 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/mus/window_manager_application.cc ('k') | services/ui/common/accelerator_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index 3499aa30dd5fbee01a3aa6d38bcabad1e46633a2..2dea4b7f3e3876741cf0078840cc6b0d95c07bf4 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -8,8 +8,8 @@ import("//testing/test.gni")
source_set("mus_common") {
sources = [
- "event_matcher_util.cc",
- "event_matcher_util.h",
+ "accelerator_util.cc",
+ "accelerator_util.h",
"switches.cc",
"switches.h",
"transient_window_utils.h",
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | services/ui/common/accelerator_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698