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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2778163002: GN: Enable ARC for Mac and iOS in rtc_* templates (Closed)
Patch Set: 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/examples/BUILD.gn ('k') | webrtc/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index a789efb57e4c668a7b12b3f9e5539c067e519d9a..a69fdb39f8773c8b74d29cb5204002224a634aca 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -31,10 +31,7 @@ if (is_ios || is_mac) {
deps = [
"../base:rtc_base",
]
- configs += [
- "..:common_objc",
- "//build/config/compiler:enable_arc",
- ]
+ configs += [ "..:common_objc" ]
public_configs = [ ":rtc_sdk_common_objc_config" ]
sources = [
"objc/Framework/Classes/NSString+StdString.h",
@@ -219,10 +216,7 @@ if (is_ios || is_mac) {
]
}
- configs += [
- "..:common_objc",
- "//build/config/compiler:enable_arc",
- ]
+ configs += [ "..:common_objc" ]
public_configs = [ ":rtc_sdk_common_objc_config" ]
@@ -361,10 +355,7 @@ if (is_ios || is_mac) {
"VideoToolbox.framework",
]
- configs += [
- "..:common_objc",
- "//build/config/compiler:enable_arc",
- ]
+ configs += [ "..:common_objc" ]
public_configs = [ ":rtc_sdk_common_objc_config" ]
@@ -394,10 +385,7 @@ if (is_ios || is_mac) {
"objc/Framework/Classes/h264_video_toolbox_nalu.h",
]
- configs += [
- "//webrtc:common_objc",
- "//build/config/compiler:enable_arc",
- ]
+ configs += [ "//webrtc:common_objc" ]
deps = [
":rtc_sdk_common_objc",
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698