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

Unified Diff: ios/public/provider/web/BUILD.gn

Issue 2519483002: [ObjC ARC] Converts ios/public/provider/web:web to ARC.Automatically generated ARCMigrate commit… (Closed)
Patch Set: Created 4 years, 1 month 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/public/provider/web/web_controller_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/web/BUILD.gn
diff --git a/ios/public/provider/web/BUILD.gn b/ios/public/provider/web/BUILD.gn
index d70aa343eea79d23885accf26ecc182dc51eb6ae..f01ac4f93630e224cd9ff0153279964fe5ba217e 100644
--- a/ios/public/provider/web/BUILD.gn
+++ b/ios/public/provider/web/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("web") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"web_controller_provider.h",
"web_controller_provider.mm",
« no previous file with comments | « no previous file | ios/public/provider/web/web_controller_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698