Chromium Code Reviews| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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", | 238 "serviceworkers/ServiceWorkerMessageEvent.idl", |
| 239 "serviceworkers/ServiceWorkerRegistration.idl", | 239 "serviceworkers/ServiceWorkerRegistration.idl", |
| 240 "serviceworkers/WindowClient.idl", | 240 "serviceworkers/WindowClient.idl", |
| 241 "shapedetection/DetectedBarcode.idl", | |
| 241 "shapedetection/DetectedFace.idl", | 242 "shapedetection/DetectedFace.idl", |
| 243 "shapedetection/BarcodeDetector.idl", | |
|
xianglu
2016/11/15 19:19:29
nit: This line should go before l.241.
mcasas
2016/11/15 20:22:56
Done.
| |
| 242 "shapedetection/FaceDetector.idl", | 244 "shapedetection/FaceDetector.idl", |
| 243 "speech/SpeechGrammar.idl", | 245 "speech/SpeechGrammar.idl", |
| 244 "speech/SpeechGrammarList.idl", | 246 "speech/SpeechGrammarList.idl", |
| 245 "speech/SpeechRecognition.idl", | 247 "speech/SpeechRecognition.idl", |
| 246 "speech/SpeechRecognitionAlternative.idl", | 248 "speech/SpeechRecognitionAlternative.idl", |
| 247 "speech/SpeechRecognitionError.idl", | 249 "speech/SpeechRecognitionError.idl", |
| 248 "speech/SpeechRecognitionEvent.idl", | 250 "speech/SpeechRecognitionEvent.idl", |
| 249 "speech/SpeechRecognitionResult.idl", | 251 "speech/SpeechRecognitionResult.idl", |
| 250 "speech/SpeechRecognitionResultList.idl", | 252 "speech/SpeechRecognitionResultList.idl", |
| 251 "speech/SpeechSynthesis.idl", | 253 "speech/SpeechSynthesis.idl", |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 897 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 899 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 898 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 900 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 899 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 901 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 900 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 902 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 901 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 903 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 902 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 904 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 903 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 905 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 904 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 906 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 905 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 907 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 906 ] | 908 ] |
| OLD | NEW |