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

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: whitespace formatting fixup 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..392f50642f67b90930a77eae258421f294e72dcb 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': [
@@ -1302,6 +1297,12 @@
['exclude', '^browser/speech/'],
],
}],
+ ['input_speech==1 and OS!="android"', {
Paweł Hajdan Jr. 2013/04/04 18:28:36 I think for OS==android input_speech is 0 anyway (
Mostyn Bramley-Moore 2013/04/04 19:21:07 Done in patch set 5. I don't have the android bui
+ 'dependencies': [
+ '../third_party/flac/flac.gyp:libflac',
+ '../third_party/speex/speex.gyp:libspeex',
+ ],
+ }],
['linux_use_libgps==1', {
'dependencies': [
'../build/linux/system.gyp:libgps',
« 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