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

Unified Diff: ui/gl/BUILD.gn

Issue 1983443002: mac/gn: Make a bunch of targets build in release component builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 4 years, 7 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 ce339b7bc936f76d61c8f17461992df8d6893722..876f5c248fb08194dc23ba894a4c6ff73892e723 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -359,6 +359,7 @@ test("gl_unittests") {
if (is_mac) {
sources += [ "gl_image_io_surface_unittest.cc" ]
+ libs = [ "IOSurface.framework" ]
}
include_dirs = [ "//third_party/khronos" ]
« media/cast/BUILD.gn ('K') | « ui/accelerated_widget_mac/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698