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

Unified Diff: webrtc/base/BUILD.gn

Issue 1810373003: [iOS] Link with base/maccocoathreadhelper.mm on iOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@fix-ios
Patch Set: Created 4 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 3369cbe36181dc519c629e1d145c676533106441..03e993288c08006ea5ccb388157f5e6f0cd47b02 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -521,6 +521,8 @@ static_library("rtc_base") {
all_dependent_configs = [ ":ios_config" ]
sources += [
+ "maccocoathreadhelper.h",
+ "maccocoathreadhelper.mm",
"macconversion.cc",
"macconversion.h",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698