summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/gfx/surface/surface.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/gfx/surface/surface.gyp b/ui/gfx/surface/surface.gyp
index 58bb268..02ab651 100644
--- a/ui/gfx/surface/surface.gyp
+++ b/ui/gfx/surface/surface.gyp
@@ -46,6 +46,14 @@
'defines': [
'SURFACE_IMPLEMENTATION',
],
+ 'conditions': [
+ ['use_aura==1', {
+ 'sources/': [
+ ['exclude', 'accelerated_surface_win.cc'],
+ ['exclude', 'accelerated_surface_win.h'],
+ ],
+ }],
+ ],
},
],
}