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

Unified Diff: chrome/test/data/extensions/api_test/tts_engine/network_speech_engine/manifest.json

Issue 27034009: Implement Google network speech synthesis (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Multiple voices with the same language Created 7 years, 2 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/test/data/extensions/api_test/tts_engine/network_speech_engine/manifest.json
diff --git a/chrome/test/data/extensions/api_test/tts/pause_resume/manifest.json b/chrome/test/data/extensions/api_test/tts_engine/network_speech_engine/manifest.json
similarity index 85%
copy from chrome/test/data/extensions/api_test/tts/pause_resume/manifest.json
copy to chrome/test/data/extensions/api_test/tts_engine/network_speech_engine/manifest.json
index ec7efb3c23c635f592b195a63013d871f234ba59..14fec9e48eabef8d9d70893b2e7642043d6dc321 100644
--- a/chrome/test/data/extensions/api_test/tts/pause_resume/manifest.json
+++ b/chrome/test/data/extensions/api_test/tts_engine/network_speech_engine/manifest.json
@@ -4,7 +4,7 @@
"manifest_version": 2,
"description": "browser test for chrome.tts API",
"background": {
- "page": "test.html"
+ "scripts": [ "test.js" ]
},
"permissions": ["tts"]
}

Powered by Google App Engine
This is Rietveld 408576698