Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index 2b5c7c23cf2e59939817931a804b11cb9b93e061..9d9cfdeece88bab200338f31ab81eed00a602d58 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -471,10 +471,7 @@ source_set("browser") { |
| } |
| if (enable_web_speech) { |
| - deps += [ |
| - "//third_party/flac", |
| - "//third_party/speex", |
| - ] |
| + deps += [ "//third_party/flac" ] |
| } |
| if (is_linux && use_dbus) { |