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

Side by Side Diff: ash/mus/BUILD.gn

Issue 2285703003: Moves WorkspaceEventHandler to ash/common (Closed)
Patch Set: merge to tip of tree Created 4 years, 3 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
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/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/shell/public/cpp/service.gni") 7 import("//services/shell/public/cpp/service.gni")
8 import("//services/shell/public/service_manifest.gni") 8 import("//services/shell/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 16 matching lines...) Expand all
27 "bridge/wm_lookup_mus.cc", 27 "bridge/wm_lookup_mus.cc",
28 "bridge/wm_lookup_mus.h", 28 "bridge/wm_lookup_mus.h",
29 "bridge/wm_root_window_controller_mus.cc", 29 "bridge/wm_root_window_controller_mus.cc",
30 "bridge/wm_root_window_controller_mus.h", 30 "bridge/wm_root_window_controller_mus.h",
31 "bridge/wm_shelf_mus.cc", 31 "bridge/wm_shelf_mus.cc",
32 "bridge/wm_shelf_mus.h", 32 "bridge/wm_shelf_mus.h",
33 "bridge/wm_shell_mus.cc", 33 "bridge/wm_shell_mus.cc",
34 "bridge/wm_shell_mus.h", 34 "bridge/wm_shell_mus.h",
35 "bridge/wm_window_mus.cc", 35 "bridge/wm_window_mus.cc",
36 "bridge/wm_window_mus.h", 36 "bridge/wm_window_mus.h",
37 "bridge/workspace_event_handler_mus.cc",
38 "bridge/workspace_event_handler_mus.h",
37 "container_ids.cc", 39 "container_ids.cc",
38 "container_ids.h", 40 "container_ids.h",
39 "context_menu_mus.cc", 41 "context_menu_mus.cc",
40 "context_menu_mus.h", 42 "context_menu_mus.h",
41 "disconnected_app_handler.cc", 43 "disconnected_app_handler.cc",
42 "disconnected_app_handler.h", 44 "disconnected_app_handler.h",
43 "drag_window_resizer.cc", 45 "drag_window_resizer.cc",
44 "drag_window_resizer.h", 46 "drag_window_resizer.h",
45 "frame/custom_frame_view_mus.cc", 47 "frame/custom_frame_view_mus.cc",
46 "frame/custom_frame_view_mus.h", 48 "frame/custom_frame_view_mus.h",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "//ui/views/mus", 226 "//ui/views/mus",
225 ] 227 ]
226 228
227 data_deps = [ 229 data_deps = [
228 ":mus", 230 ":mus",
229 "//mash/quick_launch", 231 "//mash/quick_launch",
230 ] 232 ]
231 233
232 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 234 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
233 } 235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698