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

Side by Side Diff: components/frame_sinks/BUILD.gn

Issue 2768563002: Move DisplayCompositor code to new component. (Closed)
Patch Set: Rebase. Created 3 years, 9 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
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 component("frame_sinks") {
6 sources = [
7 "display_compositor.cc",
8 "display_compositor.h",
9 "frame_sinks_export.h",
10 "gpu_compositor_frame_sink.cc",
11 "gpu_compositor_frame_sink.h",
12 "gpu_compositor_frame_sink_delegate.h",
13 "gpu_root_compositor_frame_sink.cc",
14 "gpu_root_compositor_frame_sink.h",
15 ]
16
17 defines = [ "FRAME_SINKS_IMPLEMENTATION" ]
18
19 deps = [
20 "//base",
21 "//cc/ipc:interfaces",
22 "//cc/surfaces",
23 "//gpu/command_buffer/client",
24 "//gpu/command_buffer/client:gles2_interface",
25 "//gpu/ipc:command_buffer",
26
27 # TODO(kylechar): Break this dependency.
28 "//services/ui/surfaces",
29 ]
30 }
OLDNEW
« no previous file with comments | « components/display_compositor/gpu_root_compositor_frame_sink.cc ('k') | components/frame_sinks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698