| OLD | NEW |
| 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" |
| 11 blink_modules_output_dir = "$root_gen_dir/blink/modules" | 11 blink_modules_output_dir = "$root_gen_dir/blink/modules" |
| 12 | 12 |
| 13 modules_core_global_constructors_original_interfaces = [ | 13 modules_core_global_constructors_original_interfaces = [ |
| 14 "AudioWorkletGlobalScope", |
| 14 "CompositorWorkerGlobalScope", | 15 "CompositorWorkerGlobalScope", |
| 15 "PaintWorkletGlobalScope", | 16 "PaintWorkletGlobalScope", |
| 16 "ServiceWorkerGlobalScope", | 17 "ServiceWorkerGlobalScope", |
| 17 ] | 18 ] |
| 18 | 19 |
| 19 modules_global_constructors_original_interfaces = [ | 20 modules_global_constructors_original_interfaces = [ |
| 20 "Window", | 21 "AudioWorkletGlobalScope", |
| 21 "CompositorWorkerGlobalScope", | 22 "CompositorWorkerGlobalScope", |
| 22 "DedicatedWorkerGlobalScope", | 23 "DedicatedWorkerGlobalScope", |
| 23 "PaintWorkletGlobalScope", | 24 "PaintWorkletGlobalScope", |
| 24 "ServiceWorkerGlobalScope", | 25 "ServiceWorkerGlobalScope", |
| 25 "SharedWorkerGlobalScope", | 26 "SharedWorkerGlobalScope", |
| 27 "Window", |
| 26 ] | 28 ] |
| 27 | 29 |
| 28 # The interfaces aren't technically files, but we can treat them as file names | 30 # The interfaces aren't technically files, but we can treat them as file names |
| 29 # to get process_file_template to generate lists of IDL files corresponding | 31 # to get process_file_template to generate lists of IDL files corresponding |
| 30 # to each interface. | 32 # to each interface. |
| 31 modules_core_global_constructors_generated_idl_files = process_file_template( | 33 modules_core_global_constructors_generated_idl_files = process_file_template( |
| 32 modules_core_global_constructors_original_interfaces, | 34 modules_core_global_constructors_original_interfaces, |
| 33 [ "$blink_modules_output_dir/{{source_name_part}}CoreConstructors.idl" ]
) | 35 [ "$blink_modules_output_dir/{{source_name_part}}CoreConstructors.idl" ]
) |
| 34 modules_global_constructors_generated_idl_files = process_file_template( | 36 modules_global_constructors_generated_idl_files = process_file_template( |
| 35 modules_global_constructors_original_interfaces, | 37 modules_global_constructors_original_interfaces, |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "webaudio/AudioBuffer.idl", | 269 "webaudio/AudioBuffer.idl", |
| 268 "webaudio/AudioBufferCallback.idl", | 270 "webaudio/AudioBufferCallback.idl", |
| 269 "webaudio/AudioBufferSourceNode.idl", | 271 "webaudio/AudioBufferSourceNode.idl", |
| 270 "webaudio/AudioContext.idl", | 272 "webaudio/AudioContext.idl", |
| 271 "webaudio/AudioDestinationNode.idl", | 273 "webaudio/AudioDestinationNode.idl", |
| 272 "webaudio/AudioListener.idl", | 274 "webaudio/AudioListener.idl", |
| 273 "webaudio/AudioNode.idl", | 275 "webaudio/AudioNode.idl", |
| 274 "webaudio/AudioParam.idl", | 276 "webaudio/AudioParam.idl", |
| 275 "webaudio/AudioProcessingEvent.idl", | 277 "webaudio/AudioProcessingEvent.idl", |
| 276 "webaudio/AudioSourceNode.idl", | 278 "webaudio/AudioSourceNode.idl", |
| 279 "webaudio/AudioWorkletGlobalScope.idl", |
| 277 "webaudio/BaseAudioContext.idl", | 280 "webaudio/BaseAudioContext.idl", |
| 278 "webaudio/BiquadFilterNode.idl", | 281 "webaudio/BiquadFilterNode.idl", |
| 279 "webaudio/ChannelMergerNode.idl", | 282 "webaudio/ChannelMergerNode.idl", |
| 280 "webaudio/ChannelSplitterNode.idl", | 283 "webaudio/ChannelSplitterNode.idl", |
| 281 "webaudio/ConvolverNode.idl", | 284 "webaudio/ConvolverNode.idl", |
| 282 "webaudio/DelayNode.idl", | 285 "webaudio/DelayNode.idl", |
| 283 "webaudio/DynamicsCompressorNode.idl", | 286 "webaudio/DynamicsCompressorNode.idl", |
| 284 "webaudio/GainNode.idl", | 287 "webaudio/GainNode.idl", |
| 285 "webaudio/IIRFilterNode.idl", | 288 "webaudio/IIRFilterNode.idl", |
| 286 "webaudio/MediaElementAudioSourceNode.idl", | 289 "webaudio/MediaElementAudioSourceNode.idl", |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 884 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 882 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 885 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 883 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 886 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 884 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 887 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 885 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 888 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 886 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 889 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 887 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 890 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 888 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 891 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 889 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 892 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 890 ] | 893 ] |
| OLD | NEW |