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

Unified Diff: Source/modules/modules.gypi

Issue 1044053002: [WIP] Add SpeechSynthesisErrorevent Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: updated 3rd patch Created 5 years, 8 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index dffc423ddb3ff17d49bda5716d552ec3ca014142..6f761dee947580a0b4f1f34ffcfba75220c2798c 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -172,6 +172,7 @@
'speech/SpeechRecognitionResultList.idl',
'speech/SpeechSynthesis.idl',
'speech/SpeechSynthesisEvent.idl',
+ 'speech/SpeechSynthesisErrorEvent.idl',
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
'storage/Storage.idl',
@@ -1096,6 +1097,8 @@
'speech/SpeechSynthesis.h',
'speech/SpeechSynthesisEvent.cpp',
'speech/SpeechSynthesisEvent.h',
+ 'speech/SpeechSynthesisErrorEvent.cpp',
+ 'speech/SpeechSynthesisErrorEvent.h',
'speech/SpeechSynthesisUtterance.cpp',
'speech/SpeechSynthesisUtterance.h',
'speech/SpeechSynthesisVoice.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/speech/SpeechSynthesisErrorEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698