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

Unified Diff: ui/gfx/gfx.gyp

Issue 49303002: [Ozone] Rename software implementation files to use Dri prefix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ifdef Created 7 years, 1 month 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 | « no previous file | ui/gfx/ozone/impl/dri_skbitmap.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 7ab68a1f8ff830f4420799b96765c1f0679d1c3a..6d8f939baf1560c035a6237f5ad22961ebd9084c 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -138,18 +138,18 @@
'matrix3_f.cc',
'matrix3_f.h',
'native_widget_types.h',
- 'ozone/impl/drm_skbitmap_ozone.cc',
- 'ozone/impl/drm_skbitmap_ozone.h',
- 'ozone/impl/drm_wrapper_ozone.cc',
- 'ozone/impl/drm_wrapper_ozone.h',
- 'ozone/impl/file_surface_factory_ozone.cc',
- 'ozone/impl/file_surface_factory_ozone.h',
- 'ozone/impl/hardware_display_controller_ozone.cc',
- 'ozone/impl/hardware_display_controller_ozone.h',
- 'ozone/impl/software_surface_factory_ozone.cc',
- 'ozone/impl/software_surface_factory_ozone.h',
- 'ozone/impl/software_surface_ozone.cc',
- 'ozone/impl/software_surface_ozone.h',
+ 'ozone/impl/dri_skbitmap.cc',
+ 'ozone/impl/dri_skbitmap.h',
+ 'ozone/impl/dri_surface.cc',
+ 'ozone/impl/dri_surface.h',
+ 'ozone/impl/dri_surface_factory.cc',
+ 'ozone/impl/dri_surface_factory.h',
+ 'ozone/impl/dri_wrapper.cc',
+ 'ozone/impl/dri_wrapper.h',
+ 'ozone/impl/file_surface_factory.cc',
+ 'ozone/impl/file_surface_factory.h',
+ 'ozone/impl/hardware_display_controller.cc',
+ 'ozone/impl/hardware_display_controller.h',
'ozone/surface_factory_ozone.cc',
'ozone/surface_factory_ozone.h',
'pango_util.cc',
« no previous file with comments | « no previous file | ui/gfx/ozone/impl/dri_skbitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698