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

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

Issue 2520093003: WindowManagerClient::AddAccelerator() should take an array (Closed)
Patch Set: Modify helper to return vector and leverage helper in other files.Rename/format code. Created 4 years, 1 month 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
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index 7becdaf3231ab226cf2ffbb497ebcc70118cb267..2d9bee48f56f2ffddac4513d451cc805a5315019 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -8,6 +8,8 @@ import("//testing/test.gni")
source_set("mus_common") {
sources = [
+ "accelerator_transport_util.cc",
+ "accelerator_transport_util.h",
"event_matcher_util.cc",
"event_matcher_util.h",
"generic_shared_memory_id_generator.cc",

Powered by Google App Engine
This is Rietveld 408576698