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

Side by Side Diff: Source/modules/modules.gypi

Issue 564463002: Encoding API: Add TextDecodeOptions and TextDecoderOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@dic-webmidi
Patch Set: Rebase Created 6 years, 3 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
« no previous file with comments | « Source/modules/encoding/TextDecoderOptions.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'speech/SpeechRecognitionError.idl', 269 'speech/SpeechRecognitionError.idl',
270 'speech/SpeechRecognitionEvent.idl', 270 'speech/SpeechRecognitionEvent.idl',
271 'speech/SpeechSynthesisEvent.idl', 271 'speech/SpeechSynthesisEvent.idl',
272 'webaudio/AudioProcessingEvent.idl', 272 'webaudio/AudioProcessingEvent.idl',
273 'webaudio/OfflineAudioCompletionEvent.idl', 273 'webaudio/OfflineAudioCompletionEvent.idl',
274 'webmidi/MIDIConnectionEvent.idl', 274 'webmidi/MIDIConnectionEvent.idl',
275 'webmidi/MIDIMessageEvent.idl', 275 'webmidi/MIDIMessageEvent.idl',
276 'websockets/CloseEvent.idl', 276 'websockets/CloseEvent.idl',
277 ], 277 ],
278 'modules_dictionary_idl_files': [ 278 'modules_dictionary_idl_files': [
279 'encoding/TextDecodeOptions.idl',
280 'encoding/TextDecoderOptions.idl',
279 'notifications/NotificationOptions.idl', 281 'notifications/NotificationOptions.idl',
280 'webmidi/MIDIOptions.idl', 282 'webmidi/MIDIOptions.idl',
281 ], 283 ],
282 'generated_modules_files': [ 284 'generated_modules_files': [
283 # .cpp files from make_modules_generated actions. 285 # .cpp files from make_modules_generated actions.
284 '<(blink_modules_output_dir)/EventModules.cpp', 286 '<(blink_modules_output_dir)/EventModules.cpp',
285 '<(blink_modules_output_dir)/EventModulesHeaders.h', 287 '<(blink_modules_output_dir)/EventModulesHeaders.h',
286 '<(blink_modules_output_dir)/EventModulesNames.cpp', 288 '<(blink_modules_output_dir)/EventModulesNames.cpp',
287 '<(blink_modules_output_dir)/EventModulesNames.h', 289 '<(blink_modules_output_dir)/EventModulesNames.h',
288 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', 290 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
289 '<(blink_modules_output_dir)/EventTargetModulesNames.h', 291 '<(blink_modules_output_dir)/EventTargetModulesNames.h',
290 '<(blink_modules_output_dir)/IndexedDBNames.cpp', 292 '<(blink_modules_output_dir)/IndexedDBNames.cpp',
291 '<(blink_modules_output_dir)/IndexedDBNames.h', 293 '<(blink_modules_output_dir)/IndexedDBNames.h',
292 ], 294 ],
293 'generated_modules_dictionary_files': [ 295 'generated_modules_dictionary_files': [
296 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp',
297 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h',
298 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp',
299 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h',
294 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', 300 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
295 '<(blink_modules_output_dir)/notifications/NotificationOptions.h', 301 '<(blink_modules_output_dir)/notifications/NotificationOptions.h',
296 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', 302 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
297 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', 303 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
298 ], 304 ],
299 'modules_files': [ 305 'modules_files': [
300 '<@(extra_blink_module_files)', 306 '<@(extra_blink_module_files)',
301 '<@(generated_modules_dictionary_files)', 307 '<@(generated_modules_dictionary_files)',
302 '<@(generated_modules_files)', 308 '<@(generated_modules_files)',
303 'InitModules.cpp', 309 'InitModules.cpp',
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 'serviceworkers/ServiceWorkerContainerTest.cpp', 1027 'serviceworkers/ServiceWorkerContainerTest.cpp',
1022 'websockets/DOMWebSocketTest.cpp', 1028 'websockets/DOMWebSocketTest.cpp',
1023 'websockets/NewWebSocketChannelImplTest.cpp', 1029 'websockets/NewWebSocketChannelImplTest.cpp',
1024 'websockets/WebSocketDeflaterTest.cpp', 1030 'websockets/WebSocketDeflaterTest.cpp',
1025 'websockets/WebSocketExtensionDispatcherTest.cpp', 1031 'websockets/WebSocketExtensionDispatcherTest.cpp',
1026 'websockets/WebSocketExtensionParserTest.cpp', 1032 'websockets/WebSocketExtensionParserTest.cpp',
1027 'websockets/WebSocketPerMessageDeflateTest.cpp', 1033 'websockets/WebSocketPerMessageDeflateTest.cpp',
1028 ], 1034 ],
1029 }, 1035 },
1030 } 1036 }
OLDNEW
« no previous file with comments | « Source/modules/encoding/TextDecoderOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698