| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index ad13958d82c11348b1735140f4f91b9c0f5e0792..72f3e71d6d23fcb065b937bca065de27df418583 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1177,11 +1177,6 @@
|
| 'browser/tracing/tracing_ui.cc',
|
| 'browser/tracing/tracing_ui.h',
|
| ],
|
| - }, { # OS!="android"
|
| - 'dependencies': [
|
| - '../third_party/flac/flac.gyp:libflac',
|
| - '../third_party/speex/speex.gyp:libspeex',
|
| - ],
|
| }],
|
| ['OS=="mac"', {
|
| 'sources': [
|
| @@ -1301,6 +1296,11 @@
|
| 'sources/': [
|
| ['exclude', '^browser/speech/'],
|
| ],
|
| + }, { # input_speech==1
|
| + 'dependencies': [
|
| + '../third_party/flac/flac.gyp:libflac',
|
| + '../third_party/speex/speex.gyp:libspeex',
|
| + ],
|
| }],
|
| ['linux_use_libgps==1', {
|
| 'dependencies': [
|
|
|