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

Unified Diff: ui/gl/gl.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/BUILD.gn ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index bf66717b8a843cb5f32ef0b0d1a4a557708e5408..33fd9e40c6ab705d1ce76227b38f405a80111a87 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -49,17 +49,12 @@
'gl_bindings_autogen_osmesa.h',
'gl_context.cc',
'gl_context.h',
- 'gl_context_android.cc',
- 'gl_context_mac.mm',
'gl_context_osmesa.cc',
'gl_context_osmesa.h',
- 'gl_context_ozone.cc',
'gl_context_stub.cc',
'gl_context_stub.h',
'gl_context_stub_with_extensions.cc',
'gl_context_stub_with_extensions.h',
- 'gl_context_win.cc',
- 'gl_context_x11.cc',
'gl_enums.cc',
'gl_enums.h',
'gl_enums_implementation_autogen.h',
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698