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

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

Issue 1141243002: [Ozone-Drm] Remove GPU lock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/drm.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 29 matching lines...) Expand all
40 "gpu/drm_gpu_display_manager.cc", 40 "gpu/drm_gpu_display_manager.cc",
41 "gpu/drm_gpu_display_manager.h", 41 "gpu/drm_gpu_display_manager.h",
42 "gpu/drm_gpu_platform_support.cc", 42 "gpu/drm_gpu_platform_support.cc",
43 "gpu/drm_gpu_platform_support.h", 43 "gpu/drm_gpu_platform_support.h",
44 "gpu/drm_surface.cc", 44 "gpu/drm_surface.cc",
45 "gpu/drm_surface.h", 45 "gpu/drm_surface.h",
46 "gpu/drm_vsync_provider.cc", 46 "gpu/drm_vsync_provider.cc",
47 "gpu/drm_vsync_provider.h", 47 "gpu/drm_vsync_provider.h",
48 "gpu/drm_window.cc", 48 "gpu/drm_window.cc",
49 "gpu/drm_window.h", 49 "gpu/drm_window.h",
50 "gpu/gpu_lock.cc",
51 "gpu/gpu_lock.h",
52 "gpu/hardware_display_controller.cc", 50 "gpu/hardware_display_controller.cc",
53 "gpu/hardware_display_controller.h", 51 "gpu/hardware_display_controller.h",
54 "gpu/hardware_display_plane.cc", 52 "gpu/hardware_display_plane.cc",
55 "gpu/hardware_display_plane.h", 53 "gpu/hardware_display_plane.h",
56 "gpu/hardware_display_plane_manager.cc", 54 "gpu/hardware_display_plane_manager.cc",
57 "gpu/hardware_display_plane_manager.h", 55 "gpu/hardware_display_plane_manager.h",
58 "gpu/hardware_display_plane_manager_legacy.cc", 56 "gpu/hardware_display_plane_manager_legacy.cc",
59 "gpu/hardware_display_plane_manager_legacy.h", 57 "gpu/hardware_display_plane_manager_legacy.h",
60 "gpu/overlay_plane.cc", 58 "gpu/overlay_plane.cc",
61 "gpu/overlay_plane.h", 59 "gpu/overlay_plane.h",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 public_configs = [ 182 public_configs = [
185 ":libgbm", 183 ":libgbm",
186 "//third_party/khronos:khronos_headers", 184 "//third_party/khronos:khronos_headers",
187 ] 185 ]
188 186
189 if (use_mesa_platform_null) { 187 if (use_mesa_platform_null) {
190 defines += [ "USE_MESA_PLATFORM_NULL" ] 188 defines += [ "USE_MESA_PLATFORM_NULL" ]
191 } 189 }
192 } 190 }
193 } 191 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/drm/drm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698