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

Unified Diff: ui/gl/BUILD.gn

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/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 22ee988546086b64b437d55fea65d011d3febc77..9fdcc94ea921cdacf5232240905b0a1e950b3188 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -214,8 +214,8 @@ component("gl") {
"gl_context_cgl.h",
"gl_fence_apple.cc",
"gl_fence_apple.h",
- "gl_image_io_surface.cc",
"gl_image_io_surface.h",
+ "gl_image_io_surface.mm",
"scoped_cgl.cc",
"scoped_cgl.h",
]
@@ -223,6 +223,7 @@ component("gl") {
libs = [
"IOSurface.framework",
"OpenGL.framework",
+ "Quartz.framework",
]
}
if (is_android) {
« no previous file with comments | « ui/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698