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

Unified Diff: content/content_tests.gypi

Issue 356963003: Introduce enable_web_speech to replace with input_speech (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 6 years, 6 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 | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index bde49e4b292a94ae6e0c95e3a1482829b5254060..92a6d882857efebc72269f74164845e5872b5470 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -223,7 +223,7 @@
'test/ppapi_unittest.cc',
],
}],
- ['input_speech==0', {
+ ['enable_web_speech==0', {
'sources!': [
'test/mock_google_streaming_server.cc',
],
@@ -824,7 +824,7 @@
['exclude', '^renderer/media/media_stream_'],
],
}],
- ['input_speech==0', {
+ ['enable_web_speech==0', {
'sources/': [
['exclude', '^browser/speech/'],
]
@@ -1296,7 +1296,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_tests',
]
}],
- ['input_speech==0', {
+ ['enable_web_speech==0', {
'sources/': [
['exclude', '^browser/speech/'],
]
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698