Index: ui/surface/surface.gyp |
diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp |
index d64972da39265d4e59604a31de23c82e57b54339..4da6e3e16e374e4672e05147516b604c7d35cb4d 100644 |
--- a/ui/surface/surface.gyp |
+++ b/ui/surface/surface.gyp |
@@ -85,6 +85,13 @@ |
'transport_dib_sysvipc.cc', |
'transport_dib_win.cc', |
], |
+ 'conditions': [ |
+ ['use_x11 != 1 and OS != "mac"', { |
+ 'sources!': [ |
+ 'transport_dib_sysvipc.cc', |
+ ], |
+ }], |
+ ], |
'defines': [ |
'SURFACE_IMPLEMENTATION', |
], |