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

Unified Diff: ui/surface/surface.gyp

Issue 13985039: Rationalize linux vs x11 in ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix try failures Created 7 years, 8 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
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',
],
« ui/gl/gl.gyp ('K') | « ui/gl/gl_surface_x11.cc ('k') | ui/surface/transport_dib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698