| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index e166a4f7ba3f45274d33fd8e89b099196df1dc3e..48f04e7281c3b5ea12ab356970fcb26a5620b48e 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -65,9 +65,6 @@ config("rtc_base_all_dependent_config") {
|
| "Security.framework",
|
| "SystemConfiguration.framework",
|
| ]
|
| - if (current_cpu == "x86") {
|
| - libs += [ "Carbon.framework" ]
|
| - }
|
| }
|
| }
|
|
|
| @@ -284,6 +281,7 @@ static_library("rtc_base") {
|
| defines = [ "LOGGING=1" ]
|
|
|
| sources = [
|
| + "applefilesystem.mm",
|
| "arraysize.h",
|
| "asyncfile.cc",
|
| "asyncfile.h",
|
| @@ -332,7 +330,6 @@ static_library("rtc_base") {
|
| "httpcommon.h",
|
| "httprequest.cc",
|
| "httprequest.h",
|
| - "iosfilesystem.mm",
|
| "ipaddress.cc",
|
| "ipaddress.h",
|
| "linked_ptr.h",
|
| @@ -662,10 +659,6 @@ static_library("rtc_base") {
|
| }
|
| }
|
|
|
| - if (is_ios || (is_mac && current_cpu != "x86")) {
|
| - defines += [ "CARBON_DEPRECATED=YES" ]
|
| - }
|
| -
|
| if (is_linux || is_android) {
|
| sources += [
|
| "linux.cc",
|
|
|