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

Unified Diff: ui/gl/init/gl_init.gyp

Issue 2088453003: Move GLSurface and rename source files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GYP path. Created 4 years, 6 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/gl/init/gl_factory_ozone.cc ('k') | ui/gl/init/gl_surface_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_init.gyp
diff --git a/ui/gl/init/gl_init.gyp b/ui/gl/init/gl_init.gyp
index cb92a5b8bbb8fedda9ce6641195b57ddbb868fab..807242c41d533d782c0b90806f66558dace19f63 100644
--- a/ui/gl/init/gl_init.gyp
+++ b/ui/gl/init/gl_init.gyp
@@ -35,6 +35,8 @@
'gl_factory_win.cc',
'gl_factory_x11.cc',
'gl_init_export.h',
+ 'gl_surface_ozone.cc',
+ 'gl_surface_ozone.h',
],
'conditions': [
['OS=="mac"', {
@@ -44,6 +46,11 @@
],
},
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../../ozone/ozone.gyp:ozone',
+ ],
+ }],
],
},
],
« no previous file with comments | « ui/gl/init/gl_factory_ozone.cc ('k') | ui/gl/init/gl_surface_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698