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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("mus_common") { 9 source_set("mus_common") {
10 sources = [ 10 sources = [
11 "event_matcher_util.cc", 11 "accelerator_util.cc",
12 "event_matcher_util.h", 12 "accelerator_util.h",
13 "switches.cc", 13 "switches.cc",
14 "switches.h", 14 "switches.h",
15 "transient_window_utils.h", 15 "transient_window_utils.h",
16 "types.h", 16 "types.h",
17 "util.h", 17 "util.h",
18 ] 18 ]
19 19
20 deps = [ 20 deps = [
21 "//gpu/command_buffer/client", 21 "//gpu/command_buffer/client",
22 "//gpu/config", 22 "//gpu/config",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "task_runner_test_base.cc", 81 "task_runner_test_base.cc",
82 "task_runner_test_base.h", 82 "task_runner_test_base.h",
83 ] 83 ]
84 84
85 deps = [ 85 deps = [
86 "//base", 86 "//base",
87 "//base/test:test_support", 87 "//base/test:test_support",
88 "//testing/gtest", 88 "//testing/gtest",
89 ] 89 ]
90 } 90 }
OLDNEW
« 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