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/tools/bindings/mojom.gni") | 7 import("//mojo/public/tools/bindings/mojom.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 group("tests") { | 10 group("tests") { |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ] | 160 ] |
161 | 161 |
162 deps = [ | 162 deps = [ |
163 ":lib", | 163 ":lib", |
164 "//base", | 164 "//base", |
165 "//base/test:test_config", | 165 "//base/test:test_config", |
166 "//components/mus/public/cpp", | 166 "//components/mus/public/cpp", |
167 "//components/mus/public/cpp/tests:unittest_support", | 167 "//components/mus/public/cpp/tests:unittest_support", |
168 "//mojo/converters/geometry", | 168 "//mojo/converters/geometry", |
169 "//mojo/converters/input_events", | 169 "//mojo/converters/input_events", |
| 170 "//mojo/edk/system", |
170 "//mojo/gles2", | 171 "//mojo/gles2", |
171 "//mojo/platform_handle", | 172 "//mojo/platform_handle", |
172 "//mojo/public/cpp/system", | 173 "//mojo/public/cpp/system", |
173 "//testing/gtest", | 174 "//testing/gtest", |
174 "//third_party/mojo/src/mojo/edk/system", | |
175 "//ui/base", | 175 "//ui/base", |
176 "//ui/events", | 176 "//ui/events", |
177 "//ui/gfx:test_support", | 177 "//ui/gfx:test_support", |
178 "//ui/gfx/geometry", | 178 "//ui/gfx/geometry", |
179 "//ui/mojo/geometry:interfaces", | 179 "//ui/mojo/geometry:interfaces", |
180 "//ui/mojo/geometry:util", | 180 "//ui/mojo/geometry:util", |
181 ] | 181 ] |
182 } | 182 } |
OLD | NEW |