Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 250a99dfd91b734d65922c3b2eaaa66df785ce5a..e391eac353bbf3d23905fdda87fadae8388877e1 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1302,6 +1302,11 @@ |
'<(DEPTH)/third_party/libva', |
], |
}], |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:x11', # Used by rendering_helper.cc |
+ ], |
+ }], |
], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |