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

Unified Diff: ui/gfx/gfx.gyp

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/gpu_memory_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698