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

Unified Diff: ios/chrome/browser/browser_state/BUILD.gn

Issue 2499083002: [ObjC ARC] Converts ios/chrome/browser/browser_state:browser_state_impl. (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/chrome/browser/browser_state/browser_state_keyed_service_factories.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state/BUILD.gn
diff --git a/ios/chrome/browser/browser_state/BUILD.gn b/ios/chrome/browser/browser_state/BUILD.gn
index fe8e142075edf774ff09673416c6453af93002be..0f06cd6924c57a196758ff9d5788c95befa2d605 100644
--- a/ios/chrome/browser/browser_state/BUILD.gn
+++ b/ios/chrome/browser/browser_state/BUILD.gn
@@ -45,6 +45,9 @@ source_set("browser_state_impl") {
"off_the_record_chrome_browser_state_io_data.h",
"off_the_record_chrome_browser_state_io_data.mm",
]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
+
deps = [
":browser_state",
"//base",
« no previous file with comments | « no previous file | ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698