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

Unified Diff: ios/public/provider/chrome/browser/spotlight/BUILD.gn

Issue 2655553005: [ObjC ARC] Converts ios/public/provider/chrome/browser/spotlight:spotlight to ARC. (Closed)
Patch Set: Created 3 years, 11 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/public/provider/chrome/browser/spotlight/spotlight_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/spotlight/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/spotlight/BUILD.gn b/ios/public/provider/chrome/browser/spotlight/BUILD.gn
index 816bf722acf68372509a61669217680212e531ac..4844fb477463a67e51d4e8bdad4d88ec0bbc14ca 100644
--- a/ios/public/provider/chrome/browser/spotlight/BUILD.gn
+++ b/ios/public/provider/chrome/browser/spotlight/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("spotlight") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"spotlight_provider.h",
"spotlight_provider.mm",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/spotlight/spotlight_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698