Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index f9845a384325966a48f48550452d545eb5d4a35e..c33055ce76cedc6c76c795c1fbf5a3aff4c73142 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -559,10 +559,6 @@ if (rtc_include_tests) { |
"base/sslstreamadapter_unittest.cc", |
] |
} |
- if (is_ios || (is_mac && target_cpu != "x86")) { |
- defines = [ "CARBON_DEPRECATED=YES" ] |
- } |
- |
if (rtc_use_quic) { |
sources += [ |
"p2p/quic/quicconnectionhelper_unittest.cc", |
@@ -825,9 +821,6 @@ if (rtc_include_tests) { |
if (is_mac) { |
sources += [ "base/macsocketserver_unittest.cc" ] |
} |
- if (is_ios || (is_mac && target_cpu != "x86")) { |
- defines = [ "CARBON_DEPRECATED=YES" ] |
- } |
if (is_clang) { |
# Suppress warnings from the Chromium Clang plugin. |
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |