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