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

Unified Diff: chrome/chrome_browser.gypi

Issue 6111009: Add the option of compressing speech input audio using FLAC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 11 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 | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 8327a1cff4c2cecf41bc6632de0f873634ef80aa..0d61ce72fbead84a659b216112df6d9e42923f66 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -33,6 +33,7 @@
'../skia/skia.gyp:skia',
'../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/expat/expat.gyp:expat',
+ '../third_party/flac/flac.gyp:libflac',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libjingle/libjingle.gyp:libjingle',
@@ -2351,6 +2352,8 @@
'browser/sidebar/sidebar_container.h',
'browser/sidebar/sidebar_manager.cc',
'browser/sidebar/sidebar_manager.h',
+ 'browser/speech/audio_encoder.cc',
+ 'browser/speech/audio_encoder.h',
'browser/speech/endpointer/endpointer.cc',
'browser/speech/endpointer/endpointer.h',
'browser/speech/endpointer/energy_endpointer.cc',
« no previous file with comments | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698