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

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

Issue 1661783002: Centralize all gbm ozone host IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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 | « PRESUBMIT.py ('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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "gpu/screen_manager.cc", 88 "gpu/screen_manager.cc",
89 "gpu/screen_manager.h", 89 "gpu/screen_manager.h",
90 "host/drm_cursor.cc", 90 "host/drm_cursor.cc",
91 "host/drm_cursor.h", 91 "host/drm_cursor.h",
92 "host/drm_device_handle.cc", 92 "host/drm_device_handle.cc",
93 "host/drm_device_handle.h", 93 "host/drm_device_handle.h",
94 "host/drm_display_host.cc", 94 "host/drm_display_host.cc",
95 "host/drm_display_host.h", 95 "host/drm_display_host.h",
96 "host/drm_display_host_manager.cc", 96 "host/drm_display_host_manager.cc",
97 "host/drm_display_host_manager.h", 97 "host/drm_display_host_manager.h",
98 "host/drm_display_host_manager_core.cc",
99 "host/drm_display_host_manager_core.h",
100 "host/drm_gpu_platform_support_host.cc", 98 "host/drm_gpu_platform_support_host.cc",
101 "host/drm_gpu_platform_support_host.h", 99 "host/drm_gpu_platform_support_host.h",
102 "host/drm_native_display_delegate.cc", 100 "host/drm_native_display_delegate.cc",
103 "host/drm_native_display_delegate.h", 101 "host/drm_native_display_delegate.h",
104 "host/drm_overlay_candidates_host.cc", 102 "host/drm_overlay_candidates_host.cc",
105 "host/drm_overlay_candidates_host.h", 103 "host/drm_overlay_candidates_host.h",
106 "host/drm_overlay_manager.cc", 104 "host/drm_overlay_manager.cc",
107 "host/drm_overlay_manager.h", 105 "host/drm_overlay_manager.h",
108 "host/drm_overlay_manager_core.cc",
109 "host/drm_overlay_manager_core.h",
110 "host/drm_window_host.cc", 106 "host/drm_window_host.cc",
111 "host/drm_window_host.h", 107 "host/drm_window_host.h",
112 "host/drm_window_host_manager.cc", 108 "host/drm_window_host_manager.cc",
113 "host/drm_window_host_manager.h", 109 "host/drm_window_host_manager.h",
110 "host/gpu_thread_adapter.h",
114 "host/gpu_thread_observer.h", 111 "host/gpu_thread_observer.h",
115 "ozone_platform_gbm.cc", 112 "ozone_platform_gbm.cc",
116 "ozone_platform_gbm.h", 113 "ozone_platform_gbm.h",
117 ] 114 ]
118 115
119 deps = [ 116 deps = [
120 "//base", 117 "//base",
121 "//ipc", 118 "//ipc",
122 "//skia", 119 "//skia",
123 "//third_party/minigbm", 120 "//third_party/minigbm",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 deps = [ 184 deps = [
188 ":gbm", 185 ":gbm",
189 "//skia", 186 "//skia",
190 "//testing/gtest", 187 "//testing/gtest",
191 "//ui/gfx", 188 "//ui/gfx",
192 "//ui/ozone", 189 "//ui/ozone",
193 ] 190 ]
194 191
195 public_configs = [ ":libdrm" ] 192 public_configs = [ ":libdrm" ]
196 } 193 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | ui/ozone/platform/drm/gbm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698