OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
8 import("//mojo/public/mojo_application_manifest.gni") | 8 import("//mojo/public/mojo_application_manifest.gni") |
9 | 9 |
10 source_set("lib") { | 10 source_set("lib") { |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 "//services/shell/public/cpp/test:run_all_shelltests", | 217 "//services/shell/public/cpp/test:run_all_shelltests", |
218 "//services/shell/public/interfaces", | 218 "//services/shell/public/interfaces", |
219 "//testing/gtest", | 219 "//testing/gtest", |
220 "//third_party/mesa:osmesa", | 220 "//third_party/mesa:osmesa", |
221 "//ui/events", | 221 "//ui/events", |
222 "//ui/events/mojo", | 222 "//ui/events/mojo", |
223 "//ui/gfx", | 223 "//ui/gfx", |
224 "//ui/gfx:test_support", | 224 "//ui/gfx:test_support", |
225 "//ui/gfx/geometry", | 225 "//ui/gfx/geometry", |
226 "//ui/gfx/geometry/mojo", | 226 "//ui/gfx/geometry/mojo", |
227 "//ui/gfx/mojo", | |
228 "//ui/gl", | 227 "//ui/gl", |
229 ] | 228 ] |
230 | 229 |
231 if (use_x11) { | 230 if (use_x11) { |
232 deps += [ "//tools/xdisplaycheck" ] | 231 deps += [ "//tools/xdisplaycheck" ] |
233 } | 232 } |
234 | 233 |
235 data_deps = [ | 234 data_deps = [ |
236 ":mus_ws_unittests_app_manifest", | 235 ":mus_ws_unittests_app_manifest", |
237 ] | 236 ] |
238 } | 237 } |
239 | 238 |
240 mojo_application_manifest("mus_ws_unittests_app_manifest") { | 239 mojo_application_manifest("mus_ws_unittests_app_manifest") { |
241 application_name = "mus_ws_unittests_app" | 240 application_name = "mus_ws_unittests_app" |
242 source = "mus_ws_unittests_app_manifest.json" | 241 source = "mus_ws_unittests_app_manifest.json" |
243 } | 242 } |
OLD | NEW |