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

Unified Diff: chrome/chrome_browser.gypi

Issue 10273006: Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IPC messages for continu… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp rules for avoiding excluding TTS extensions Created 8 years, 7 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 88470ae7159cdfad6aec7650a26c478dde2ec2f8..2cccc7546d6a22e5072b24b5282e78ba48b12850 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4432,7 +4432,7 @@
}],
['use_nss==1', {
'sources': [
- 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
+ /'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
dmazzoni 2012/05/23 15:42:19 typo?
Primiano Tucci (use gerrit) 2012/05/23 17:11:56 Oops, thanks.
'third_party/mozilla_security_manager/nsNSSCertHelper.h',
'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
'third_party/mozilla_security_manager/nsNSSCertificate.h',
@@ -4485,7 +4485,8 @@
}],
['input_speech==0', {
'sources/': [
- ['exclude', '^browser/speech/'],
+ ['exclude', '^browser/speech/*speech_recognition*'],
+ ['exclude', '^browser/speech/*speech_input*'],
],
}],
['notifications==0', {
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698