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

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

Issue 2527003002: [DONT COMMIT] Revert of Mus: ws/ should not depend on surfaces/ (Closed)
Patch Set: Created 4 years 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 | « no previous file | services/ui/ws/DEPS » ('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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "//cc/surfaces", 125 "//cc/surfaces",
126 "//cc/surfaces:surface_id", 126 "//cc/surfaces:surface_id",
127 "//mojo/common:common_base", 127 "//mojo/common:common_base",
128 "//mojo/public/cpp/bindings", 128 "//mojo/public/cpp/bindings",
129 "//services/service_manager/public/cpp", 129 "//services/service_manager/public/cpp",
130 "//services/service_manager/public/interfaces", 130 "//services/service_manager/public/interfaces",
131 "//services/tracing/public/cpp", 131 "//services/tracing/public/cpp",
132 "//services/ui/common:mus_common", 132 "//services/ui/common:mus_common",
133 "//services/ui/display", 133 "//services/ui/display",
134 "//services/ui/public/interfaces", 134 "//services/ui/public/interfaces",
135 "//services/ui/surfaces",
135 "//ui/base", 136 "//ui/base",
136 "//ui/display", 137 "//ui/display",
137 "//ui/events", 138 "//ui/events",
138 "//ui/events/devices", 139 "//ui/events/devices",
139 "//ui/events/platform", 140 "//ui/events/platform",
140 "//ui/gfx", 141 "//ui/gfx",
141 "//ui/gfx/geometry", 142 "//ui/gfx/geometry",
142 "//ui/gfx/geometry/mojo", 143 "//ui/gfx/geometry/mojo",
143 "//ui/gl", 144 "//ui/gl",
144 "//ui/platform_window", 145 "//ui/platform_window",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "//mojo/public/cpp/bindings:bindings", 235 "//mojo/public/cpp/bindings:bindings",
235 "//services/service_manager/public/cpp:service_test_support", 236 "//services/service_manager/public/cpp:service_test_support",
236 "//services/service_manager/public/cpp:sources", 237 "//services/service_manager/public/cpp:sources",
237 "//services/service_manager/public/cpp/test:run_all_service_tests", 238 "//services/service_manager/public/cpp/test:run_all_service_tests",
238 "//services/service_manager/public/interfaces", 239 "//services/service_manager/public/interfaces",
239 "//services/ui/common:mus_common", 240 "//services/ui/common:mus_common",
240 "//services/ui/public/cpp", 241 "//services/ui/public/cpp",
241 "//services/ui/public/cpp:internal_or_test", 242 "//services/ui/public/cpp:internal_or_test",
242 "//services/ui/public/cpp/tests:test_support", 243 "//services/ui/public/cpp/tests:test_support",
243 "//services/ui/public/interfaces", 244 "//services/ui/public/interfaces",
245 "//services/ui/surfaces",
244 "//testing/gtest", 246 "//testing/gtest",
245 "//third_party/mesa:osmesa", 247 "//third_party/mesa:osmesa",
246 "//ui/events", 248 "//ui/events",
247 "//ui/gfx", 249 "//ui/gfx",
248 "//ui/gfx:test_support", 250 "//ui/gfx:test_support",
249 "//ui/gfx/geometry", 251 "//ui/gfx/geometry",
250 "//ui/gfx/geometry/mojo", 252 "//ui/gfx/geometry/mojo",
251 "//ui/gl", 253 "//ui/gl",
252 ] 254 ]
253 255
254 if (use_x11) { 256 if (use_x11) {
255 deps += [ "//tools/xdisplaycheck" ] 257 deps += [ "//tools/xdisplaycheck" ]
256 } 258 }
257 259
258 data_deps = [ 260 data_deps = [
259 ":mus_ws_unittests_app_manifest", 261 ":mus_ws_unittests_app_manifest",
260 ] 262 ]
261 } 263 }
262 264
263 service_manifest("mus_ws_unittests_app_manifest") { 265 service_manifest("mus_ws_unittests_app_manifest") {
264 name = "mus_ws_unittests_app" 266 name = "mus_ws_unittests_app"
265 source = "mus_ws_unittests_app_manifest.json" 267 source = "mus_ws_unittests_app_manifest.json"
266 } 268 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/ws/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698