summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-09 02:44:16 +0000
committerilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-09 02:44:16 +0000
commit28cb43c3d3b3191722e74f54552d344bbe5500f4 (patch)
tree3dd50d7936238df4ec11d2f21a0cbdfc3432603f
parent33150466b6637f6f427a1de84a6bea18023ea887 (diff)
downloadchromium_src-28cb43c3d3b3191722e74f54552d344bbe5500f4.zip
chromium_src-28cb43c3d3b3191722e74f54552d344bbe5500f4.tar.gz
chromium_src-28cb43c3d3b3191722e74f54552d344bbe5500f4.tar.bz2
Remove wildcards from input_speech gyp rule
- The wildcards added in chrome_browser.gypi are not being parsed correctly and as a result the folder is still being built when input_speech is set to 0 (for example with OS_ANDROID). This CL fixes that. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10543085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141351 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/chrome_browser.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d20e0a3..f1be1eb 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4612,8 +4612,8 @@
}],
['input_speech==0', {
'sources/': [
- ['exclude', '^browser/speech/*speech_recognition*'],
- ['exclude', '^browser/speech/*speech_input*'],
+ ['exclude', '^browser/speech/chrome_speech'],
+ ['exclude', '^browser/speech/speech_'],
],
}],
['notifications==0', {