Index: ui/gl/gl.gyp |
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
index f0f026a1ffe83af0aec7a0966458d06149e29422..16e8cc16bc514f1ee9153d35f3c99f6d0ba30033 100644 |
--- a/ui/gl/gl.gyp |
+++ b/ui/gl/gl.gyp |
@@ -298,6 +298,7 @@ |
'target_name': 'gl_test_support', |
'type': 'static_library', |
'dependencies': [ |
+ '<(DEPTH)/testing/gtest.gyp:gtest', |
'../../third_party/khronos/khronos.gyp:khronos_headers', |
'gl', |
], |
@@ -305,8 +306,13 @@ |
'../..', |
], |
'sources': [ |
+ 'test/gl_image_test_support.cc', |
+ 'test/gl_image_test_support.h', |
+ 'test/gl_image_test_template.h', |
'test/gl_surface_test_support.cc', |
'test/gl_surface_test_support.h', |
+ 'test/gl_test_helper.cc', |
+ 'test/gl_test_helper.h', |
], |
'conditions': [ |
['use_x11==1', { |