| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "window_tree_host_factory.h", | 89 "window_tree_host_factory.h", |
| 90 ] | 90 ] |
| 91 | 91 |
| 92 deps = [ | 92 deps = [ |
| 93 "//base", | 93 "//base", |
| 94 "//cc", | 94 "//cc", |
| 95 "//cc/surfaces", | 95 "//cc/surfaces", |
| 96 "//cc/surfaces:surface_id", | 96 "//cc/surfaces:surface_id", |
| 97 "//components/mus/common:mus_common", | 97 "//components/mus/common:mus_common", |
| 98 "//components/mus/gles2", | 98 "//components/mus/gles2", |
| 99 "//components/mus/public/cpp/surfaces", |
| 99 "//components/mus/public/interfaces", | 100 "//components/mus/public/interfaces", |
| 100 "//components/mus/surfaces", | 101 "//components/mus/surfaces", |
| 101 "//mojo/common:common_base", | 102 "//mojo/common:common_base", |
| 102 "//mojo/converters/ime", | 103 "//mojo/converters/ime", |
| 103 "//mojo/converters/surfaces", | |
| 104 "//mojo/public/cpp/bindings:callback", | 104 "//mojo/public/cpp/bindings:callback", |
| 105 "//services/shell/public/cpp", | 105 "//services/shell/public/cpp", |
| 106 "//services/shell/public/interfaces", | 106 "//services/shell/public/interfaces", |
| 107 "//services/tracing/public/cpp", | 107 "//services/tracing/public/cpp", |
| 108 "//ui/base", | 108 "//ui/base", |
| 109 "//ui/display", | 109 "//ui/display", |
| 110 "//ui/events", | 110 "//ui/events", |
| 111 "//ui/events/mojo", | 111 "//ui/events/mojo", |
| 112 "//ui/events/platform", | 112 "//ui/events/platform", |
| 113 "//ui/gfx", | 113 "//ui/gfx", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 ":test_support", | 204 ":test_support", |
| 205 "//base", | 205 "//base", |
| 206 "//base/test:test_config", | 206 "//base/test:test_config", |
| 207 "//base/test:test_support", | 207 "//base/test:test_support", |
| 208 "//cc:cc", | 208 "//cc:cc", |
| 209 "//components/mus/common:mus_common", | 209 "//components/mus/common:mus_common", |
| 210 "//components/mus/public/cpp", | 210 "//components/mus/public/cpp", |
| 211 "//components/mus/public/cpp/tests:test_support", | 211 "//components/mus/public/cpp/tests:test_support", |
| 212 "//components/mus/public/interfaces", | 212 "//components/mus/public/interfaces", |
| 213 "//components/mus/surfaces", | 213 "//components/mus/surfaces", |
| 214 "//mojo/converters/transform", | |
| 215 "//mojo/public/cpp/bindings:bindings", | 214 "//mojo/public/cpp/bindings:bindings", |
| 216 "//services/shell/public/cpp:shell_test_support", | 215 "//services/shell/public/cpp:shell_test_support", |
| 217 "//services/shell/public/cpp:sources", | 216 "//services/shell/public/cpp:sources", |
| 218 "//services/shell/public/cpp/test:run_all_shelltests", | 217 "//services/shell/public/cpp/test:run_all_shelltests", |
| 219 "//services/shell/public/interfaces", | 218 "//services/shell/public/interfaces", |
| 220 "//testing/gtest", | 219 "//testing/gtest", |
| 221 "//third_party/mesa:osmesa", | 220 "//third_party/mesa:osmesa", |
| 222 "//ui/events", | 221 "//ui/events", |
| 223 "//ui/events/mojo", | 222 "//ui/events/mojo", |
| 224 "//ui/gfx", | 223 "//ui/gfx", |
| 225 "//ui/gfx:test_support", | 224 "//ui/gfx:test_support", |
| 226 "//ui/gfx/geometry", | 225 "//ui/gfx/geometry", |
| 227 "//ui/gfx/geometry/mojo", | 226 "//ui/gfx/geometry/mojo", |
| 228 "//ui/gfx/geometry/mojo:interfaces", | 227 "//ui/gfx/geometry/mojo:interfaces", |
| 229 "//ui/gfx/geometry/mojo:util", | 228 "//ui/gfx/geometry/mojo:util", |
| 229 "//ui/gfx/mojo", |
| 230 "//ui/gl", | 230 "//ui/gl", |
| 231 ] | 231 ] |
| 232 | 232 |
| 233 if (use_x11) { | 233 if (use_x11) { |
| 234 deps += [ "//tools/xdisplaycheck" ] | 234 deps += [ "//tools/xdisplaycheck" ] |
| 235 } | 235 } |
| 236 | 236 |
| 237 data_deps = [ | 237 data_deps = [ |
| 238 ":mus_ws_unittests_app_manifest", | 238 ":mus_ws_unittests_app_manifest", |
| 239 ] | 239 ] |
| 240 } | 240 } |
| 241 | 241 |
| 242 mojo_application_manifest("mus_ws_unittests_app_manifest") { | 242 mojo_application_manifest("mus_ws_unittests_app_manifest") { |
| 243 application_name = "mus_ws_unittests_app" | 243 application_name = "mus_ws_unittests_app" |
| 244 source = "mus_ws_unittests_app_manifest.json" | 244 source = "mus_ws_unittests_app_manifest.json" |
| 245 } | 245 } |
| OLD | NEW |