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

Unified Diff: components/signin/ios/browser/BUILD.gn

Issue 2890983002: [ObjC ARC] Converts components/signin/ios/browser:test_support to ARC. (Closed)
Patch Set: Created 3 years, 7 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 | components/signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/ios/browser/BUILD.gn
diff --git a/components/signin/ios/browser/BUILD.gn b/components/signin/ios/browser/BUILD.gn
index 9a736cc272a2d61919422837922f51d84e35452e..b914497f1d085ff0e33b703f3bce21cc8ff1d4a8 100644
--- a/components/signin/ios/browser/BUILD.gn
+++ b/components/signin/ios/browser/BUILD.gn
@@ -33,6 +33,7 @@ source_set("browser") {
}
source_set("test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"fake_profile_oauth2_token_service_ios_provider.h",
« no previous file with comments | « no previous file | components/signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698