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

Unified Diff: device/serial/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 | « no previous file | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/BUILD.gn
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index 468afc2f9e3495c0f471fb4b83ab048ed6c9c226..6a6549bd83c3ca085e47f286e242d970cfe2d847 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -77,7 +77,10 @@ static_library("serial") {
]
}
if (is_mac) {
- libs = [ "IOKit.framework" ]
+ libs = [
+ "Foundation.framework",
+ "IOKit.framework",
+ ]
}
}
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698