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

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

Issue 2037793002: Move GLContext creation from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_init
Patch Set: Change to scoped_refptr. 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_x11.cc ('k') | no next file » | 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 2ce8e55aa42abbe77998ea24220a4f0e08e0b0f8..cb92a5b8bbb8fedda9ce6641195b57ddbb868fab 100644
--- a/ui/gl/init/gl_init.gyp
+++ b/ui/gl/init/gl_init.gyp
@@ -29,6 +29,11 @@
'gl_initializer_x11.cc',
'gl_factory.cc',
'gl_factory.h',
+ 'gl_factory_android.cc',
+ 'gl_factory_mac.cc',
+ 'gl_factory_ozone.cc',
+ 'gl_factory_win.cc',
+ 'gl_factory_x11.cc',
'gl_init_export.h',
],
'conditions': [
« no previous file with comments | « ui/gl/init/gl_factory_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698