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

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

Issue 2797453002: Rename DisplayCompositor to MojoFrameSinkManager. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 6
7 source_set("surfaces") { 7 source_set("surfaces") {
8 sources = [ 8 sources = [
9 "display_compositor.cc",
10 "display_compositor.h",
11 "display_output_surface.cc", 9 "display_output_surface.cc",
12 "display_output_surface.h", 10 "display_output_surface.h",
13 "display_provider.h", 11 "display_provider.h",
12 "mojo_frame_sink_manager.cc",
13 "mojo_frame_sink_manager.h",
14 "mus_display_provider.cc", 14 "mus_display_provider.cc",
15 "mus_display_provider.h", 15 "mus_display_provider.h",
16 ] 16 ]
17 17
18 deps = [ 18 deps = [
19 "//base", 19 "//base",
20 "//cc", 20 "//cc",
21 "//cc/ipc:interfaces", 21 "//cc/ipc:interfaces",
22 "//cc/surfaces", 22 "//cc/surfaces",
23 "//components/display_compositor", 23 "//components/display_compositor",
(...skipping 13 matching lines...) Expand all
37 sources += [ 37 sources += [
38 "display_output_surface_ozone.cc", 38 "display_output_surface_ozone.cc",
39 "display_output_surface_ozone.h", 39 "display_output_surface_ozone.h",
40 ] 40 ]
41 deps += [ 41 deps += [
42 "//gpu/command_buffer/common", 42 "//gpu/command_buffer/common",
43 "//ui/gl", 43 "//ui/gl",
44 ] 44 ]
45 } 45 }
46 } 46 }
OLDNEW
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/surfaces/display_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698