Index: ui/gfx/gfx.gyp |
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
index 911729cc4eb425c8fa89ec62e3f22133d9eb0303..4d58fef55eea6fc3b800016ac88950499b206c58 100644 |
--- a/ui/gfx/gfx.gyp |
+++ b/ui/gfx/gfx.gyp |
@@ -434,6 +434,11 @@ |
'text_utils_skia.cc', |
], |
}], |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/build/linux/system.gyp:x11', |
+ ], |
+ }], |
['use_pango==1', { |
'dependencies': [ |
'<(DEPTH)/build/linux/system.gyp:pangocairo', |