Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: Code reformatting Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/ServiceWorker.idl", 234 "serviceworkers/ServiceWorker.idl",
235 "serviceworkers/ServiceWorkerContainer.idl", 235 "serviceworkers/ServiceWorkerContainer.idl",
236 "serviceworkers/ServiceWorkerGlobalScope.idl", 236 "serviceworkers/ServiceWorkerGlobalScope.idl",
237 "serviceworkers/ServiceWorkerMessageEvent.idl", 237 "serviceworkers/ServiceWorkerMessageEvent.idl",
238 "serviceworkers/ServiceWorkerRegistration.idl", 238 "serviceworkers/ServiceWorkerRegistration.idl",
239 "serviceworkers/WindowClient.idl", 239 "serviceworkers/WindowClient.idl",
240 "shapedetection/DetectedFace.idl", 240 "shapedetection/DetectedFace.idl",
241 "shapedetection/DetectedObject.idl",
242 "shapedetection/Detector.idl",
243 "shapedetection/FaceDetector.idl", 241 "shapedetection/FaceDetector.idl",
244 "speech/SpeechGrammar.idl", 242 "speech/SpeechGrammar.idl",
245 "speech/SpeechGrammarList.idl", 243 "speech/SpeechGrammarList.idl",
246 "speech/SpeechRecognition.idl", 244 "speech/SpeechRecognition.idl",
247 "speech/SpeechRecognitionAlternative.idl", 245 "speech/SpeechRecognitionAlternative.idl",
248 "speech/SpeechRecognitionError.idl", 246 "speech/SpeechRecognitionError.idl",
249 "speech/SpeechRecognitionEvent.idl", 247 "speech/SpeechRecognitionEvent.idl",
250 "speech/SpeechRecognitionResult.idl", 248 "speech/SpeechRecognitionResult.idl",
251 "speech/SpeechRecognitionResultList.idl", 249 "speech/SpeechRecognitionResultList.idl",
252 "speech/SpeechSynthesis.idl", 250 "speech/SpeechSynthesis.idl",
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 "$blink_modules_output_dir/websockets/CloseEventInit.h", 869 "$blink_modules_output_dir/websockets/CloseEventInit.h",
872 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 870 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
873 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 871 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
874 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 872 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
875 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 873 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
876 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 874 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
877 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 875 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
878 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 876 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
879 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 877 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
880 ] 878 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698