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

Unified Diff: ui/gl/gl.gyp

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Add missing parameter in GLES2Implementation ctor in GLES2Implementation unittest Created 7 years, 7 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 | « ppapi/shared_impl/ppb_graphics_3d_shared.cc ('k') | ui/gl/gl_image_mock.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 bb89f594436d21ebd423a542ba6a368916fbae9e..f90b2ddc02c9c7d7a930311d4821470bdf1efaf8 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -301,6 +301,8 @@
],
},
'sources': [
+ 'gl_image_mock.cc',
+ 'gl_image_mock.h',
'gl_mock.h',
'gl_mock.cc',
'<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
« no previous file with comments | « ppapi/shared_impl/ppb_graphics_3d_shared.cc ('k') | ui/gl/gl_image_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698