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

Side by Side Diff: content/renderer/mus/BUILD.gn

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("mus") { 5 source_set("mus") {
6 # Depend on this only via //content/renderer. 6 # Depend on this only via //content/renderer.
7 visibility = [ "//content/renderer/*" ] 7 visibility = [ "//content/renderer/*" ]
8 8
9 sources = [ 9 sources = [
10 "compositor_mus_connection.cc", 10 "compositor_mus_connection.cc",
11 "compositor_mus_connection.h", 11 "compositor_mus_connection.h",
12 "render_widget_mus_connection.cc", 12 "render_widget_mus_connection.cc",
13 "render_widget_mus_connection.h", 13 "render_widget_mus_connection.h",
14 "render_widget_window_tree_client_factory.cc", 14 "render_widget_window_tree_client_factory.cc",
15 "render_widget_window_tree_client_factory.h", 15 "render_widget_window_tree_client_factory.h",
16 ] 16 ]
17 17
18 configs += [ "//content:content_implementation" ] 18 configs += [ "//content:content_implementation" ]
19 19
20 deps = [ 20 deps = [
21 "//base", 21 "//base",
22 "//cc", 22 "//cc",
23 "//components/mus/public/cpp", 23 "//components/mus/public/cpp",
24 "//components/mus/public/cpp/surfaces", 24 "//components/mus/public/cpp/surfaces",
25 "//components/mus/public/interfaces", 25 "//components/mus/public/interfaces",
26 "//content/common", 26 "//content/common",
27 "//content/public/child:child_sources",
27 "//content/public/common:common_sources", 28 "//content/public/common:common_sources",
28 "//mojo/common", 29 "//mojo/common",
29 "//mojo/converters/blink", 30 "//mojo/converters/blink",
30 "//services/shell/public/cpp", 31 "//services/shell/public/cpp",
31 "//third_party/WebKit/public:blink", 32 "//third_party/WebKit/public:blink",
32 "//ui/events:events", 33 "//ui/events:events",
33 "//ui/events:events_base", 34 "//ui/events:events_base",
34 "//ui/gfx/geometry/mojo", 35 "//ui/gfx/geometry/mojo",
35 ] 36 ]
36 } 37 }
OLDNEW
« no previous file with comments | « content/public/test/mock_render_thread.cc ('k') | content/renderer/mus/render_widget_mus_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698