Chromium Code Reviews| Index: ui/surface/surface.gyp |
| diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp |
| index fa1f88f971f4823eb05293080f57209d2ec340a4..a219473e402fec6c1618edda822a0e7f6bd431bb 100644 |
| --- a/ui/surface/surface.gyp |
| +++ b/ui/surface/surface.gyp |
| @@ -14,9 +14,11 @@ |
| ], |
| }], |
| ['OS == "mac"', { |
| + # Required by accelerated_surface_mac.cc. |
| 'link_settings': { |
| 'libraries': [ |
| '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
| + '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| ], |
| }, |
| }], |