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

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

Issue 2873963004: Update ozone/drm proxy_helpers.h to support move-only types. (Closed)
Patch Set: fix test to run with dcheck_always_on = false Created 3 years, 7 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 | « no previous file | ui/ozone/platform/drm/gpu/proxy_helpers.h » ('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 visibility = [ "//ui/ozone/*" ] 8 visibility = [ "//ui/ozone/*" ]
9 9
10 source_set("gbm") { 10 source_set("gbm") {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "gpu/mock_drm_device.cc", 155 "gpu/mock_drm_device.cc",
156 "gpu/mock_drm_device.h", 156 "gpu/mock_drm_device.h",
157 "gpu/mock_dumb_buffer_generator.cc", 157 "gpu/mock_dumb_buffer_generator.cc",
158 "gpu/mock_dumb_buffer_generator.h", 158 "gpu/mock_dumb_buffer_generator.h",
159 "gpu/mock_hardware_display_plane_manager.cc", 159 "gpu/mock_hardware_display_plane_manager.cc",
160 "gpu/mock_hardware_display_plane_manager.h", 160 "gpu/mock_hardware_display_plane_manager.h",
161 "gpu/mock_scanout_buffer.cc", 161 "gpu/mock_scanout_buffer.cc",
162 "gpu/mock_scanout_buffer.h", 162 "gpu/mock_scanout_buffer.h",
163 "gpu/mock_scanout_buffer_generator.cc", 163 "gpu/mock_scanout_buffer_generator.cc",
164 "gpu/mock_scanout_buffer_generator.h", 164 "gpu/mock_scanout_buffer_generator.h",
165 "gpu/proxy_helpers_unittest.cc",
165 "gpu/screen_manager_unittest.cc", 166 "gpu/screen_manager_unittest.cc",
166 ] 167 ]
167 168
168 deps = [ 169 deps = [
169 ":gbm", 170 ":gbm",
170 "//skia", 171 "//skia",
171 "//testing/gtest", 172 "//testing/gtest",
172 "//third_party/libdrm", 173 "//third_party/libdrm",
173 "//ui/gfx", 174 "//ui/gfx",
174 "//ui/ozone:platform", 175 "//ui/ozone:platform",
175 "//ui/ozone/common", 176 "//ui/ozone/common",
176 ] 177 ]
177 } 178 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/proxy_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698