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

Unified Diff: gpu/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: skip cast for now 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
« no previous file with comments | « device/serial/BUILD.gn ('k') | rlz/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index a5848f81a13d1ac5dbe5b393d257fcfeb4367a0e..1759ef2907a9aaeacebb2d1c719a31d974e460d5 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -219,6 +219,8 @@ test("gl_tests") {
if (is_android) {
libs += [ "android" ]
deps += [ "//ui/android:ui_java" ]
+ } else if (is_mac) {
+ libs += [ "IOSurface.framework" ]
}
}
« no previous file with comments | « device/serial/BUILD.gn ('k') | rlz/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698