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

Unified Diff: ui/gl/gl.gyp

Issue 22824009: Remove StreamTextureManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 4 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/android/gl_image_stream.cc ('k') | ui/gl/gl_image.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 940578beeb7ff26ff8f713ff92dd50b07978b3af..f0b5064508178a0db48f9867d7842d5fa6ccba1c 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -40,6 +40,8 @@
'<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
],
'sources': [
+ 'android/gl_image_stream.cc',
+ 'android/gl_image_stream.h',
'android/gl_jni_registrar.cc',
'android/gl_jni_registrar.h',
'android/scoped_java_surface.cc',
@@ -305,6 +307,8 @@
'sources': [
'gl_mock.h',
'gl_mock.cc',
+ 'gl_image_mock.h',
+ 'gl_image_mock.cc',
'<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
],
},
« no previous file with comments | « ui/gl/android/gl_image_stream.cc ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698