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

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

Issue 2639703004: mus: Forward user activity from window server to detector. (Closed)
Patch Set: avoid dereferencing null connector in mash_unittests Created 3 years, 11 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 | « no previous file | ash/mus/bridge/wm_shell_mus.h » ('j') | ash/mus/bridge/wm_shell_mus.h » ('J')
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/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "shadow.cc", 56 "shadow.cc",
57 "shadow.h", 57 "shadow.h",
58 "shadow_controller.cc", 58 "shadow_controller.cc",
59 "shadow_controller.h", 59 "shadow_controller.h",
60 "shelf_delegate_mus.cc", 60 "shelf_delegate_mus.cc",
61 "shelf_delegate_mus.h", 61 "shelf_delegate_mus.h",
62 "shell_delegate_mus.cc", 62 "shell_delegate_mus.cc",
63 "shell_delegate_mus.h", 63 "shell_delegate_mus.h",
64 "system_tray_delegate_mus.cc", 64 "system_tray_delegate_mus.cc",
65 "system_tray_delegate_mus.h", 65 "system_tray_delegate_mus.h",
66 "user_activity_forwarder.cc",
67 "user_activity_forwarder.h",
66 "wallpaper_delegate_mus.cc", 68 "wallpaper_delegate_mus.cc",
67 "wallpaper_delegate_mus.h", 69 "wallpaper_delegate_mus.h",
68 "window_manager.cc", 70 "window_manager.cc",
69 "window_manager.h", 71 "window_manager.h",
70 "window_manager_application.cc", 72 "window_manager_application.cc",
71 "window_manager_application.h", 73 "window_manager_application.h",
72 "window_manager_observer.h", 74 "window_manager_observer.h",
73 "window_properties.cc", 75 "window_properties.cc",
74 "window_properties.h", 76 "window_properties.h",
75 ] 77 ]
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "//ui/views/mus", 253 "//ui/views/mus",
252 ] 254 ]
253 255
254 data_deps = [ 256 data_deps = [
255 ":mus", 257 ":mus",
256 "//mash/quick_launch", 258 "//mash/quick_launch",
257 ] 259 ]
258 260
259 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 261 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
260 } 262 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/bridge/wm_shell_mus.h » ('j') | ash/mus/bridge/wm_shell_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698