| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 | 6 |
| 7 source_set("gpu") { | 7 source_set("gpu") { |
| 8 sources = [ | 8 sources = [ |
| 9 "command_buffer_metrics.h", | 9 "command_buffer_metrics.h", |
| 10 "context_provider_command_buffer.h", | 10 "context_provider_command_buffer.h", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 | 40 |
| 41 deps = [ | 41 deps = [ |
| 42 "//base", | 42 "//base", |
| 43 "//cc", | 43 "//cc", |
| 44 "//gpu", | 44 "//gpu", |
| 45 "//gpu/command_buffer/client", | 45 "//gpu/command_buffer/client", |
| 46 "//gpu/command_buffer/client:gles2_implementation", | 46 "//gpu/command_buffer/client:gles2_implementation", |
| 47 "//gpu/skia_bindings", | 47 "//gpu/skia_bindings", |
| 48 "//mojo/public/cpp/system", | 48 "//mojo/public/cpp/system", |
| 49 "//services/service_manager/public/cpp", | 49 "//services/service_manager/public/cpp", |
| 50 "//services/ui/common:mus_common", | |
| 51 "//services/ui/public/interfaces", | 50 "//services/ui/public/interfaces", |
| 52 ] | 51 ] |
| 53 } | 52 } |
| OLD | NEW |