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

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

Issue 2506253007: [ObjC ARC] Converts ios/chrome/browser/voice:unit_tests to ARC.Automatically generated ARCMigrate… (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/voice/text_to_speech_listener_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/voice/BUILD.gn
diff --git a/ios/chrome/browser/voice/BUILD.gn b/ios/chrome/browser/voice/BUILD.gn
index 12850e1c970c8ce9e5ab62f33c288556b2fbfa3c..f2db93db85b6b9cacfc7c476da3d45553b5e9cda 100644
--- a/ios/chrome/browser/voice/BUILD.gn
+++ b/ios/chrome/browser/voice/BUILD.gn
@@ -63,6 +63,7 @@ source_set("tts") {
}
source_set("unit_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
« no previous file with comments | « no previous file | ios/chrome/browser/voice/text_to_speech_listener_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698