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

Unified Diff: ios/web/public/test/http_server/BUILD.gn

Issue 2923563005: [ObjC ARC] Converts ios/web/public/test/http_server:http_server to ARC. (Closed)
Patch Set: cleanup Created 3 years, 6 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 | « no previous file | ios/web/public/test/http_server/data_response_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/http_server/BUILD.gn
diff --git a/ios/web/public/test/http_server/BUILD.gn b/ios/web/public/test/http_server/BUILD.gn
index d96c5b4029aa644c191e432c9e3895ec1aba8e80..eab43eb93f944c0885596d13f9a3f51760653161 100644
--- a/ios/web/public/test/http_server/BUILD.gn
+++ b/ios/web/public/test/http_server/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("http_server") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
deps = [
« no previous file with comments | « no previous file | ios/web/public/test/http_server/data_response_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698