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

Unified Diff: ui/gfx/gfx.gyp

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index b5e5f3624e193a6cacecf78c52c58825c3400db9..51c338fff47866877f9f578f9c020de1ca579c93 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -232,10 +232,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',
@@ -427,7 +434,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',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698