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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "window_manager_application.cc", | 78 "window_manager_application.cc", |
79 "window_manager_application.h", | 79 "window_manager_application.h", |
80 "window_manager_observer.h", | 80 "window_manager_observer.h", |
81 ] | 81 ] |
82 | 82 |
83 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 83 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
84 | 84 |
85 deps = [ | 85 deps = [ |
86 "//components/user_manager", | 86 "//components/user_manager", |
87 "//components/wallpaper", | 87 "//components/wallpaper", |
| 88 "//content/public/common:service_names", |
88 "//ui/app_list/presenter", | 89 "//ui/app_list/presenter", |
89 "//ui/app_list/presenter:mojom", | 90 "//ui/app_list/presenter:mojom", |
90 "//ui/keyboard", | 91 "//ui/keyboard", |
91 "//ui/keyboard:mojom", | 92 "//ui/keyboard:mojom", |
92 "//ui/message_center", | 93 "//ui/message_center", |
93 ] | 94 ] |
94 | 95 |
95 public_deps = [ | 96 public_deps = [ |
96 "//ash", | 97 "//ash", |
97 "//ash/public/cpp", | 98 "//ash/public/cpp", |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 | 251 |
251 deps = [ | 252 deps = [ |
252 ":lib", | 253 ":lib", |
253 ":resources", | 254 ":resources", |
254 "//ash", | 255 "//ash", |
255 "//ash/common/test:test_support", | 256 "//ash/common/test:test_support", |
256 "//ash/public/interfaces", | 257 "//ash/public/interfaces", |
257 "//base", | 258 "//base", |
258 "//base/test:test_config", | 259 "//base/test:test_config", |
259 "//base/test:test_support", | 260 "//base/test:test_support", |
| 261 "//mash/quick_launch/public/interfaces:constants", |
260 "//mojo/public/cpp/system", | 262 "//mojo/public/cpp/system", |
261 "//services/service_manager/public/cpp:service_test_support", | 263 "//services/service_manager/public/cpp:service_test_support", |
262 "//services/ui/common:mus_common", | 264 "//services/ui/common:mus_common", |
263 "//services/ui/public/cpp", | 265 "//services/ui/public/cpp", |
264 "//services/ui/public/cpp/tests:test_support", | 266 "//services/ui/public/cpp/tests:test_support", |
265 "//services/ui/public/cpp/tests:unittest_support", | 267 "//services/ui/public/cpp/tests:unittest_support", |
266 "//services/ui/public/interfaces", | 268 "//services/ui/public/interfaces", |
267 "//skia", | 269 "//skia", |
268 "//testing/gtest", | 270 "//testing/gtest", |
269 "//ui/aura", | 271 "//ui/aura", |
(...skipping 10 matching lines...) Expand all Loading... |
280 "//ui/views/mus", | 282 "//ui/views/mus", |
281 ] | 283 ] |
282 | 284 |
283 data_deps = [ | 285 data_deps = [ |
284 ":mus", | 286 ":mus", |
285 "//mash/quick_launch", | 287 "//mash/quick_launch", |
286 ] | 288 ] |
287 | 289 |
288 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 290 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
289 } | 291 } |
OLD | NEW |