Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: ui/ozone/platform/drm/BUILD.gn

Issue 1717573002: ozone: Fix the way platform tests link ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exists Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/drm/gbm.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/drm/gbm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698