diff options
Diffstat (limited to 'ui/gfx/surface/surface.gyp')
-rw-r--r-- | ui/gfx/surface/surface.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gfx/surface/surface.gyp b/ui/gfx/surface/surface.gyp index 43190ba..58bb268 100644 --- a/ui/gfx/surface/surface.gyp +++ b/ui/gfx/surface/surface.gyp @@ -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', |