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

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

Issue 2908393002: [Sensors] Bindings for RelativeOrientationSensor (Closed)
Patch Set: updated webexposed tests results Created 3 years, 6 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "quota/StorageQuotaCallback.idl", 230 "quota/StorageQuotaCallback.idl",
231 "quota/StorageUsageCallback.idl", 231 "quota/StorageUsageCallback.idl",
232 "remoteplayback/RemotePlayback.idl", 232 "remoteplayback/RemotePlayback.idl",
233 "screen_orientation/ScreenOrientation.idl", 233 "screen_orientation/ScreenOrientation.idl",
234 "sensor/AbsoluteOrientationSensor.idl", 234 "sensor/AbsoluteOrientationSensor.idl",
235 "sensor/Accelerometer.idl", 235 "sensor/Accelerometer.idl",
236 "sensor/AmbientLightSensor.idl", 236 "sensor/AmbientLightSensor.idl",
237 "sensor/Gyroscope.idl", 237 "sensor/Gyroscope.idl",
238 "sensor/Magnetometer.idl", 238 "sensor/Magnetometer.idl",
239 "sensor/OrientationSensor.idl", 239 "sensor/OrientationSensor.idl",
240 "sensor/RelativeOrientationSensor.idl",
240 "sensor/Sensor.idl", 241 "sensor/Sensor.idl",
241 "sensor/SensorErrorEvent.idl", 242 "sensor/SensorErrorEvent.idl",
242 "serviceworkers/Client.idl", 243 "serviceworkers/Client.idl",
243 "serviceworkers/Clients.idl", 244 "serviceworkers/Clients.idl",
244 "serviceworkers/ExtendableEvent.idl", 245 "serviceworkers/ExtendableEvent.idl",
245 "serviceworkers/ExtendableMessageEvent.idl", 246 "serviceworkers/ExtendableMessageEvent.idl",
246 "serviceworkers/FetchEvent.idl", 247 "serviceworkers/FetchEvent.idl",
247 "serviceworkers/ForeignFetchEvent.idl", 248 "serviceworkers/ForeignFetchEvent.idl",
248 "serviceworkers/InstallEvent.idl", 249 "serviceworkers/InstallEvent.idl",
249 "serviceworkers/NavigationPreloadManager.idl", 250 "serviceworkers/NavigationPreloadManager.idl",
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1038 "$blink_modules_output_dir/websockets/CloseEventInit.h",
1038 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1040 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1042 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1044 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1046 ] 1047 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698