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

Side by Side Diff: services/ui/public/cpp/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/mus_app.cc ('k') | services/ui/public/cpp/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 source_set("cpp") { 5 source_set("cpp") {
6 sources = [ 6 sources = [
7 "context_provider.h", 7 "context_provider.h",
8 "gles2_context.h", 8 "gles2_context.h",
9 "input_event_handler.h", 9 "input_event_handler.h",
10 "lib/command_buffer_client_impl.cc", 10 "lib/command_buffer_client_impl.cc",
(...skipping 27 matching lines...) Expand all
38 "window_tree_client_delegate.h", 38 "window_tree_client_delegate.h",
39 "window_tree_client_observer.h", 39 "window_tree_client_observer.h",
40 "window_tree_host_factory.h", 40 "window_tree_host_factory.h",
41 ] 41 ]
42 42
43 public_deps = [ 43 public_deps = [
44 "//base", 44 "//base",
45 "//cc", 45 "//cc",
46 "//cc/surfaces", 46 "//cc/surfaces",
47 "//cc/surfaces:surface_id", 47 "//cc/surfaces:surface_id",
48 "//components/mus/common:mus_common",
49 "//components/mus/public/interfaces",
50 "//gpu/command_buffer/client", 48 "//gpu/command_buffer/client",
51 "//gpu/command_buffer/client:gles2_implementation", 49 "//gpu/command_buffer/client:gles2_implementation",
52 "//gpu/command_buffer/common", 50 "//gpu/command_buffer/common",
53 "//mojo/public/cpp/bindings", 51 "//mojo/public/cpp/bindings",
54 "//mojo/public/cpp/system", 52 "//mojo/public/cpp/system",
55 "//services/shell/public/interfaces", 53 "//services/shell/public/interfaces",
54 "//services/ui/common:mus_common",
55 "//services/ui/public/interfaces",
56 ] 56 ]
57 57
58 deps = [ 58 deps = [
59 "//components/mus/gles2:lib",
60 "//components/mus/public/interfaces",
61 "//gpu/command_buffer/client:gles2_cmd_helper", 59 "//gpu/command_buffer/client:gles2_cmd_helper",
62 "//gpu/command_buffer/client:gles2_interface", 60 "//gpu/command_buffer/client:gles2_interface",
63 "//gpu/ipc/client", 61 "//gpu/ipc/client",
64 "//services/shell/public/cpp", 62 "//services/shell/public/cpp",
63 "//services/ui/gles2:lib",
64 "//services/ui/public/interfaces",
65 "//ui/display", 65 "//ui/display",
66 "//ui/display/mojo", 66 "//ui/display/mojo",
67 "//ui/events", 67 "//ui/events",
68 "//ui/gfx/geometry", 68 "//ui/gfx/geometry",
69 ] 69 ]
70 70
71 data_deps = [ 71 data_deps = [
72 "//components/mus", 72 "//services/ui",
73 ] 73 ]
74 } 74 }
OLDNEW
« no previous file with comments | « services/ui/mus_app.cc ('k') | services/ui/public/cpp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698