| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "serviceworkers/InstallEvent.idl", | 239 "serviceworkers/InstallEvent.idl", |
| 240 "serviceworkers/NavigationPreloadManager.idl", | 240 "serviceworkers/NavigationPreloadManager.idl", |
| 241 "serviceworkers/ServiceWorker.idl", | 241 "serviceworkers/ServiceWorker.idl", |
| 242 "serviceworkers/ServiceWorkerContainer.idl", | 242 "serviceworkers/ServiceWorkerContainer.idl", |
| 243 "serviceworkers/ServiceWorkerGlobalScope.idl", | 243 "serviceworkers/ServiceWorkerGlobalScope.idl", |
| 244 "serviceworkers/ServiceWorkerRegistration.idl", | 244 "serviceworkers/ServiceWorkerRegistration.idl", |
| 245 "serviceworkers/WindowClient.idl", | 245 "serviceworkers/WindowClient.idl", |
| 246 "shapedetection/BarcodeDetector.idl", | 246 "shapedetection/BarcodeDetector.idl", |
| 247 "shapedetection/DetectedBarcode.idl", | 247 "shapedetection/DetectedBarcode.idl", |
| 248 "shapedetection/DetectedFace.idl", | 248 "shapedetection/DetectedFace.idl", |
| 249 "shapedetection/DetectedText.idl", |
| 249 "shapedetection/FaceDetector.idl", | 250 "shapedetection/FaceDetector.idl", |
| 251 "shapedetection/TextDetector.idl", |
| 250 "speech/SpeechGrammar.idl", | 252 "speech/SpeechGrammar.idl", |
| 251 "speech/SpeechGrammarList.idl", | 253 "speech/SpeechGrammarList.idl", |
| 252 "speech/SpeechRecognition.idl", | 254 "speech/SpeechRecognition.idl", |
| 253 "speech/SpeechRecognitionAlternative.idl", | 255 "speech/SpeechRecognitionAlternative.idl", |
| 254 "speech/SpeechRecognitionError.idl", | 256 "speech/SpeechRecognitionError.idl", |
| 255 "speech/SpeechRecognitionEvent.idl", | 257 "speech/SpeechRecognitionEvent.idl", |
| 256 "speech/SpeechRecognitionResult.idl", | 258 "speech/SpeechRecognitionResult.idl", |
| 257 "speech/SpeechRecognitionResultList.idl", | 259 "speech/SpeechRecognitionResultList.idl", |
| 258 "speech/SpeechSynthesis.idl", | 260 "speech/SpeechSynthesis.idl", |
| 259 "speech/SpeechSynthesisEvent.idl", | 261 "speech/SpeechSynthesisEvent.idl", |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 951 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 950 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 952 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 951 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 953 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 952 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 954 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 953 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 955 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 954 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 956 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 955 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 957 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 956 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 958 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 957 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 959 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 958 ] | 960 ] |
| OLD | NEW |