Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index bcbca123101c405cdcf2f43ddcf8c5aa62a01d1a..a88ab336e2e6a82ba6213efe5e2015216009e47b 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -335,7 +335,7 @@ |
# Use GPU accelerated cross process image transport by default |
# on TOUCH_UI and linux builds with the Aura window manager |
- ['views_compositor==1 and OS=="linux" and use_webkit_compositor!=1', { |
+ ['views_compositor==1 and OS=="linux"', { |
'ui_compositor_image_transport%': 1, |
}, { |
'ui_compositor_image_transport%': 0, |