Index: ui/gfx/gfx_tests.gyp |
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp |
index 10252c05d48e7f73dd3c6ff75b8c1506f06e6334..4d7c99bb8656b0afc8499bdf66f797903e428186 100644 |
--- a/ui/gfx/gfx_tests.gyp |
+++ b/ui/gfx/gfx_tests.gyp |
@@ -25,6 +25,9 @@ |
'text_elider_unittest.cc', |
'text_utils_unittest.cc', |
], |
+ 'gl_test_sources' : [ |
+ '../gl/gl_api_unittest.cc', |
danakj
2015/05/04 17:45:12
we shouldn't be including '../*' as sources in a g
|
+ ], |
'all_sources': [ |
'<@(_common_sources)', |
'animation/animation_container_unittest.cc', |
@@ -92,7 +95,13 @@ |
['OS == "ios"', { |
'sources': ['<@(_common_sources)'], |
}, { # OS != "ios" |
- 'sources': ['<@(_all_sources)'], |
+ 'sources': [ |
+ '<@(_all_sources)', |
+ '<@(_gl_test_sources)', |
+ ], |
+ 'dependencies': [ |
+ '../gl/gl.gyp:gl', |
+ ], |
}], |
['OS != "mac" and OS != "ios"', { |
'sources': [ |