| OLD | NEW |
| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "screenlock_layout.cc", | 66 "screenlock_layout.cc", |
| 67 "screenlock_layout.h", | 67 "screenlock_layout.h", |
| 68 "shadow.cc", | 68 "shadow.cc", |
| 69 "shadow.h", | 69 "shadow.h", |
| 70 "shadow_controller.cc", | 70 "shadow_controller.cc", |
| 71 "shadow_controller.h", | 71 "shadow_controller.h", |
| 72 "shelf_delegate_mus.cc", | 72 "shelf_delegate_mus.cc", |
| 73 "shelf_delegate_mus.h", | 73 "shelf_delegate_mus.h", |
| 74 "shell_delegate_mus.cc", | 74 "shell_delegate_mus.cc", |
| 75 "shell_delegate_mus.h", | 75 "shell_delegate_mus.h", |
| 76 "wallpaper_delegate_mus.cc", |
| 77 "wallpaper_delegate_mus.h", |
| 76 "window_manager.cc", | 78 "window_manager.cc", |
| 77 "window_manager.h", | 79 "window_manager.h", |
| 78 "window_manager_application.cc", | 80 "window_manager_application.cc", |
| 79 "window_manager_application.h", | 81 "window_manager_application.h", |
| 80 "window_manager_observer.h", | 82 "window_manager_observer.h", |
| 81 ] | 83 ] |
| 82 | 84 |
| 83 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 85 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 84 | 86 |
| 85 deps = [ | 87 deps = [ |
| 86 "//components/user_manager", | 88 "//components/user_manager", |
| 89 "//components/wallpaper", |
| 87 "//ui/app_list/presenter", | 90 "//ui/app_list/presenter", |
| 88 "//ui/message_center", | 91 "//ui/message_center", |
| 89 ] | 92 ] |
| 90 | 93 |
| 91 public_deps = [ | 94 public_deps = [ |
| 92 "//ash", | 95 "//ash", |
| 93 "//ash/public/interfaces", | 96 "//ash/public/interfaces", |
| 94 "//base", | 97 "//base", |
| 95 "//mash/public/interfaces", | 98 "//mash/public/interfaces", |
| 96 "//mash/session/public/interfaces", | 99 "//mash/session/public/interfaces", |
| 97 "//mojo/common:common_base", | 100 "//mojo/common:common_base", |
| 98 "//services/shell/public/cpp", | 101 "//services/shell/public/cpp", |
| 99 "//services/tracing/public/cpp", | 102 "//services/tracing/public/cpp", |
| 100 "//services/ui/common:mus_common", | 103 "//services/ui/common:mus_common", |
| 101 "//services/ui/public/cpp", | 104 "//services/ui/public/cpp", |
| 102 "//services/ui/public/interfaces", | 105 "//services/ui/public/interfaces", |
| 103 "//skia", | 106 "//skia", |
| 104 "//ui/aura", | 107 "//ui/aura", |
| 105 "//ui/events", | 108 "//ui/events", |
| 106 "//ui/gfx", | 109 "//ui/gfx", |
| 107 "//ui/gfx/geometry", | 110 "//ui/gfx/geometry", |
| 108 "//ui/gfx/geometry/mojo", | 111 "//ui/gfx/geometry/mojo", |
| 109 "//ui/resources", | 112 "//ui/resources", |
| 110 "//ui/strings", | 113 "//ui/strings", |
| 111 "//ui/views", | 114 "//ui/views", |
| 112 "//ui/views/mus:for_mojo_application", | 115 "//ui/views/mus:for_mojo_application", |
| 116 "//ui/wm", |
| 113 ] | 117 ] |
| 114 | 118 |
| 115 data_deps = [ | 119 data_deps = [ |
| 116 "//ash/touch_hud/mus:touch_hud", | 120 "//ash/touch_hud/mus:touch_hud", |
| 117 ] | 121 ] |
| 118 | 122 |
| 119 if (is_chromeos) { | 123 if (is_chromeos) { |
| 120 deps += [ | 124 deps += [ |
| 121 "//chromeos", | 125 "//chromeos", |
| 122 "//chromeos:power_manager_proto", | 126 "//chromeos:power_manager_proto", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "//ui/views/mus", | 235 "//ui/views/mus", |
| 232 ] | 236 ] |
| 233 | 237 |
| 234 data_deps = [ | 238 data_deps = [ |
| 235 ":mus", | 239 ":mus", |
| 236 "//mash/quick_launch", | 240 "//mash/quick_launch", |
| 237 ] | 241 ] |
| 238 | 242 |
| 239 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 243 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 240 } | 244 } |
| OLD | NEW |