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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 65347485a5f6e65319a8df8bf86f0e579a4cf5c6..fa03db5d50da84bfa99d394cd52b226032081fc2 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -156,7 +156,10 @@ component("bluetooth") {
}
if (is_mac) {
- libs = [ "IOBluetooth.framework" ]
+ libs = [
+ "IOBluetooth.framework",
+ "Foundation.framework",
+ ]
}
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698