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

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

Issue 2746573002: [Sensors] Implement bindings for AbsoluteOrientationSensor (Closed)
Patch Set: webexpose Created 3 years, 8 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "push_messaging/PushSubscriptionOptions.idl", 221 "push_messaging/PushSubscriptionOptions.idl",
222 "quota/DOMError.idl", 222 "quota/DOMError.idl",
223 "quota/DeprecatedStorageInfo.idl", 223 "quota/DeprecatedStorageInfo.idl",
224 "quota/DeprecatedStorageQuota.idl", 224 "quota/DeprecatedStorageQuota.idl",
225 "quota/StorageErrorCallback.idl", 225 "quota/StorageErrorCallback.idl",
226 "quota/StorageManager.idl", 226 "quota/StorageManager.idl",
227 "quota/StorageQuotaCallback.idl", 227 "quota/StorageQuotaCallback.idl",
228 "quota/StorageUsageCallback.idl", 228 "quota/StorageUsageCallback.idl",
229 "remoteplayback/RemotePlayback.idl", 229 "remoteplayback/RemotePlayback.idl",
230 "screen_orientation/ScreenOrientation.idl", 230 "screen_orientation/ScreenOrientation.idl",
231 "sensor/AbsoluteOrientationSensor.idl",
231 "sensor/Accelerometer.idl", 232 "sensor/Accelerometer.idl",
233 "sensor/AmbientLightSensor.idl",
232 "sensor/Gyroscope.idl", 234 "sensor/Gyroscope.idl",
233 "sensor/AmbientLightSensor.idl",
234 "sensor/Magnetometer.idl", 235 "sensor/Magnetometer.idl",
236 "sensor/OrientationSensor.idl",
235 "sensor/Sensor.idl", 237 "sensor/Sensor.idl",
236 "sensor/SensorErrorEvent.idl", 238 "sensor/SensorErrorEvent.idl",
237 "serviceworkers/Client.idl", 239 "serviceworkers/Client.idl",
238 "serviceworkers/Clients.idl", 240 "serviceworkers/Clients.idl",
239 "serviceworkers/ExtendableEvent.idl", 241 "serviceworkers/ExtendableEvent.idl",
240 "serviceworkers/ExtendableMessageEvent.idl", 242 "serviceworkers/ExtendableMessageEvent.idl",
241 "serviceworkers/FetchEvent.idl", 243 "serviceworkers/FetchEvent.idl",
242 "serviceworkers/ForeignFetchEvent.idl", 244 "serviceworkers/ForeignFetchEvent.idl",
243 "serviceworkers/InstallEvent.idl", 245 "serviceworkers/InstallEvent.idl",
244 "serviceworkers/NavigationPreloadManager.idl", 246 "serviceworkers/NavigationPreloadManager.idl",
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1027 "$blink_modules_output_dir/websockets/CloseEventInit.h",
1026 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1028 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
1027 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1029 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1028 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1030 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1029 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1031 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1030 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1032 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1031 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1033 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1032 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1034 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1033 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1035 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1034 ] 1036 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698