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

Unified Diff: webrtc/base/BUILD.gn

Issue 1644843003: Compile rtc_base_objc and rtc_api_objc for Mac (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add references to issues Created 4 years, 11 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: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index fa8ddff7513a8acc4dbc128385b75d8cda60c5ea..3957ebe76b7afac73012fb660749cd32f55fa253 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -617,7 +617,7 @@ static_library("rtc_base") {
}
}
-if (is_ios) {
+if (is_ios || is_mac) {
source_set("rtc_base_objc") {
deps = [
":rtc_base",

Powered by Google App Engine
This is Rietveld 408576698