Index: ui/gfx/gfx.gyp |
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
index 7a3ed268d20852e679edab61c490eab1a029ddec..d5412d8c64b2c708710959cbdfe2065a97474f2f 100644 |
--- a/ui/gfx/gfx.gyp |
+++ b/ui/gfx/gfx.gyp |
@@ -237,10 +237,17 @@ |
'ozone/dri/dri_vsync_provider.h', |
'ozone/dri/dri_wrapper.cc', |
'ozone/dri/dri_wrapper.h', |
+ 'ozone/dri/gbm_surface.h', |
+ 'ozone/dri/gbm_surface.cc', |
+ 'ozone/dri/gbm_surface_factory.cc', |
+ 'ozone/dri/gbm_surface_factory.h', |
'ozone/dri/hardware_display_controller.cc', |
'ozone/dri/hardware_display_controller.h', |
+ 'ozone/dri/scanout_surface.h', |
'ozone/impl/file_surface_factory.cc', |
'ozone/impl/file_surface_factory.h', |
+ 'ozone/overlay_hal_ozone.cc', |
+ 'ozone/overlay_hal_ozone.h', |
'ozone/surface_factory_ozone.cc', |
'ozone/surface_factory_ozone.h', |
'pango_util.cc', |
@@ -452,7 +459,17 @@ |
}], |
['ozone_platform_dri==1', { |
'dependencies': [ |
- '<(DEPTH)/build/linux/system.gyp:dridrm', |
+ '<(DEPTH)/build/linux/system.gyp:dridrm', |
+ ], |
+ }], |
+ ['ozone_platform_gbm==1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/build/linux/system.gyp:dridrm', |
+ '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_gbm', |
+ ], |
+ 'include_dirs': [ |
+ '<(DEPTH)/third_party/khronos', |
+ '<(DEPTH)/third_party/mesa/src/include', |
], |
}], |
['desktop_linux==1 or chromeos==1', { |