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

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

Issue 2832813002: Drop SiteBoundCredential in favor of CredentialUserData (Closed)
Patch Set: HTTPS Rename Created 3 years, 7 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/credentialmanager/SiteBoundCredential.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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "cachestorage/Cache.idl", 66 "cachestorage/Cache.idl",
67 "cachestorage/CacheStorage.idl", 67 "cachestorage/CacheStorage.idl",
68 "canvas2d/CanvasGradient.idl", 68 "canvas2d/CanvasGradient.idl",
69 "canvas2d/CanvasPattern.idl", 69 "canvas2d/CanvasPattern.idl",
70 "canvas2d/CanvasRenderingContext2D.idl", 70 "canvas2d/CanvasRenderingContext2D.idl",
71 "canvas2d/Path2D.idl", 71 "canvas2d/Path2D.idl",
72 "compositorworker/AnimationWorkletGlobalScope.idl", 72 "compositorworker/AnimationWorkletGlobalScope.idl",
73 "compositorworker/CompositorWorker.idl", 73 "compositorworker/CompositorWorker.idl",
74 "compositorworker/CompositorWorkerGlobalScope.idl", 74 "compositorworker/CompositorWorkerGlobalScope.idl",
75 "credentialmanager/Credential.idl", 75 "credentialmanager/Credential.idl",
76 "credentialmanager/CredentialUserData.idl",
76 "credentialmanager/CredentialsContainer.idl", 77 "credentialmanager/CredentialsContainer.idl",
77 "credentialmanager/FederatedCredential.idl", 78 "credentialmanager/FederatedCredential.idl",
78 "credentialmanager/PasswordCredential.idl", 79 "credentialmanager/PasswordCredential.idl",
79 "credentialmanager/SiteBoundCredential.idl",
80 "crypto/Crypto.idl", 80 "crypto/Crypto.idl",
81 "crypto/CryptoKey.idl", 81 "crypto/CryptoKey.idl",
82 "crypto/SubtleCrypto.idl", 82 "crypto/SubtleCrypto.idl",
83 "csspaint/PaintRenderingContext2D.idl", 83 "csspaint/PaintRenderingContext2D.idl",
84 "csspaint/PaintSize.idl", 84 "csspaint/PaintSize.idl",
85 "csspaint/PaintWorkletGlobalScope.idl", 85 "csspaint/PaintWorkletGlobalScope.idl",
86 "device_light/DeviceLightEvent.idl", 86 "device_light/DeviceLightEvent.idl",
87 "device_orientation/DeviceAcceleration.idl", 87 "device_orientation/DeviceAcceleration.idl",
88 "device_orientation/DeviceMotionEvent.idl", 88 "device_orientation/DeviceMotionEvent.idl",
89 "device_orientation/DeviceOrientationEvent.idl", 89 "device_orientation/DeviceOrientationEvent.idl",
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1043 "$blink_modules_output_dir/websockets/CloseEventInit.h",
1044 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1044 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
1045 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1045 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1046 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1046 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1047 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1047 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1048 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1048 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1049 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1049 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1050 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1050 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1051 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1051 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1052 ] 1052 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698