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

Side by Side Diff: components/mus/public/cpp/BUILD.gn

Issue 2058023004: Clean up Mojo C API dependent targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « components/mus/common/BUILD.gn ('k') | components/mus/public/cpp/surfaces/BUILD.gn » ('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 23 matching lines...) Expand all
34 "window_surface.h", 34 "window_surface.h",
35 "window_surface_client.h", 35 "window_surface_client.h",
36 "window_tracker.h", 36 "window_tracker.h",
37 "window_tree_client.h", 37 "window_tree_client.h",
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 "../interfaces",
45 ]
46
47 deps = [
48 "//base", 44 "//base",
49 "//cc", 45 "//cc",
50 "//cc/surfaces", 46 "//cc/surfaces",
51 "//cc/surfaces:surface_id", 47 "//cc/surfaces:surface_id",
52 "//components/mus/common:mus_common", 48 "//components/mus/common:mus_common",
53 "//components/mus/gles2:lib",
54 "//components/mus/public/cpp/surfaces", 49 "//components/mus/public/cpp/surfaces",
55 "//components/mus/public/interfaces", 50 "//components/mus/public/interfaces",
56 "//gpu/command_buffer/client", 51 "//gpu/command_buffer/client",
52 "//gpu/command_buffer/client:gles2_implementation",
53 "//gpu/command_buffer/common",
54 "//mojo/public/cpp/bindings",
55 "//mojo/public/cpp/system",
56 "//services/shell/public/interfaces",
57 ]
58
59 deps = [
60 "//components/mus/gles2:lib",
61 "//components/mus/public/interfaces",
57 "//gpu/command_buffer/client:gles2_cmd_helper", 62 "//gpu/command_buffer/client:gles2_cmd_helper",
58 "//gpu/command_buffer/client:gles2_implementation",
59 "//gpu/command_buffer/client:gles2_interface", 63 "//gpu/command_buffer/client:gles2_interface",
60 "//gpu/command_buffer/common",
61 "//gpu/ipc/client", 64 "//gpu/ipc/client",
62 "//mojo/public/c/system:for_component",
63 "//mojo/public/cpp/bindings:bindings",
64 "//mojo/public/cpp/system",
65 "//services/shell/public/cpp", 65 "//services/shell/public/cpp",
66 "//services/shell/public/interfaces",
67 "//ui/display", 66 "//ui/display",
68 "//ui/events", 67 "//ui/events",
69 "//ui/gfx/geometry", 68 "//ui/gfx/geometry",
70 "//ui/gfx/geometry/mojo",
71 ] 69 ]
72 70
73 data_deps = [ 71 data_deps = [
74 "//components/mus", 72 "//components/mus",
75 ] 73 ]
76 } 74 }
OLDNEW
« no previous file with comments | « components/mus/common/BUILD.gn ('k') | components/mus/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698