summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-29 20:48:46 +0000
committerlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-29 20:48:46 +0000
commitf3b279e8b3551706b8c95d11a8b476d3e43a5dfa (patch)
treeb87622f2affbe3874da2a2cd022413b87a113d66 /content/content_tests.gypi
parente053d82df7c4ed133195872a6f09d8b02bd8c56f (diff)
downloadchromium_src-f3b279e8b3551706b8c95d11a8b476d3e43a5dfa.zip
chromium_src-f3b279e8b3551706b8c95d11a8b476d3e43a5dfa.tar.gz
chromium_src-f3b279e8b3551706b8c95d11a8b476d3e43a5dfa.tar.bz2
Make <webview> speech bubble work in platform apps.
This also enables speech bubble for platform apps in general. Refactor FakeSpeechRecognitionManager so it's possible to use from public content API. BUG=164382 TEST=browser_tests.WebViewSpeechTest.*; content_browsertests.SpeechRecognitionBrowserTest.TestBasicRecognition* Review URL: https://chromiumcodereview.appspot.com/12049025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 776c6be..1e795ad 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -35,6 +35,8 @@
'public/test/content_test_suite_base.h',
'public/test/download_test_observer.cc',
'public/test/download_test_observer.h',
+ 'public/test/fake_speech_recognition_manager.cc',
+ 'public/test/fake_speech_recognition_manager.h',
'public/test/js_injection_ready_observer.h',
'public/test/layouttest_support.h',
'public/test/mock_download_item.cc',