| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "window_properties.h", | 73 "window_properties.h", |
| 74 ] | 74 ] |
| 75 | 75 |
| 76 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 76 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 77 | 77 |
| 78 deps = [ | 78 deps = [ |
| 79 "//chromeos", | 79 "//chromeos", |
| 80 "//chromeos:power_manager_proto", | 80 "//chromeos:power_manager_proto", |
| 81 "//components/user_manager", | 81 "//components/user_manager", |
| 82 "//components/wallpaper", | 82 "//components/wallpaper", |
| 83 "//content/public/common:service_names", | |
| 84 "//device/bluetooth", | 83 "//device/bluetooth", |
| 85 "//ui/app_list/presenter", | 84 "//ui/app_list/presenter", |
| 86 "//ui/app_list/presenter:mojom", | 85 "//ui/app_list/presenter:mojom", |
| 87 "//ui/chromeos", | 86 "//ui/chromeos", |
| 88 "//ui/display/manager", | 87 "//ui/display/manager", |
| 89 "//ui/keyboard", | 88 "//ui/keyboard", |
| 90 "//ui/keyboard:mojom", | 89 "//ui/keyboard:mojom", |
| 91 "//ui/message_center", | 90 "//ui/message_center", |
| 92 ] | 91 ] |
| 93 | 92 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "//ui/views/mus", | 249 "//ui/views/mus", |
| 251 ] | 250 ] |
| 252 | 251 |
| 253 data_deps = [ | 252 data_deps = [ |
| 254 ":mus", | 253 ":mus", |
| 255 "//mash/quick_launch", | 254 "//mash/quick_launch", |
| 256 ] | 255 ] |
| 257 | 256 |
| 258 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 257 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 259 } | 258 } |
| OLD | NEW |