| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "//gpu/command_buffer/client:gles2_interface", | 59 "//gpu/command_buffer/client:gles2_interface", |
| 60 "//gpu/command_buffer/common", | 60 "//gpu/command_buffer/common", |
| 61 "//gpu/ipc/client", | 61 "//gpu/ipc/client", |
| 62 "//mojo/public/c/system:for_component", | 62 "//mojo/public/c/system:for_component", |
| 63 "//mojo/public/cpp/bindings:bindings", | 63 "//mojo/public/cpp/bindings:bindings", |
| 64 "//mojo/public/cpp/system", | 64 "//mojo/public/cpp/system", |
| 65 "//services/shell/public/cpp", | 65 "//services/shell/public/cpp", |
| 66 "//services/shell/public/interfaces", | 66 "//services/shell/public/interfaces", |
| 67 "//ui/display", | 67 "//ui/display", |
| 68 "//ui/events", | 68 "//ui/events", |
| 69 "//ui/events/mojo", | |
| 70 "//ui/gfx/geometry", | 69 "//ui/gfx/geometry", |
| 71 "//ui/gfx/geometry/mojo", | 70 "//ui/gfx/geometry/mojo", |
| 72 ] | 71 ] |
| 73 | 72 |
| 74 data_deps = [ | 73 data_deps = [ |
| 75 "//components/mus", | 74 "//components/mus", |
| 76 ] | 75 ] |
| 77 } | 76 } |
| OLD | NEW |