| 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("//services/shell/public/cpp/service.gni") | 7 import("//services/shell/public/cpp/service.gni") |
| 8 import("//services/shell/public/service_manifest.gni") | 8 import("//services/shell/public/service_manifest.gni") |
| 9 | 9 |
| 10 static_library("lib") { | 10 static_library("lib") { |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "//cc/surfaces", | 108 "//cc/surfaces", |
| 109 "//cc/surfaces:surface_id", | 109 "//cc/surfaces:surface_id", |
| 110 "//mojo/common:common_base", | 110 "//mojo/common:common_base", |
| 111 "//mojo/public/cpp/bindings", | 111 "//mojo/public/cpp/bindings", |
| 112 "//services/shell/public/cpp", | 112 "//services/shell/public/cpp", |
| 113 "//services/shell/public/interfaces", | 113 "//services/shell/public/interfaces", |
| 114 "//services/tracing/public/cpp", | 114 "//services/tracing/public/cpp", |
| 115 "//services/ui/clipboard:lib", | 115 "//services/ui/clipboard:lib", |
| 116 "//services/ui/common:mus_common", | 116 "//services/ui/common:mus_common", |
| 117 "//services/ui/display", | 117 "//services/ui/display", |
| 118 "//services/ui/gles2", | |
| 119 "//services/ui/public/interfaces", | 118 "//services/ui/public/interfaces", |
| 120 "//services/ui/surfaces", | 119 "//services/ui/surfaces", |
| 121 "//ui/base", | 120 "//ui/base", |
| 122 "//ui/display", | 121 "//ui/display", |
| 123 "//ui/events", | 122 "//ui/events", |
| 124 "//ui/events/devices", | 123 "//ui/events/devices", |
| 125 "//ui/events/platform", | 124 "//ui/events/platform", |
| 126 "//ui/gfx", | 125 "//ui/gfx", |
| 127 "//ui/gfx/geometry", | 126 "//ui/gfx/geometry", |
| 128 "//ui/gfx/geometry/mojo", | 127 "//ui/gfx/geometry/mojo", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 | 240 |
| 242 data_deps = [ | 241 data_deps = [ |
| 243 ":mus_ws_unittests_app_manifest", | 242 ":mus_ws_unittests_app_manifest", |
| 244 ] | 243 ] |
| 245 } | 244 } |
| 246 | 245 |
| 247 service_manifest("mus_ws_unittests_app_manifest") { | 246 service_manifest("mus_ws_unittests_app_manifest") { |
| 248 name = "mus_ws_unittests_app" | 247 name = "mus_ws_unittests_app" |
| 249 source = "mus_ws_unittests_app_manifest.json" | 248 source = "mus_ws_unittests_app_manifest.json" |
| 250 } | 249 } |
| OLD | NEW |