OLD | NEW |
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("surfaces") { | 5 source_set("surfaces") { |
6 sources = [ | 6 sources = [ |
7 "direct_output_surface.cc", | 7 "direct_output_surface.cc", |
8 "direct_output_surface.h", | 8 "direct_output_surface.h", |
9 "surfaces_context_provider.cc", | 9 "surfaces_context_provider.cc", |
10 "surfaces_context_provider.h", | 10 "surfaces_context_provider.h", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "//base", | 21 "//base", |
22 "//cc", | 22 "//cc", |
23 "//cc/surfaces", | 23 "//cc/surfaces", |
24 "//cc/surfaces:surface_id", | 24 "//cc/surfaces:surface_id", |
25 "//components/mus/gles2", | 25 "//components/mus/gles2", |
26 "//components/mus/public/interfaces", | 26 "//components/mus/public/interfaces", |
27 "//gpu/command_buffer/client", | 27 "//gpu/command_buffer/client", |
28 "//gpu/command_buffer/client:gles2_cmd_helper", | 28 "//gpu/command_buffer/client:gles2_cmd_helper", |
29 "//gpu/command_buffer/client:gles2_implementation", | 29 "//gpu/command_buffer/client:gles2_implementation", |
30 "//gpu/command_buffer/client:gles2_interface", | 30 "//gpu/command_buffer/client:gles2_interface", |
31 "//mojo/application/public/cpp", | |
32 "//mojo/converters/geometry", | 31 "//mojo/converters/geometry", |
33 "//mojo/converters/surfaces", | 32 "//mojo/converters/surfaces", |
34 "//mojo/services/tracing/public/cpp", | 33 "//mojo/services/tracing/public/cpp", |
| 34 "//mojo/shell/public/cpp", |
35 "//ui/gfx", | 35 "//ui/gfx", |
36 "//ui/gl", | 36 "//ui/gl", |
37 "//ui/mojo/geometry:interfaces", | 37 "//ui/mojo/geometry:interfaces", |
38 ] | 38 ] |
39 } | 39 } |
OLD | NEW |