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

Unified Diff: ui/gl/gl.gyp

Issue 20017005: gpu: Refactor GpuMemoryBuffer framework for multi-process support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index ae0a1cbafeb40fc3a693e11b5d2cb971e563fc5e..02a19637fd62d138cb064929e01cb88553d68c0e 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -72,6 +72,8 @@
'gl_image_android.cc',
'gl_image_mac.cc',
'gl_image_ozone.cc',
+ 'gl_image_shm.cc',
+ 'gl_image_shm.h',
'gl_image_stub.cc',
'gl_image_stub.h',
'gl_image_win.cc',
@@ -307,8 +309,6 @@
],
},
'sources': [
- 'gl_image_mock.cc',
- 'gl_image_mock.h',
'gl_mock.h',
'gl_mock.cc',
'<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
« ui/gfx/gpu_memory_buffer.h ('K') | « ui/gfx/native_widget_types.h ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698