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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'speech/SpeechGrammar.idl', 165 'speech/SpeechGrammar.idl',
166 'speech/SpeechGrammarList.idl', 166 'speech/SpeechGrammarList.idl',
167 'speech/SpeechRecognition.idl', 167 'speech/SpeechRecognition.idl',
168 'speech/SpeechRecognitionAlternative.idl', 168 'speech/SpeechRecognitionAlternative.idl',
169 'speech/SpeechRecognitionError.idl', 169 'speech/SpeechRecognitionError.idl',
170 'speech/SpeechRecognitionEvent.idl', 170 'speech/SpeechRecognitionEvent.idl',
171 'speech/SpeechRecognitionResult.idl', 171 'speech/SpeechRecognitionResult.idl',
172 'speech/SpeechRecognitionResultList.idl', 172 'speech/SpeechRecognitionResultList.idl',
173 'speech/SpeechSynthesis.idl', 173 'speech/SpeechSynthesis.idl',
174 'speech/SpeechSynthesisEvent.idl', 174 'speech/SpeechSynthesisEvent.idl',
175 'speech/SpeechSynthesisErrorEvent.idl',
175 'speech/SpeechSynthesisUtterance.idl', 176 'speech/SpeechSynthesisUtterance.idl',
176 'speech/SpeechSynthesisVoice.idl', 177 'speech/SpeechSynthesisVoice.idl',
177 'storage/Storage.idl', 178 'storage/Storage.idl',
178 'storage/StorageEvent.idl', 179 'storage/StorageEvent.idl',
179 'vr/HMDVRDevice.idl', 180 'vr/HMDVRDevice.idl',
180 'vr/PositionSensorVRDevice.idl', 181 'vr/PositionSensorVRDevice.idl',
181 'vr/VRDevice.idl', 182 'vr/VRDevice.idl',
182 'vr/VREyeParameters.idl', 183 'vr/VREyeParameters.idl',
183 'vr/VRFieldOfView.idl', 184 'vr/VRFieldOfView.idl',
184 'vr/VRPositionState.idl', 185 'vr/VRPositionState.idl',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 'speech/SpeechRecognitionEvent.cpp', 1090 'speech/SpeechRecognitionEvent.cpp',
1090 'speech/SpeechRecognitionEvent.h', 1091 'speech/SpeechRecognitionEvent.h',
1091 'speech/SpeechRecognitionResult.cpp', 1092 'speech/SpeechRecognitionResult.cpp',
1092 'speech/SpeechRecognitionResult.h', 1093 'speech/SpeechRecognitionResult.h',
1093 'speech/SpeechRecognitionResultList.cpp', 1094 'speech/SpeechRecognitionResultList.cpp',
1094 'speech/SpeechRecognitionResultList.h', 1095 'speech/SpeechRecognitionResultList.h',
1095 'speech/SpeechSynthesis.cpp', 1096 'speech/SpeechSynthesis.cpp',
1096 'speech/SpeechSynthesis.h', 1097 'speech/SpeechSynthesis.h',
1097 'speech/SpeechSynthesisEvent.cpp', 1098 'speech/SpeechSynthesisEvent.cpp',
1098 'speech/SpeechSynthesisEvent.h', 1099 'speech/SpeechSynthesisEvent.h',
1100 'speech/SpeechSynthesisErrorEvent.cpp',
1101 'speech/SpeechSynthesisErrorEvent.h',
1099 'speech/SpeechSynthesisUtterance.cpp', 1102 'speech/SpeechSynthesisUtterance.cpp',
1100 'speech/SpeechSynthesisUtterance.h', 1103 'speech/SpeechSynthesisUtterance.h',
1101 'speech/SpeechSynthesisVoice.cpp', 1104 'speech/SpeechSynthesisVoice.cpp',
1102 'speech/SpeechSynthesisVoice.h', 1105 'speech/SpeechSynthesisVoice.h',
1103 'storage/DOMWindowStorage.cpp', 1106 'storage/DOMWindowStorage.cpp',
1104 'storage/DOMWindowStorage.h', 1107 'storage/DOMWindowStorage.h',
1105 'storage/DOMWindowStorageController.cpp', 1108 'storage/DOMWindowStorageController.cpp',
1106 'storage/DOMWindowStorageController.h', 1109 'storage/DOMWindowStorageController.h',
1107 'storage/InspectorDOMStorageAgent.cpp', 1110 'storage/InspectorDOMStorageAgent.cpp',
1108 'storage/InspectorDOMStorageAgent.h', 1111 'storage/InspectorDOMStorageAgent.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 'indexeddb/IDBKeyPathTest.cpp', 1366 'indexeddb/IDBKeyPathTest.cpp',
1364 'indexeddb/IDBRequestTest.cpp', 1367 'indexeddb/IDBRequestTest.cpp',
1365 'indexeddb/IDBTransactionTest.cpp', 1368 'indexeddb/IDBTransactionTest.cpp',
1366 'serviceworkers/CacheTest.cpp', 1369 'serviceworkers/CacheTest.cpp',
1367 'serviceworkers/ServiceWorkerContainerTest.cpp', 1370 'serviceworkers/ServiceWorkerContainerTest.cpp',
1368 'websockets/DOMWebSocketTest.cpp', 1371 'websockets/DOMWebSocketTest.cpp',
1369 'websockets/DocumentWebSocketChannelTest.cpp', 1372 'websockets/DocumentWebSocketChannelTest.cpp',
1370 ], 1373 ],
1371 }, 1374 },
1372 } 1375 }
OLDNEW
« 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