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
3 # found in the LICENSE file.
5 source_set("surfaces") {
7 "surfaces_context_provider.cc",
8 "surfaces_context_provider.h",
9 "surfaces_context_provider_delegate.h",
10 "surfaces_output_surface.cc",
11 "surfaces_output_surface.h",
12 "surfaces_scheduler.cc",
13 "surfaces_scheduler.h",
16 "top_level_display_client.cc",
17 "top_level_display_client.h",
24 "//cc/surfaces:surface_id",
25 "//components/mus/gles2",
26 "//components/mus/public/interfaces",
27 "//gpu/command_buffer/client",
28 "//gpu/command_buffer/client:gles2_cmd_helper",
29 "//gpu/command_buffer/client:gles2_implementation",
30 "//gpu/command_buffer/client:gles2_interface",
31 "//mojo/application/public/cpp",
32 "//mojo/common:tracing_impl",
33 "//mojo/converters/geometry",
34 "//mojo/converters/surfaces",
37 "//ui/mojo/geometry:interfaces",