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

Unified Diff: webrtc/base/BUILD.gn

Issue 2784483002: Add Darwin thread.h implementation. (Closed)
Patch Set: Make ThreadInit private to rtc::Thread Created 3 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 | « webrtc/BUILD.gn ('k') | webrtc/base/maccocoathreadhelper.h » ('j') | 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 7514b07c8df48ea08e78404b6c35d40e94f6327d..3d0a3f42f1c113680b68e401bc3b9ae6f7a79628 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -544,11 +544,8 @@ rtc_static_library("rtc_base") {
if (is_ios || is_mac) {
sources += [
- "maccocoathreadhelper.h",
- "maccocoathreadhelper.mm",
"macifaddrs_converter.cc",
- "scoped_autorelease_pool.h",
- "scoped_autorelease_pool.mm",
+ "thread_darwin.mm",
]
}
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/maccocoathreadhelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698