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

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: 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
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 3a5a58c7e892ff3874d74433c7c46c48171c5f73..fe18a7b8fb825549019e0df12850bab050987ffc 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) {

Powered by Google App Engine
This is Rietveld 408576698