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

Unified Diff: ui/gl/gl.gyp

Issue 11428140: gpu: Add async pixel transfer interface, stub and tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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 bbaa55011aaa7b8f57d9849eb5c2ddfb79a590a4..027496d9e8438dd1eb66a6b77e5305c152d9af4c 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -40,6 +40,7 @@
'<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
],
'sources': [
+ 'async_pixel_transfer_delegate.h',
'gl_bindings.h',
'gl_bindings_skia_in_process.cc',
'gl_bindings_skia_in_process.h',
@@ -231,6 +232,8 @@
'sources': [
'android_native_window.cc',
'android_native_window.h',
+ 'async_pixel_transfer_delegate_android.cc',
+ 'async_pixel_transfer_delegate_android.h'
],
'sources!': [
'gl_context_osmesa.cc',

Powered by Google App Engine
This is Rietveld 408576698