Chromium Code Reviews| Index: chrome/browser/BUILD.gn |
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
| index 48f1ce1ea4262d73daeab96e574b4e49a0a20e08..aa535f9f789c8d86772b2227639034f20eb7c254 100644 |
| --- a/chrome/browser/BUILD.gn |
| +++ b/chrome/browser/BUILD.gn |
| @@ -328,7 +328,7 @@ static_library("browser") { |
| deps += [ "//device/media_transfer_protocol" ] |
| } |
| if (is_linux && !is_chromeos) { |
| - deps += [ "//build/config/linux:libspeechd" ] |
| + deps += [ "//third_party/speech-dispatcher" ] |
| } |
| if (is_chromeos) { |