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

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

Issue 2816713004: Geolocation: rename Geoposition to Position to follow Spec (take 2) (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/PositionCallback.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "filesystem/FileWriterSync.idl", 120 "filesystem/FileWriterSync.idl",
121 "filesystem/Metadata.idl", 121 "filesystem/Metadata.idl",
122 "filesystem/MetadataCallback.idl", 122 "filesystem/MetadataCallback.idl",
123 "gamepad/Gamepad.idl", 123 "gamepad/Gamepad.idl",
124 "gamepad/GamepadButton.idl", 124 "gamepad/GamepadButton.idl",
125 "gamepad/GamepadEvent.idl", 125 "gamepad/GamepadEvent.idl",
126 "gamepad/GamepadList.idl", 126 "gamepad/GamepadList.idl",
127 "gamepad/GamepadPose.idl", 127 "gamepad/GamepadPose.idl",
128 "geolocation/Coordinates.idl", 128 "geolocation/Coordinates.idl",
129 "geolocation/Geolocation.idl", 129 "geolocation/Geolocation.idl",
130 "geolocation/Geoposition.idl", 130 "geolocation/Position.idl",
131 "geolocation/PositionCallback.idl", 131 "geolocation/PositionCallback.idl",
132 "geolocation/PositionError.idl", 132 "geolocation/PositionError.idl",
133 "geolocation/PositionErrorCallback.idl", 133 "geolocation/PositionErrorCallback.idl",
134 "imagebitmap/ImageBitmapRenderingContext.idl", 134 "imagebitmap/ImageBitmapRenderingContext.idl",
135 "imagecapture/ImageCapture.idl", 135 "imagecapture/ImageCapture.idl",
136 "imagecapture/MediaSettingsRange.idl", 136 "imagecapture/MediaSettingsRange.idl",
137 "imagecapture/PhotoCapabilities.idl", 137 "imagecapture/PhotoCapabilities.idl",
138 "indexeddb/IDBCursor.idl", 138 "indexeddb/IDBCursor.idl",
139 "indexeddb/IDBCursorWithValue.idl", 139 "indexeddb/IDBCursorWithValue.idl",
140 "indexeddb/IDBDatabase.idl", 140 "indexeddb/IDBDatabase.idl",
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1038 "$blink_modules_output_dir/websockets/CloseEventInit.h",
1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1047 ] 1047 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/PositionCallback.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698