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

Unified Diff: ui/gfx/surface/surface.gyp

Issue 8060045: Use shared D3D9 texture to transport the compositor's backing buffer to the browser... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
« gpu/DEPS ('K') | « ui/gfx/surface/accelerated_surface_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/surface.gyp
===================================================================
--- ui/gfx/surface/surface.gyp (revision 106500)
+++ ui/gfx/surface/surface.gyp (working copy)
@@ -22,6 +22,7 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/ui/gfx/gl/gl.gyp:gl',
'<(DEPTH)/ui/ui.gyp:ui',
@@ -31,6 +32,8 @@
'accelerated_surface_mac.h',
'accelerated_surface_wayland.cc',
'accelerated_surface_wayland.h',
+ 'accelerated_surface_win.cc',
+ 'accelerated_surface_win.h',
'io_surface_support_mac.cc',
'io_surface_support_mac.h',
'surface_export.h',
« gpu/DEPS ('K') | « ui/gfx/surface/accelerated_surface_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698