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

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

Issue 2505933009: [ObjC ARC] Converts ios/chrome/browser/voice:tts to ARC.Automatically generated ARCMigrate commit… (Closed)
Patch Set: make_unique 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.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..fa1dc29d75bac8552a9fc5e9b02f2e9f208091cf 100644
--- a/ios/chrome/browser/voice/BUILD.gn
+++ b/ios/chrome/browser/voice/BUILD.gn
@@ -38,6 +38,7 @@ source_set("prefs") {
}
source_set("tts") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"text_to_speech_listener.h",
"text_to_speech_listener.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/voice/text_to_speech_listener.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698