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

Unified Diff: webrtc/test/BUILD.gn

Issue 2834273002: Reland of GN: Enable ARC for Mac and iOS in rtc_* templates (Closed)
Patch Set: Make sure PeerConnection is released before factory Created 3 years, 8 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/sdk/objc/Framework/UnitTests/avformatmappertests.mm ('k') | webrtc/test/mac/run_test.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 64b6e03919cf0e9011c285d2265aa5894e52ca7e..e76ff03b6cb46b9c7ca3ba67082410f9bc7c8f22 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -128,7 +128,6 @@ rtc_source_set("fileutils") {
]
if (is_ios) {
sources += [ "testsupport/iosfileutils.mm" ]
- configs += [ "//build/config/compiler:enable_arc" ]
}
visibility = [ ":*" ]
deps = [
« no previous file with comments | « webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm ('k') | webrtc/test/mac/run_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698