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

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

Issue 1948653003: Add PeriodicWaveConstraints dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures Created 4 years, 7 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 | « no previous file | third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h » ('j') | 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'serviceworkers/FetchEventInit.idl', 524 'serviceworkers/FetchEventInit.idl',
525 'serviceworkers/ForeignFetchEventInit.idl', 525 'serviceworkers/ForeignFetchEventInit.idl',
526 'serviceworkers/ForeignFetchOptions.idl', 526 'serviceworkers/ForeignFetchOptions.idl',
527 'serviceworkers/ForeignFetchResponse.idl', 527 'serviceworkers/ForeignFetchResponse.idl',
528 'serviceworkers/RegistrationOptions.idl', 528 'serviceworkers/RegistrationOptions.idl',
529 'serviceworkers/ServiceWorkerMessageEventInit.idl', 529 'serviceworkers/ServiceWorkerMessageEventInit.idl',
530 'speech/SpeechRecognitionErrorInit.idl', 530 'speech/SpeechRecognitionErrorInit.idl',
531 'speech/SpeechRecognitionEventInit.idl', 531 'speech/SpeechRecognitionEventInit.idl',
532 'storage/StorageEventInit.idl', 532 'storage/StorageEventInit.idl',
533 'vr/VRFieldOfViewInit.idl', 533 'vr/VRFieldOfViewInit.idl',
534 'webaudio/PeriodicWaveConstraints.idl',
534 'webgl/WebGLContextAttributes.idl', 535 'webgl/WebGLContextAttributes.idl',
535 'webgl/WebGLContextEventInit.idl', 536 'webgl/WebGLContextEventInit.idl',
536 'webmidi/MIDIConnectionEventInit.idl', 537 'webmidi/MIDIConnectionEventInit.idl',
537 'webmidi/MIDIMessageEventInit.idl', 538 'webmidi/MIDIMessageEventInit.idl',
538 'webmidi/MIDIOptions.idl', 539 'webmidi/MIDIOptions.idl',
539 'websockets/CloseEventInit.idl', 540 'websockets/CloseEventInit.idl',
540 'webusb/USBConnectionEventInit.idl', 541 'webusb/USBConnectionEventInit.idl',
541 'webusb/USBControlTransferParameters.idl', 542 'webusb/USBControlTransferParameters.idl',
542 'webusb/USBDeviceFilter.idl', 543 'webusb/USBDeviceFilter.idl',
543 'webusb/USBDeviceRequestOptions.idl', 544 'webusb/USBDeviceRequestOptions.idl',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp', 712 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp',
712 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h', 713 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h',
713 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 714 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
714 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 715 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
715 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 716 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
716 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 717 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
717 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp', 718 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
718 '<(blink_modules_output_dir)/storage/StorageEventInit.h', 719 '<(blink_modules_output_dir)/storage/StorageEventInit.h',
719 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp', 720 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
720 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h', 721 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
722 '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.cpp',
723 '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.h',
721 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.cpp', 724 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.cpp',
722 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.h', 725 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.h',
723 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.cpp', 726 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.cpp',
724 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.h', 727 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.h',
725 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 728 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
726 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 729 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
727 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h', 730 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h',
728 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp', 731 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp',
729 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', 732 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
730 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', 733 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'webaudio/ConvolverNodeTest.cpp', 2010 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2011 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2012 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2013 'webaudio/StereoPannerNodeTest.cpp',
2011 'webdatabase/QuotaTrackerTest.cpp', 2014 'webdatabase/QuotaTrackerTest.cpp',
2012 'websockets/DOMWebSocketTest.cpp', 2015 'websockets/DOMWebSocketTest.cpp',
2013 'websockets/DocumentWebSocketChannelTest.cpp', 2016 'websockets/DocumentWebSocketChannelTest.cpp',
2014 ], 2017 ],
2015 }, 2018 },
2016 } 2019 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698