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/FetchEvent.idl", | 228 "serviceworkers/FetchEvent.idl", |
229 "serviceworkers/ForeignFetchEvent.idl", | 229 "serviceworkers/ForeignFetchEvent.idl", |
230 "serviceworkers/InstallEvent.idl", | 230 "serviceworkers/InstallEvent.idl", |
231 "serviceworkers/ServiceWorker.idl", | 231 "serviceworkers/ServiceWorker.idl", |
232 "serviceworkers/ServiceWorkerContainer.idl", | 232 "serviceworkers/ServiceWorkerContainer.idl", |
233 "serviceworkers/ServiceWorkerGlobalScope.idl", | 233 "serviceworkers/ServiceWorkerGlobalScope.idl", |
234 "serviceworkers/ServiceWorkerMessageEvent.idl", | 234 "serviceworkers/ServiceWorkerMessageEvent.idl", |
235 "serviceworkers/ServiceWorkerRegistration.idl", | 235 "serviceworkers/ServiceWorkerRegistration.idl", |
236 "serviceworkers/WindowClient.idl", | 236 "serviceworkers/WindowClient.idl", |
237 "shapedetection/DetectedFace.idl", | 237 "shapedetection/DetectedFace.idl", |
238 "shapedetection/DetectedObject.idl", | |
239 "shapedetection/Detector.idl", | |
240 "shapedetection/FaceDetector.idl", | 238 "shapedetection/FaceDetector.idl", |
241 "speech/SpeechGrammar.idl", | 239 "speech/SpeechGrammar.idl", |
242 "speech/SpeechGrammarList.idl", | 240 "speech/SpeechGrammarList.idl", |
243 "speech/SpeechRecognition.idl", | 241 "speech/SpeechRecognition.idl", |
244 "speech/SpeechRecognitionAlternative.idl", | 242 "speech/SpeechRecognitionAlternative.idl", |
245 "speech/SpeechRecognitionError.idl", | 243 "speech/SpeechRecognitionError.idl", |
246 "speech/SpeechRecognitionEvent.idl", | 244 "speech/SpeechRecognitionEvent.idl", |
247 "speech/SpeechRecognitionResult.idl", | 245 "speech/SpeechRecognitionResult.idl", |
248 "speech/SpeechRecognitionResultList.idl", | 246 "speech/SpeechRecognitionResultList.idl", |
249 "speech/SpeechSynthesis.idl", | 247 "speech/SpeechSynthesis.idl", |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 863 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
866 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 864 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
867 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 865 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
868 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 866 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
869 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 867 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
870 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 868 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
871 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 869 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
872 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 870 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
873 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 871 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
874 ] | 872 ] |
OLD | NEW |