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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 6 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
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("//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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 ] 200 ]
201 201
202 deps = [ 202 deps = [
203 ":lib", 203 ":lib",
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:sources",
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/geometry", 214 "//mojo/converters/geometry",
215 "//mojo/converters/input_events", 215 "//mojo/converters/input_events",
216 "//mojo/converters/transform", 216 "//mojo/converters/transform",
217 "//mojo/public/cpp/bindings:bindings", 217 "//mojo/public/cpp/bindings:bindings",
218 "//services/shell/public/cpp:shell_test_support", 218 "//services/shell/public/cpp:shell_test_support",
219 "//services/shell/public/cpp:sources", 219 "//services/shell/public/cpp:sources",
220 "//services/shell/public/cpp/test:run_all_shelltests", 220 "//services/shell/public/cpp/test:run_all_shelltests",
(...skipping 15 matching lines...) Expand all
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698