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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2793593002: AudioWorklet prototype
Patch Set: Merge changes, AudioParam bug fix Created 3 years, 5 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "webaudio/AudioBufferSourceNode.idl", 288 "webaudio/AudioBufferSourceNode.idl",
289 "webaudio/AudioContext.idl", 289 "webaudio/AudioContext.idl",
290 "webaudio/AudioDestinationNode.idl", 290 "webaudio/AudioDestinationNode.idl",
291 "webaudio/AudioListener.idl", 291 "webaudio/AudioListener.idl",
292 "webaudio/AudioNode.idl", 292 "webaudio/AudioNode.idl",
293 "webaudio/AudioParam.idl", 293 "webaudio/AudioParam.idl",
294 "webaudio/AudioParamMap.idl", 294 "webaudio/AudioParamMap.idl",
295 "webaudio/AudioProcessingEvent.idl", 295 "webaudio/AudioProcessingEvent.idl",
296 "webaudio/AudioScheduledSourceNode.idl", 296 "webaudio/AudioScheduledSourceNode.idl",
297 "webaudio/AudioWorkletGlobalScope.idl", 297 "webaudio/AudioWorkletGlobalScope.idl",
298 "webaudio/AudioWorkletNode.idl",
299 "webaudio/AudioWorkletProcessor.idl",
298 "webaudio/BaseAudioContext.idl", 300 "webaudio/BaseAudioContext.idl",
299 "webaudio/BiquadFilterNode.idl", 301 "webaudio/BiquadFilterNode.idl",
300 "webaudio/ChannelMergerNode.idl", 302 "webaudio/ChannelMergerNode.idl",
301 "webaudio/ChannelSplitterNode.idl", 303 "webaudio/ChannelSplitterNode.idl",
302 "webaudio/ConstantSourceNode.idl", 304 "webaudio/ConstantSourceNode.idl",
303 "webaudio/ConvolverNode.idl", 305 "webaudio/ConvolverNode.idl",
304 "webaudio/DelayNode.idl", 306 "webaudio/DelayNode.idl",
305 "webaudio/DynamicsCompressorNode.idl", 307 "webaudio/DynamicsCompressorNode.idl",
306 "webaudio/GainNode.idl", 308 "webaudio/GainNode.idl",
307 "webaudio/IIRFilterNode.idl", 309 "webaudio/IIRFilterNode.idl",
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 modules_dependency_idl_files + modules_testing_dependency_idl_files 707 modules_dependency_idl_files + modules_testing_dependency_idl_files
706 708
707 modules_generated_dependency_idl_files = 709 modules_generated_dependency_idl_files =
708 modules_core_global_constructors_generated_idl_files + 710 modules_core_global_constructors_generated_idl_files +
709 modules_global_constructors_generated_idl_files 711 modules_global_constructors_generated_idl_files
710 712
711 # 'modules_dependency_idl_files' is already used in Source/modules, so avoid 713 # 'modules_dependency_idl_files' is already used in Source/modules, so avoid
712 # collision 714 # collision
713 modules_all_dependency_idl_files = 715 modules_all_dependency_idl_files =
714 modules_static_dependency_idl_files + modules_generated_dependency_idl_files 716 modules_static_dependency_idl_files + modules_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698