| 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/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
| 7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
| 8 | 8 |
| 9 group("wm") { | 9 group("wm") { |
| 10 testonly = true | 10 testonly = true |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 ] | 48 ] |
| 49 | 49 |
| 50 deps = [ | 50 deps = [ |
| 51 "//base", | 51 "//base", |
| 52 "//base/test:test_config", | 52 "//base/test:test_config", |
| 53 "//components/mus/public/cpp", | 53 "//components/mus/public/cpp", |
| 54 "//components/mus/public/cpp/tests:test_support", | 54 "//components/mus/public/cpp/tests:test_support", |
| 55 "//components/mus/public/interfaces", | 55 "//components/mus/public/interfaces", |
| 56 "//mojo/application/public/cpp:sources", | 56 "//mojo/application/public/cpp:sources", |
| 57 "//mojo/application/public/cpp:test_support", | 57 "//mojo/application/public/cpp:test_support", |
| 58 "//mojo/common:common_base", |
| 58 "//ui/mojo/geometry:interfaces", | 59 "//ui/mojo/geometry:interfaces", |
| 59 "//ui/mojo/geometry:util", | 60 "//ui/mojo/geometry:util", |
| 60 ] | 61 ] |
| 61 | 62 |
| 62 data_deps = [ | 63 data_deps = [ |
| 63 ":example_wm", | 64 ":example_wm", |
| 64 ] | 65 ] |
| 65 } | 66 } |
| OLD | NEW |