| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index a415efbac7e0a8952c87962f23203b5a59cba75e..ec92cce600266fb44de82b2d5211f736c2bbe1b5 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -63,9 +63,6 @@ config("rtc_base_all_dependent_config") {
|
| "Security.framework",
|
| "SystemConfiguration.framework",
|
| ]
|
| - if (current_cpu == "x86") {
|
| - libs += [ "Carbon.framework" ]
|
| - }
|
| }
|
| }
|
|
|
| @@ -289,6 +286,7 @@ rtc_static_library("rtc_base") {
|
| defines = [ "LOGGING=1" ]
|
|
|
| sources = [
|
| + "applefilesystem.mm",
|
| "arraysize.h",
|
| "asyncfile.cc",
|
| "asyncfile.h",
|
| @@ -337,7 +335,6 @@ rtc_static_library("rtc_base") {
|
| "httpcommon.h",
|
| "httprequest.cc",
|
| "httprequest.h",
|
| - "iosfilesystem.mm",
|
| "ipaddress.cc",
|
| "ipaddress.h",
|
| "linked_ptr.h",
|
| @@ -667,10 +664,6 @@ rtc_static_library("rtc_base") {
|
| }
|
| }
|
|
|
| - if (is_ios || (is_mac && current_cpu != "x86")) {
|
| - defines += [ "CARBON_DEPRECATED=YES" ]
|
| - }
|
| -
|
| if (is_linux || is_android) {
|
| sources += [
|
| "linux.cc",
|
|
|