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

Side by Side 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 unified diff | 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 »
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 sources = [ 6 sources = [
7 "speech_input_locale.h", 7 "speech_input_locale.h",
8 "speech_input_locale_config.h", 8 "speech_input_locale_config.h",
9 "speech_input_locale_config.mm", 9 "speech_input_locale_config.mm",
10 "speech_input_locale_config_impl.h", 10 "speech_input_locale_config_impl.h",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//ios/chrome/browser/browser_state", 56 "//ios/chrome/browser/browser_state",
57 "//ios/public/provider/chrome/browser", 57 "//ios/public/provider/chrome/browser",
58 "//ios/web", 58 "//ios/web",
59 "//net", 59 "//net",
60 "//third_party/google_toolbox_for_mac", 60 "//third_party/google_toolbox_for_mac",
61 "//url", 61 "//url",
62 ] 62 ]
63 } 63 }
64 64
65 source_set("unit_tests") { 65 source_set("unit_tests") {
66 configs += [ "//build/config/compiler:enable_arc" ]
66 testonly = true 67 testonly = true
67 68
68 sources = [ 69 sources = [
69 "text_to_speech_listener_unittest.mm", 70 "text_to_speech_listener_unittest.mm",
70 "text_to_speech_parser_unittest.mm", 71 "text_to_speech_parser_unittest.mm",
71 ] 72 ]
72 73
73 deps = [ 74 deps = [
74 "//base", 75 "//base",
75 "//ios/web", 76 "//ios/web",
76 "//ios/web:test_support", 77 "//ios/web:test_support",
77 "//testing/gtest", 78 "//testing/gtest",
78 "//third_party/google_toolbox_for_mac", 79 "//third_party/google_toolbox_for_mac",
79 ] 80 ]
80 81
81 public_deps = [ 82 public_deps = [
82 ":tts", 83 ":tts",
83 ] 84 ]
84 } 85 }
OLDNEW
« 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