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

Side by Side Diff: mash/wm/BUILD.gn

Issue 1656123002: Moves accelerator registration to WindowManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mandoline Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « mandoline/ui/desktop_ui/browser_window.cc ('k') | mash/wm/accelerator_registrar_impl.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("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 group("tests") { 10 group("tests") {
(...skipping 28 matching lines...) Expand all
39 "frame/non_client_frame_view_mash.cc", 39 "frame/non_client_frame_view_mash.cc",
40 "frame/non_client_frame_view_mash.h", 40 "frame/non_client_frame_view_mash.h",
41 "layout_manager.cc", 41 "layout_manager.cc",
42 "layout_manager.h", 42 "layout_manager.h",
43 "non_client_frame_controller.cc", 43 "non_client_frame_controller.cc",
44 "non_client_frame_controller.h", 44 "non_client_frame_controller.h",
45 "property_util.cc", 45 "property_util.cc",
46 "property_util.h", 46 "property_util.h",
47 "root_window_controller.cc", 47 "root_window_controller.cc",
48 "root_window_controller.h", 48 "root_window_controller.h",
49 "root_windows_observer.h",
49 "screenlock_layout.cc", 50 "screenlock_layout.cc",
50 "screenlock_layout.h", 51 "screenlock_layout.h",
51 "shadow.cc", 52 "shadow.cc",
52 "shadow.h", 53 "shadow.h",
53 "shadow_controller.cc", 54 "shadow_controller.cc",
54 "shadow_controller.h", 55 "shadow_controller.h",
55 "shelf_layout.cc", 56 "shelf_layout.cc",
56 "shelf_layout.h", 57 "shelf_layout.h",
57 "user_window_controller_impl.cc", 58 "user_window_controller_impl.cc",
58 "user_window_controller_impl.h", 59 "user_window_controller_impl.h",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "//testing/gtest", 178 "//testing/gtest",
178 "//third_party/mojo/src/mojo/edk/system", 179 "//third_party/mojo/src/mojo/edk/system",
179 "//ui/base", 180 "//ui/base",
180 "//ui/events", 181 "//ui/events",
181 "//ui/gfx:test_support", 182 "//ui/gfx:test_support",
182 "//ui/gfx/geometry", 183 "//ui/gfx/geometry",
183 "//ui/mojo/geometry:interfaces", 184 "//ui/mojo/geometry:interfaces",
184 "//ui/mojo/geometry:util", 185 "//ui/mojo/geometry:util",
185 ] 186 ]
186 } 187 }
OLDNEW
« no previous file with comments | « mandoline/ui/desktop_ui/browser_window.cc ('k') | mash/wm/accelerator_registrar_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698