| OLD | NEW |
| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 | 67 |
| 68 sources = [ | 68 sources = [ |
| 69 "text_to_speech_listener_unittest.mm", | 69 "text_to_speech_listener_unittest.mm", |
| 70 "text_to_speech_parser_unittest.mm", | 70 "text_to_speech_parser_unittest.mm", |
| 71 ] | 71 ] |
| 72 | 72 |
| 73 deps = [ | 73 deps = [ |
| 74 ":tts", | 74 ":tts", |
| 75 "//base", | 75 "//base", |
| 76 "//ios/web", | 76 "//ios/web", |
| 77 "//ios/web:test_support", | 77 "//ios/web/public/test:test_support", |
| 78 "//testing/gtest", | 78 "//testing/gtest", |
| 79 "//third_party/google_toolbox_for_mac", | 79 "//third_party/google_toolbox_for_mac", |
| 80 ] | 80 ] |
| 81 } | 81 } |
| OLD | NEW |