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

Unified Diff: content/browser/BUILD.gn

Issue 1257923002: content: Remove unused speex related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm more references Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/unbundle/speex.gyp ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « build/linux/unbundle/speex.gyp ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698