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

Unified Diff: content/content_browser.gypi

Issue 13431003: make it possible to disable libflac and libspeex in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify input_speech condition Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698