Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 3dd46d555c8dd2a75ed76918e7d600936ace404a..e4a0fe25ceff00effec37cce30241b70b0eeb4c0 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -187,6 +187,11 @@ |
| 'test/run_all_unittests.cc', |
| ], |
| 'conditions': [ |
| + ['input_speech==0', { |
| + 'sources/': [ |
| + ['exclude', '^browser/speech/'], |
| + ] |
| + }], |
| ['use_x11 == 1', { |
| 'dependencies': [ |
| '../build/linux/system.gyp:dbus', |