| 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/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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "window_manager_application.h", | 64 "window_manager_application.h", |
| 65 "window_properties.cc", | 65 "window_properties.cc", |
| 66 "window_properties.h", | 66 "window_properties.h", |
| 67 ] | 67 ] |
| 68 | 68 |
| 69 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 69 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 70 | 70 |
| 71 deps = [ | 71 deps = [ |
| 72 "//chromeos", | 72 "//chromeos", |
| 73 "//chromeos:power_manager_proto", | 73 "//chromeos:power_manager_proto", |
| 74 "//components/discardable_memory/client", |
| 75 "//components/discardable_memory/public/interfaces", |
| 74 "//components/user_manager", | 76 "//components/user_manager", |
| 75 "//components/wallpaper", | 77 "//components/wallpaper", |
| 76 "//device/bluetooth", | 78 "//device/bluetooth", |
| 77 "//ui/app_list/presenter", | 79 "//ui/app_list/presenter", |
| 78 "//ui/app_list/presenter:mojom", | 80 "//ui/app_list/presenter:mojom", |
| 79 "//ui/chromeos", | 81 "//ui/chromeos", |
| 80 "//ui/display/manager", | 82 "//ui/display/manager", |
| 81 "//ui/keyboard", | 83 "//ui/keyboard", |
| 82 "//ui/keyboard:mojom", | 84 "//ui/keyboard:mojom", |
| 83 "//ui/message_center", | 85 "//ui/message_center", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "//ui/views/mus", | 235 "//ui/views/mus", |
| 234 ] | 236 ] |
| 235 | 237 |
| 236 data_deps = [ | 238 data_deps = [ |
| 237 ":mus", | 239 ":mus", |
| 238 "//mash/quick_launch", | 240 "//mash/quick_launch", |
| 239 ] | 241 ] |
| 240 | 242 |
| 241 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 243 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 242 } | 244 } |
| OLD | NEW |