Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 42cfd32b91f96131fc36b8161f666070dfffd058..9747f699f6b0daa935fae24679643069759ef50d 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -280,6 +280,20 @@ |
'common/native_web_keyboard_event_views.cc', |
], |
}], |
+ ['touchui==1', { |
+ 'sources': [ |
+ 'common/gpu/image_transport_surface_linux.h', |
+ 'common/gpu/image_transport_surface_linux.cc', |
+ ], |
+ 'include_dirs': [ |
+ '<(DEPTH)/third_party/angle/include', |
+ ], |
+ 'link_settings': { |
+ 'libraries': [ |
+ '-lXcomposite', |
+ ], |
+ }, |
+ }], |
['enable_gpu==1', { |
'dependencies': [ |
'../gpu/gpu.gyp:command_buffer_service', |