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

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: Rebase. Fix lint. 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 ce6c93a6ae615783be5037474a2882b29c2b5d14..d1cc62e3a19bb3196678f6d07b0765f5062ea8d1 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -40,6 +40,9 @@
'<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
],
'sources': [
+ 'async_pixel_transfer_delegate.h',
+ 'async_pixel_transfer_delegate_stub.cc',
+ 'async_pixel_transfer_delegate_stub.h',
'gl_bindings.h',
'gl_bindings_skia_in_process.cc',
'gl_bindings_skia_in_process.h',

Powered by Google App Engine
This is Rietveld 408576698