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

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

Issue 2654433010: [ObjC ARC] Converts ios/public/provider/chrome/browser/spotlight:test_support 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/test_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..dda4cba66e2ac42dcaf08730bf5c3c24f3e87da6 100644
--- a/ios/public/provider/chrome/browser/spotlight/BUILD.gn
+++ b/ios/public/provider/chrome/browser/spotlight/BUILD.gn
@@ -14,6 +14,7 @@ source_set("spotlight") {
}
source_set("test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"test_spotlight_provider.h",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/spotlight/test_spotlight_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698