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

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

Issue 1129923004: [1/2][Ozone-Drm] Refactor GPU display management (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@handle-display-init2
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/common/drm_util.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 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 17 matching lines...) Expand all
28 "gpu/drm_buffer.cc", 28 "gpu/drm_buffer.cc",
29 "gpu/drm_buffer.h", 29 "gpu/drm_buffer.h",
30 "gpu/drm_console_buffer.cc", 30 "gpu/drm_console_buffer.cc",
31 "gpu/drm_console_buffer.h", 31 "gpu/drm_console_buffer.h",
32 "gpu/drm_device.cc", 32 "gpu/drm_device.cc",
33 "gpu/drm_device.h", 33 "gpu/drm_device.h",
34 "gpu/drm_device_generator.cc", 34 "gpu/drm_device_generator.cc",
35 "gpu/drm_device_generator.h", 35 "gpu/drm_device_generator.h",
36 "gpu/drm_device_manager.cc", 36 "gpu/drm_device_manager.cc",
37 "gpu/drm_device_manager.h", 37 "gpu/drm_device_manager.h",
38 "gpu/drm_display_mode.cc", 38 "gpu/drm_display.cc",
39 "gpu/drm_display_mode.h", 39 "gpu/drm_display.h",
40 "gpu/drm_display_snapshot.cc",
41 "gpu/drm_display_snapshot.h",
42 "gpu/drm_gpu_display_manager.cc", 40 "gpu/drm_gpu_display_manager.cc",
43 "gpu/drm_gpu_display_manager.h", 41 "gpu/drm_gpu_display_manager.h",
44 "gpu/drm_gpu_platform_support.cc", 42 "gpu/drm_gpu_platform_support.cc",
45 "gpu/drm_gpu_platform_support.h", 43 "gpu/drm_gpu_platform_support.h",
46 "gpu/drm_surface.cc", 44 "gpu/drm_surface.cc",
47 "gpu/drm_surface.h", 45 "gpu/drm_surface.h",
48 "gpu/drm_vsync_provider.cc", 46 "gpu/drm_vsync_provider.cc",
49 "gpu/drm_vsync_provider.h", 47 "gpu/drm_vsync_provider.h",
50 "gpu/drm_window.cc", 48 "gpu/drm_window.cc",
51 "gpu/drm_window.h", 49 "gpu/drm_window.h",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "//ui/events/ozone:events_ozone_layout", 181 "//ui/events/ozone:events_ozone_layout",
184 ] 182 ]
185 183
186 public_configs = [ ":libgbm" ] 184 public_configs = [ ":libgbm" ]
187 185
188 if (use_mesa_platform_null) { 186 if (use_mesa_platform_null) {
189 defines += [ "USE_MESA_PLATFORM_NULL" ] 187 defines += [ "USE_MESA_PLATFORM_NULL" ]
190 } 188 }
191 } 189 }
192 } 190 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/drm/common/drm_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698