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

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

Issue 2300543003: Added Pose attribute to Gamepad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gamepad_touched
Patch Set: Rebase Created 4 years, 3 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "filesystem/FileSystemCallback.idl", 105 "filesystem/FileSystemCallback.idl",
106 "filesystem/FileWriter.idl", 106 "filesystem/FileWriter.idl",
107 "filesystem/FileWriterCallback.idl", 107 "filesystem/FileWriterCallback.idl",
108 "filesystem/FileWriterSync.idl", 108 "filesystem/FileWriterSync.idl",
109 "filesystem/Metadata.idl", 109 "filesystem/Metadata.idl",
110 "filesystem/MetadataCallback.idl", 110 "filesystem/MetadataCallback.idl",
111 "gamepad/Gamepad.idl", 111 "gamepad/Gamepad.idl",
112 "gamepad/GamepadButton.idl", 112 "gamepad/GamepadButton.idl",
113 "gamepad/GamepadEvent.idl", 113 "gamepad/GamepadEvent.idl",
114 "gamepad/GamepadList.idl", 114 "gamepad/GamepadList.idl",
115 "gamepad/GamepadPose.idl",
115 "geolocation/Coordinates.idl", 116 "geolocation/Coordinates.idl",
116 "geolocation/Geolocation.idl", 117 "geolocation/Geolocation.idl",
117 "geolocation/Geoposition.idl", 118 "geolocation/Geoposition.idl",
118 "geolocation/PositionCallback.idl", 119 "geolocation/PositionCallback.idl",
119 "geolocation/PositionError.idl", 120 "geolocation/PositionError.idl",
120 "geolocation/PositionErrorCallback.idl", 121 "geolocation/PositionErrorCallback.idl",
121 "imagebitmap/ImageBitmapRenderingContext.idl", 122 "imagebitmap/ImageBitmapRenderingContext.idl",
122 "imagecapture/ImageCapture.idl", 123 "imagecapture/ImageCapture.idl",
123 "imagecapture/MediaSettingsRange.idl", 124 "imagecapture/MediaSettingsRange.idl",
124 "imagecapture/PhotoCapabilities.idl", 125 "imagecapture/PhotoCapabilities.idl",
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 "$blink_modules_output_dir/websockets/CloseEventInit.h", 858 "$blink_modules_output_dir/websockets/CloseEventInit.h",
858 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 859 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
859 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 860 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
860 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 861 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
861 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 862 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
862 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 863 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
863 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 864 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
864 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 865 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
865 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 866 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
866 ] 867 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp ('k') | third_party/WebKit/public/platform/WebGamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698