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

Unified Diff: ui/ozone/platform/drm/BUILD.gn

Issue 1253363004: ozone gbm: whitelist 3 DRM ioctl code for native GpuMemoryBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromeos_daisy_chromium_compile_only_ng build failure Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/drm/gbm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index f4eae526c398aa2b38c4a13014c8945584d390cb..881f3f3c521d437bb4c39deea8e5c255dc1aca51 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -8,10 +8,6 @@ import("//ui/ozone/ozone.gni")
declare_args() {
use_mesa_platform_null = false
use_drm_atomic = false
-
- # TODO(dshwang): remove this flag when all gbm hardware supports vgem map.
- # crbug.com/519587
- use_vgem_map = false
}
pkg_config("libdrm") {
@@ -143,7 +139,7 @@ source_set("gbm") {
}
if (use_vgem_map) {
- defines += [ "USE_VGEM_MAP" ]
+ configs += [ "//ui/ozone:vgem_map" ]
sources += [
"gpu/client_native_pixmap_vgem.cc",
« 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