| Index: ui/gfx/gfx_tests.gyp
|
| diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
|
| index 10252c05d48e7f73dd3c6ff75b8c1506f06e6334..6bd60ed3689b20927601e16d2bfd6264874a3ec5 100644
|
| --- a/ui/gfx/gfx_tests.gyp
|
| +++ b/ui/gfx/gfx_tests.gyp
|
| @@ -25,8 +25,12 @@
|
| 'text_elider_unittest.cc',
|
| 'text_utils_unittest.cc',
|
| ],
|
| + 'gl_test_sources' : [
|
| + '../gl/gl_api_unittest.cc',
|
| + ],
|
| 'all_sources': [
|
| '<@(_common_sources)',
|
| + '<@(_gl_test_sources)',
|
| 'animation/animation_container_unittest.cc',
|
| 'animation/animation_unittest.cc',
|
| 'animation/multi_animation_unittest.cc',
|
| @@ -82,6 +86,7 @@
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| '../../third_party/libpng/libpng.gyp:libpng',
|
| + '../../ui/gl/gl.gyp:gl',
|
| '../base/ui_base.gyp:ui_base',
|
| '../resources/ui_resources.gyp:ui_test_pak',
|
| 'gfx.gyp:gfx',
|
|
|