Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: ui/gl/gl.gyp

Issue 1251783002: Mac Overlays: Wire up overlays on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@part22
Patch Set: Leave widget type unchanged Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image_io_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 1bc6a72efb11d7dfd70b0f621f07fe0fca570422..ae4dfa9014c57333dd6c9cca381e5300a63ef624 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -225,7 +225,7 @@
'gl_context_cgl.h',
'gl_fence_apple.cc',
'gl_fence_apple.h',
- 'gl_image_io_surface.cc',
+ 'gl_image_io_surface.mm',
'gl_image_io_surface.h',
'scoped_cgl.cc',
'scoped_cgl.h',
@@ -234,6 +234,7 @@
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
+ '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
],
},
}],
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image_io_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698