Index: ui/gl/gl.gyp |
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
index 68c58f3b8bdd7ed2b8f444ba2f79a023edbe772d..a050064a83ddbb2d13fd997c90d925000aac09d7 100644 |
--- a/ui/gl/gl.gyp |
+++ b/ui/gl/gl.gyp |
@@ -114,8 +114,6 @@ |
'gl_version_info.h', |
'gpu_switching_manager.cc', |
'gpu_switching_manager.h', |
- 'io_surface_support_mac.cc', |
- 'io_surface_support_mac.h', |
'scoped_binders.cc', |
'scoped_binders.h', |
'scoped_make_current.cc', |
@@ -268,6 +266,7 @@ |
], |
'link_settings': { |
'libraries': [ |
+ '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
], |
}, |