Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: services/ui/ws/BUILD.gn

Issue 2651593002: mus: Remove the old client lib. (Closed)
Patch Set: restore test Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « services/ui/public/cpp/window_tree_host_factory.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 9
10 static_library("lib") { 10 static_library("lib") {
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "//cc:cc", 236 "//cc:cc",
237 "//gpu/ipc/client", 237 "//gpu/ipc/client",
238 "//mojo/public/cpp/bindings:bindings", 238 "//mojo/public/cpp/bindings:bindings",
239 "//services/service_manager/public/cpp:service_test_support", 239 "//services/service_manager/public/cpp:service_test_support",
240 "//services/service_manager/public/cpp:sources", 240 "//services/service_manager/public/cpp:sources",
241 "//services/service_manager/public/cpp/test:run_all_service_tests", 241 "//services/service_manager/public/cpp/test:run_all_service_tests",
242 "//services/service_manager/public/interfaces", 242 "//services/service_manager/public/interfaces",
243 "//services/ui/common:mus_common", 243 "//services/ui/common:mus_common",
244 "//services/ui/common:task_runner_test_base", 244 "//services/ui/common:task_runner_test_base",
245 "//services/ui/public/cpp", 245 "//services/ui/public/cpp",
246 "//services/ui/public/cpp:internal_or_test",
247 "//services/ui/public/interfaces", 246 "//services/ui/public/interfaces",
248 "//testing/gtest", 247 "//testing/gtest",
249 "//third_party/mesa:osmesa", 248 "//third_party/mesa:osmesa",
250 "//ui/aura", 249 "//ui/aura",
251 "//ui/aura:test_support", 250 "//ui/aura:test_support",
252 "//ui/events", 251 "//ui/events",
253 "//ui/gfx", 252 "//ui/gfx",
254 "//ui/gfx:test_support", 253 "//ui/gfx:test_support",
255 "//ui/gfx/geometry", 254 "//ui/gfx/geometry",
256 "//ui/gfx/geometry/mojo", 255 "//ui/gfx/geometry/mojo",
257 "//ui/gl", 256 "//ui/gl",
258 ] 257 ]
259 258
260 data_deps = [ 259 data_deps = [
261 ":mus_ws_unittests_app_manifest", 260 ":mus_ws_unittests_app_manifest",
262 ] 261 ]
263 } 262 }
264 263
265 service_manifest("mus_ws_unittests_app_manifest") { 264 service_manifest("mus_ws_unittests_app_manifest") {
266 name = "mus_ws_unittests_app" 265 name = "mus_ws_unittests_app"
267 source = "mus_ws_unittests_app_manifest.json" 266 source = "mus_ws_unittests_app_manifest.json"
268 } 267 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/window_tree_host_factory.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698