Chromium Code Reviews| Index: cc/cc_tests.gyp |
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp |
| index b44d9d566b0289da2250f1895f2f11f1ee0ef8c6..56030e624e9727a9b35b2ee6dc48e1f811307ed0 100644 |
| --- a/cc/cc_tests.gyp |
| +++ b/cc/cc_tests.gyp |
| @@ -294,6 +294,8 @@ |
| 'cc.gyp:cc', |
| 'cc.gyp:cc_surfaces', |
| 'cc_test_support', |
| + # Only needed at runtime. |
| + '../third_party/mesa/mesa.gyp:osmesa', |
|
danakj
2015/07/22 19:01:48
How come you need this if the cc_test_support has
M-A Ruel
2015/07/22 19:06:27
Good catch, removed.
|
| ], |
| 'sources': [ |
| 'test/cc_test_suite.cc', |
| @@ -409,12 +411,13 @@ |
| '../skia/skia.gyp:skia', |
| '../testing/gmock.gyp:gmock', |
| '../testing/gtest.gyp:gtest', |
| - '../third_party/mesa/mesa.gyp:osmesa', |
| '../ui/gfx/gfx.gyp:gfx', |
| '../ui/gfx/gfx.gyp:gfx_geometry', |
| '../ui/gfx/gfx.gyp:gfx_test_support', |
| '../ui/gl/gl.gyp:gl', |
| '../ui/gl/gl.gyp:gl_test_support', |
| + # Only needed at runtime. |
| + '../third_party/mesa/mesa.gyp:osmesa', |
| ], |
| 'sources': [ |
| '<@(cc_tests_support_files)', |