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

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

Issue 2496293002: [ObjC ARC] Converts ios/chrome/browser/browsing_data:browsing_data. (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/browsing_data/ios_chrome_browsing_data_remover.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browsing_data/BUILD.gn
diff --git a/ios/chrome/browser/browsing_data/BUILD.gn b/ios/chrome/browser/browsing_data/BUILD.gn
index c0cd3d00cee18186bd95b9197c4491a078ae314c..a0ed3b955c1c64ae79d3a2b1967e263e30d96ba7 100644
--- a/ios/chrome/browser/browsing_data/BUILD.gn
+++ b/ios/chrome/browser/browsing_data/BUILD.gn
@@ -44,6 +44,8 @@ source_set("browsing_data") {
"//url",
]
allow_circular_includes_from = [ "//ios/chrome/browser/signin" ]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
}
source_set("unit_tests") {
« no previous file with comments | « no previous file | ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698