| Index: ui/gfx/gfx_tests.gyp
|
| diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
|
| index 10252c05d48e7f73dd3c6ff75b8c1506f06e6334..c39773614d9629789ddcf4553ae5fb06bda82267 100644
|
| --- a/ui/gfx/gfx_tests.gyp
|
| +++ b/ui/gfx/gfx_tests.gyp
|
| @@ -41,6 +41,7 @@
|
| 'color_analysis_unittest.cc',
|
| 'color_profile_mac_unittest.mm',
|
| 'color_utils_unittest.cc',
|
| + 'gl_api_unittest.cc',
|
| 'display_change_notifier_unittest.cc',
|
| 'display_unittest.cc',
|
| 'font_fallback_mac_unittest.cc',
|
| @@ -87,6 +88,7 @@
|
| 'gfx.gyp:gfx',
|
| 'gfx.gyp:gfx_geometry',
|
| 'gfx.gyp:gfx_test_support',
|
| + '../../ui/gl/gl.gyp:gl'
|
| ],
|
| 'conditions': [
|
| ['OS == "ios"', {
|
|
|