| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 534e5e65f1809aed99a9156a402952b70fb4aa75..43a4571ecd5bf3627fdf8f227156a52c86d8aec6 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -296,6 +296,8 @@
|
| 'cc.gyp:cc',
|
| 'cc.gyp:cc_surfaces',
|
| 'cc_test_support',
|
| + # Only needed at runtime.
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| ],
|
| 'sources': [
|
| 'test/cc_test_suite.cc',
|
| @@ -411,7 +413,6 @@
|
| '../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',
|
|
|