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

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

Issue 2514873002: [ObjC ARC] Converts ios/chrome/browser/ui/voice:voice to ARC.Automatically generated ARCMigrate c… (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/ui/voice/text_to_speech_player.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/voice/BUILD.gn
diff --git a/ios/chrome/browser/ui/voice/BUILD.gn b/ios/chrome/browser/ui/voice/BUILD.gn
index 7cb794bc476ad94bbda9136eb5578d50d1dcefa7..6191193832ecf08cd4b9926737be50860de76df3 100644
--- a/ios/chrome/browser/ui/voice/BUILD.gn
+++ b/ios/chrome/browser/ui/voice/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("voice") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"text_to_speech_player.h",
"text_to_speech_player.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/voice/text_to_speech_player.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698