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("cpp") { | 5 source_set("cpp") { |
6 sources = [ | 6 sources = [ |
7 "context_provider.h", | 7 "context_provider.h", |
8 "gles2_context.h", | 8 "gles2_context.h", |
9 "input_event_handler.h", | 9 "input_event_handler.h", |
10 "lib/command_buffer_client_impl.cc", | 10 "lib/command_buffer_client_impl.cc", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 ] | 57 ] |
58 | 58 |
59 deps = [ | 59 deps = [ |
60 "//gpu/command_buffer/client:gles2_cmd_helper", | 60 "//gpu/command_buffer/client:gles2_cmd_helper", |
61 "//gpu/command_buffer/client:gles2_interface", | 61 "//gpu/command_buffer/client:gles2_interface", |
62 "//gpu/ipc/client", | 62 "//gpu/ipc/client", |
63 "//services/shell/public/cpp", | 63 "//services/shell/public/cpp", |
64 "//services/ui/gles2:lib", | 64 "//services/ui/gles2:lib", |
65 "//services/ui/public/interfaces", | 65 "//services/ui/public/interfaces", |
66 "//ui/display", | 66 "//ui/display", |
67 "//ui/display/mojo", | |
68 "//ui/events", | 67 "//ui/events", |
69 "//ui/gfx/geometry", | 68 "//ui/gfx/geometry", |
70 ] | 69 ] |
71 | 70 |
72 data_deps = [ | 71 data_deps = [ |
73 "//services/ui", | 72 "//services/ui", |
74 ] | 73 ] |
75 } | 74 } |
OLD | NEW |