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("//mojo/public/mojo_application_manifest.gni") | 7 import("//mojo/public/mojo_application_manifest.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 "app_launch_unittest.cc", | 146 "app_launch_unittest.cc", |
147 "frame/move_loop_unittest.cc", | 147 "frame/move_loop_unittest.cc", |
148 "layout_manager_unittest.cc", | 148 "layout_manager_unittest.cc", |
149 "window_manager_unittest.cc", | 149 "window_manager_unittest.cc", |
150 ] | 150 ] |
151 | 151 |
152 deps = [ | 152 deps = [ |
153 ":lib", | 153 ":lib", |
154 "//base", | 154 "//base", |
155 "//base/test:test_config", | 155 "//base/test:test_config", |
| 156 "//components/mus/common:mus_common", |
156 "//components/mus/public/cpp", | 157 "//components/mus/public/cpp", |
157 "//components/mus/public/cpp/tests:unittest_support", | 158 "//components/mus/public/cpp/tests:unittest_support", |
158 "//components/mus/public/interfaces", | 159 "//components/mus/public/interfaces", |
159 "//mash/wm/public/interfaces", | 160 "//mash/wm/public/interfaces", |
160 "//mojo/converters/geometry", | 161 "//mojo/converters/geometry", |
161 "//mojo/converters/input_events", | 162 "//mojo/converters/input_events", |
162 "//mojo/edk/system", | 163 "//mojo/edk/system", |
163 "//mojo/gles2", | 164 "//mojo/gles2", |
164 "//mojo/platform_handle", | 165 "//mojo/platform_handle", |
165 "//mojo/public/cpp/system", | 166 "//mojo/public/cpp/system", |
166 "//services/shell/public/cpp:shell_test_support", | 167 "//services/shell/public/cpp:shell_test_support", |
167 "//testing/gtest", | 168 "//testing/gtest", |
168 "//ui/base", | 169 "//ui/base", |
169 "//ui/events", | 170 "//ui/events", |
170 "//ui/gfx:test_support", | 171 "//ui/gfx:test_support", |
171 "//ui/gfx/geometry", | 172 "//ui/gfx/geometry", |
172 "//ui/mojo/geometry:interfaces", | 173 "//ui/mojo/geometry:interfaces", |
173 "//ui/mojo/geometry:util", | 174 "//ui/mojo/geometry:util", |
174 ] | 175 ] |
175 | 176 |
176 data_deps = [ | 177 data_deps = [ |
177 ":wm", | 178 ":wm", |
178 "//mash/quick_launch", | 179 "//mash/quick_launch", |
179 ] | 180 ] |
180 } | 181 } |
OLD | NEW |