Index: ui/gfx/surface/surface.gyp |
=================================================================== |
--- ui/gfx/surface/surface.gyp (revision 108176) |
+++ ui/gfx/surface/surface.gyp (working copy) |
@@ -46,6 +46,14 @@ |
'defines': [ |
'SURFACE_IMPLEMENTATION', |
], |
+ 'conditions': [ |
+ ['use_aura==1', { |
+ 'sources/': [ |
+ ['exclude', 'accelerated_surface_win.cc'], |
+ ['exclude', 'accelerated_surface_win.h'], |
+ ], |
+ }], |
+ ], |
}, |
], |
} |