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

Side by Side Diff: ios/chrome/browser/voice/BUILD.gn

Issue 2894623004: [ObjC ARC] Converts ios/chrome/browser/voice:voice to ARC. (Closed)
Patch Set: Removed curly braces. Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/voice/speech_input_locale_config.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("voice") { 5 source_set("voice") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "speech_input_locale.h", 8 "speech_input_locale.h",
8 "speech_input_locale_config.h", 9 "speech_input_locale_config.h",
9 "speech_input_locale_config.mm", 10 "speech_input_locale_config.mm",
10 "speech_input_locale_config_impl.h", 11 "speech_input_locale_config_impl.h",
11 "speech_input_locale_config_impl.mm", 12 "speech_input_locale_config_impl.mm",
12 "speech_input_locale_match_config.h", 13 "speech_input_locale_match_config.h",
13 "speech_input_locale_match_config.mm", 14 "speech_input_locale_match_config.mm",
14 ] 15 ]
15 16
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 73
73 deps = [ 74 deps = [
74 ":tts", 75 ":tts",
75 "//base", 76 "//base",
76 "//ios/web", 77 "//ios/web",
77 "//ios/web/public/test", 78 "//ios/web/public/test",
78 "//testing/gtest", 79 "//testing/gtest",
79 "//third_party/google_toolbox_for_mac", 80 "//third_party/google_toolbox_for_mac",
80 ] 81 ]
81 } 82 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/voice/speech_input_locale_config.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698