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

Unified Diff: ui/gfx/gfx.gyp

Issue 205433002: ozone: Add OzoneSurface object that is owned by compositor, GLSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & update some comments Created 6 years, 9 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 b712b0ba0319f44d4264f2b8660f83b8516b404a..9cddd721c80852eaa8900f59d4c73c14d2980ef8 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -218,6 +218,8 @@
'ozone/impl/file_surface_factory.h',
'ozone/surface_factory_ozone.cc',
'ozone/surface_factory_ozone.h',
+ 'ozone/surface_ozone.cc',
+ 'ozone/surface_ozone.h',
'ozone/overlay_candidates_ozone.cc',
'ozone/overlay_candidates_ozone.h',
'pango_util.cc',

Powered by Google App Engine
This is Rietveld 408576698