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

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

Issue 2894623004: [ObjC ARC] Converts ios/chrome/browser/voice:voice 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
Index: ios/chrome/browser/voice/BUILD.gn
diff --git a/ios/chrome/browser/voice/BUILD.gn b/ios/chrome/browser/voice/BUILD.gn
index d7c3926c1eb65c7eb0cd8e3247636461ebcbb42e..e78e6377bd9f7a674b9810820deb97e928045baa 100644
--- a/ios/chrome/browser/voice/BUILD.gn
+++ b/ios/chrome/browser/voice/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("voice") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"speech_input_locale.h",
"speech_input_locale_config.h",

Powered by Google App Engine
This is Rietveld 408576698