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" |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 "serviceworkers/Clients.idl", | 228 "serviceworkers/Clients.idl", |
229 "serviceworkers/ExtendableEvent.idl", | 229 "serviceworkers/ExtendableEvent.idl", |
230 "serviceworkers/ExtendableMessageEvent.idl", | 230 "serviceworkers/ExtendableMessageEvent.idl", |
231 "serviceworkers/FetchEvent.idl", | 231 "serviceworkers/FetchEvent.idl", |
232 "serviceworkers/ForeignFetchEvent.idl", | 232 "serviceworkers/ForeignFetchEvent.idl", |
233 "serviceworkers/InstallEvent.idl", | 233 "serviceworkers/InstallEvent.idl", |
234 "serviceworkers/NavigationPreloadManager.idl", | 234 "serviceworkers/NavigationPreloadManager.idl", |
235 "serviceworkers/ServiceWorker.idl", | 235 "serviceworkers/ServiceWorker.idl", |
236 "serviceworkers/ServiceWorkerContainer.idl", | 236 "serviceworkers/ServiceWorkerContainer.idl", |
237 "serviceworkers/ServiceWorkerGlobalScope.idl", | 237 "serviceworkers/ServiceWorkerGlobalScope.idl", |
238 "serviceworkers/ServiceWorkerMessageEvent.idl", | |
239 "serviceworkers/ServiceWorkerRegistration.idl", | 238 "serviceworkers/ServiceWorkerRegistration.idl", |
240 "serviceworkers/WindowClient.idl", | 239 "serviceworkers/WindowClient.idl", |
241 "shapedetection/DetectedFace.idl", | 240 "shapedetection/DetectedFace.idl", |
242 "shapedetection/FaceDetector.idl", | 241 "shapedetection/FaceDetector.idl", |
243 "speech/SpeechGrammar.idl", | 242 "speech/SpeechGrammar.idl", |
244 "speech/SpeechGrammarList.idl", | 243 "speech/SpeechGrammarList.idl", |
245 "speech/SpeechRecognition.idl", | 244 "speech/SpeechRecognition.idl", |
246 "speech/SpeechRecognitionAlternative.idl", | 245 "speech/SpeechRecognitionAlternative.idl", |
247 "speech/SpeechRecognitionError.idl", | 246 "speech/SpeechRecognitionError.idl", |
248 "speech/SpeechRecognitionEvent.idl", | 247 "speech/SpeechRecognitionEvent.idl", |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 "sensor/SensorOptions.idl", | 466 "sensor/SensorOptions.idl", |
468 "serviceworkers/ClientQueryOptions.idl", | 467 "serviceworkers/ClientQueryOptions.idl", |
469 "serviceworkers/ExtendableEventInit.idl", | 468 "serviceworkers/ExtendableEventInit.idl", |
470 "serviceworkers/ExtendableMessageEventInit.idl", | 469 "serviceworkers/ExtendableMessageEventInit.idl", |
471 "serviceworkers/FetchEventInit.idl", | 470 "serviceworkers/FetchEventInit.idl", |
472 "serviceworkers/ForeignFetchEventInit.idl", | 471 "serviceworkers/ForeignFetchEventInit.idl", |
473 "serviceworkers/ForeignFetchOptions.idl", | 472 "serviceworkers/ForeignFetchOptions.idl", |
474 "serviceworkers/ForeignFetchResponse.idl", | 473 "serviceworkers/ForeignFetchResponse.idl", |
475 "serviceworkers/NavigationPreloadState.idl", | 474 "serviceworkers/NavigationPreloadState.idl", |
476 "serviceworkers/RegistrationOptions.idl", | 475 "serviceworkers/RegistrationOptions.idl", |
477 "serviceworkers/ServiceWorkerMessageEventInit.idl", | |
478 "speech/SpeechRecognitionErrorInit.idl", | 476 "speech/SpeechRecognitionErrorInit.idl", |
479 "speech/SpeechRecognitionEventInit.idl", | 477 "speech/SpeechRecognitionEventInit.idl", |
480 "storage/StorageEventInit.idl", | 478 "storage/StorageEventInit.idl", |
481 "vr/VRDisplayEventInit.idl", | 479 "vr/VRDisplayEventInit.idl", |
482 "vr/VRLayer.idl", | 480 "vr/VRLayer.idl", |
483 "webaudio/AnalyserOptions.idl", | 481 "webaudio/AnalyserOptions.idl", |
484 "webaudio/AudioBufferOptions.idl", | 482 "webaudio/AudioBufferOptions.idl", |
485 "webaudio/AudioBufferSourceOptions.idl", | 483 "webaudio/AudioBufferSourceOptions.idl", |
486 "webaudio/AudioNodeOptions.idl", | 484 "webaudio/AudioNodeOptions.idl", |
487 "webaudio/BiquadFilterOptions.idl", | 485 "webaudio/BiquadFilterOptions.idl", |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.cpp", | 818 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.cpp", |
821 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.h", | 819 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.h", |
822 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.cpp", | 820 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.cpp", |
823 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.h", | 821 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.h", |
824 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.cpp", | 822 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.cpp", |
825 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.h", | 823 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.h", |
826 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.cpp", | 824 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.cpp", |
827 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.h", | 825 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.h", |
828 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.cpp", | 826 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.cpp", |
829 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.h", | 827 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.h", |
830 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.cpp", | |
831 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.h", | |
832 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp", | 828 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp", |
833 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h", | 829 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h", |
834 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp", | 830 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp", |
835 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.h", | 831 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.h", |
836 "$blink_modules_output_dir/storage/StorageEventInit.cpp", | 832 "$blink_modules_output_dir/storage/StorageEventInit.cpp", |
837 "$blink_modules_output_dir/storage/StorageEventInit.h", | 833 "$blink_modules_output_dir/storage/StorageEventInit.h", |
838 "$blink_modules_output_dir/vr/VRDisplayEventInit.cpp", | 834 "$blink_modules_output_dir/vr/VRDisplayEventInit.cpp", |
839 "$blink_modules_output_dir/vr/VRDisplayEventInit.h", | 835 "$blink_modules_output_dir/vr/VRDisplayEventInit.h", |
840 "$blink_modules_output_dir/vr/VRLayer.cpp", | 836 "$blink_modules_output_dir/vr/VRLayer.cpp", |
841 "$blink_modules_output_dir/vr/VRLayer.h", | 837 "$blink_modules_output_dir/vr/VRLayer.h", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
897 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 893 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
898 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 894 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
899 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 895 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
900 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 896 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
901 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 897 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
902 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 898 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
903 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 899 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
904 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 900 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
905 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 901 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
906 ] | 902 ] |
OLD | NEW |