| 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 import("//build/config/linux/pkg_config.gni") | 5 import("//build/config/linux/pkg_config.gni") |
| 6 import("//ui/ozone/ozone.gni") | 6 import("//ui/ozone/ozone.gni") |
| 7 | 7 |
| 8 declare_args() { | 8 declare_args() { |
| 9 use_mesa_platform_null = false | 9 use_mesa_platform_null = false |
| 10 use_drm_atomic = false | 10 use_drm_atomic = false |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "gpu/mock_scanout_buffer_generator.cc", | 182 "gpu/mock_scanout_buffer_generator.cc", |
| 183 "gpu/mock_scanout_buffer_generator.h", | 183 "gpu/mock_scanout_buffer_generator.h", |
| 184 "gpu/screen_manager_unittest.cc", | 184 "gpu/screen_manager_unittest.cc", |
| 185 ] | 185 ] |
| 186 | 186 |
| 187 deps = [ | 187 deps = [ |
| 188 ":gbm", | 188 ":gbm", |
| 189 "//skia", | 189 "//skia", |
| 190 "//testing/gtest", | 190 "//testing/gtest", |
| 191 "//ui/gfx", | 191 "//ui/gfx", |
| 192 "//ui/ozone", | 192 "//ui/ozone:platform", |
| 193 ] | 193 ] |
| 194 | 194 |
| 195 public_configs = [ ":libdrm" ] | 195 public_configs = [ ":libdrm" ] |
| 196 } | 196 } |
| OLD | NEW |