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

Side by Side Diff: Source/modules/modules.gypi

Issue 144093009: [webcrypto] Remove code supporting Key.algorithm. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/crypto/RsaSsaParams.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 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
11 'modules_idl_files': [ 11 'modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'crypto/AesCbcParams.idl',
14 'crypto/AesCtrParams.idl',
15 'crypto/AesKeyGenParams.idl',
16 'crypto/Algorithm.idl', 13 'crypto/Algorithm.idl',
17 'crypto/Crypto.idl', 14 'crypto/Crypto.idl',
18 'crypto/HmacKeyParams.idl',
19 'crypto/HmacParams.idl',
20 'crypto/Key.idl', 15 'crypto/Key.idl',
21 'crypto/KeyPair.idl', 16 'crypto/KeyPair.idl',
22 'crypto/RsaKeyGenParams.idl',
23 'crypto/RsaSsaParams.idl',
24 'crypto/SubtleCrypto.idl', 17 'crypto/SubtleCrypto.idl',
25 'crypto/WorkerCrypto.idl', 18 'crypto/WorkerCrypto.idl',
26 'device_orientation/DeviceAcceleration.idl', 19 'device_orientation/DeviceAcceleration.idl',
27 'device_orientation/DeviceMotionEvent.idl', 20 'device_orientation/DeviceMotionEvent.idl',
28 'device_orientation/DeviceOrientationEvent.idl', 21 'device_orientation/DeviceOrientationEvent.idl',
29 'device_orientation/DeviceRotationRate.idl', 22 'device_orientation/DeviceRotationRate.idl',
30 'encoding/TextDecoder.idl', 23 'encoding/TextDecoder.idl',
31 'encoding/TextEncoder.idl', 24 'encoding/TextEncoder.idl',
32 'encryptedmedia/MediaKeyMessageEvent.idl', 25 'encryptedmedia/MediaKeyMessageEvent.idl',
33 'encryptedmedia/MediaKeyNeededEvent.idl', 26 'encryptedmedia/MediaKeyNeededEvent.idl',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'quota/WorkerNavigatorStorageQuota.idl', 201 'quota/WorkerNavigatorStorageQuota.idl',
209 'serviceworkers/NavigatorServiceWorker.idl', 202 'serviceworkers/NavigatorServiceWorker.idl',
210 'speech/WindowSpeechSynthesis.idl', 203 'speech/WindowSpeechSynthesis.idl',
211 'vibration/NavigatorVibration.idl', 204 'vibration/NavigatorVibration.idl',
212 'webdatabase/WindowWebDatabase.idl', 205 'webdatabase/WindowWebDatabase.idl',
213 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 206 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
214 'webmidi/NavigatorWebMIDI.idl', 207 'webmidi/NavigatorWebMIDI.idl',
215 ], 208 ],
216 'modules_files': [ 209 'modules_files': [
217 '<@(extra_blink_module_files)', 210 '<@(extra_blink_module_files)',
218 'crypto/AesCbcParams.cpp',
219 'crypto/AesCbcParams.h',
220 'crypto/AesCtrParams.cpp',
221 'crypto/AesCtrParams.h',
222 'crypto/AesKeyGenParams.cpp',
223 'crypto/AesKeyGenParams.h',
224 'crypto/Algorithm.cpp', 211 'crypto/Algorithm.cpp',
225 'crypto/Algorithm.h', 212 'crypto/Algorithm.h',
226 'crypto/Crypto.cpp', 213 'crypto/Crypto.cpp',
227 'crypto/Crypto.h', 214 'crypto/Crypto.h',
228 'crypto/CryptoResultImpl.cpp', 215 'crypto/CryptoResultImpl.cpp',
229 'crypto/CryptoResultImpl.h', 216 'crypto/CryptoResultImpl.h',
230 'crypto/DOMWindowCrypto.cpp', 217 'crypto/DOMWindowCrypto.cpp',
231 'crypto/DOMWindowCrypto.h', 218 'crypto/DOMWindowCrypto.h',
232 'crypto/HmacKeyParams.cpp',
233 'crypto/HmacKeyParams.h',
234 'crypto/HmacParams.cpp',
235 'crypto/HmacParams.h',
236 'crypto/Key.cpp', 219 'crypto/Key.cpp',
237 'crypto/Key.h', 220 'crypto/Key.h',
238 'crypto/KeyPair.cpp', 221 'crypto/KeyPair.cpp',
239 'crypto/KeyPair.h', 222 'crypto/KeyPair.h',
240 'crypto/NormalizeAlgorithm.cpp', 223 'crypto/NormalizeAlgorithm.cpp',
241 'crypto/NormalizeAlgorithm.h', 224 'crypto/NormalizeAlgorithm.h',
242 'crypto/RsaKeyGenParams.cpp',
243 'crypto/RsaKeyGenParams.h',
244 'crypto/RsaSsaParams.cpp',
245 'crypto/RsaSsaParams.h',
246 'crypto/SubtleCrypto.cpp', 225 'crypto/SubtleCrypto.cpp',
247 'crypto/SubtleCrypto.h', 226 'crypto/SubtleCrypto.h',
248 'crypto/WorkerCrypto.cpp', 227 'crypto/WorkerCrypto.cpp',
249 'crypto/WorkerCrypto.h', 228 'crypto/WorkerCrypto.h',
250 'crypto/WorkerGlobalScopeCrypto.cpp', 229 'crypto/WorkerGlobalScopeCrypto.cpp',
251 'crypto/WorkerGlobalScopeCrypto.h', 230 'crypto/WorkerGlobalScopeCrypto.h',
252 'device_orientation/DeviceAcceleration.cpp', 231 'device_orientation/DeviceAcceleration.cpp',
253 'device_orientation/DeviceAcceleration.h', 232 'device_orientation/DeviceAcceleration.h',
254 'device_orientation/DeviceMotionController.cpp', 233 'device_orientation/DeviceMotionController.cpp',
255 'device_orientation/DeviceMotionController.h', 234 'device_orientation/DeviceMotionController.h',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'indexeddb/IDBKeyPathTest.cpp', 793 'indexeddb/IDBKeyPathTest.cpp',
815 'indexeddb/IDBRequestTest.cpp', 794 'indexeddb/IDBRequestTest.cpp',
816 'indexeddb/IDBTransactionTest.cpp', 795 'indexeddb/IDBTransactionTest.cpp',
817 'websockets/WebSocketDeflaterTest.cpp', 796 'websockets/WebSocketDeflaterTest.cpp',
818 'websockets/WebSocketExtensionDispatcherTest.cpp', 797 'websockets/WebSocketExtensionDispatcherTest.cpp',
819 'websockets/WebSocketExtensionParserTest.cpp', 798 'websockets/WebSocketExtensionParserTest.cpp',
820 'websockets/WebSocketPerMessageDeflateTest.cpp', 799 'websockets/WebSocketPerMessageDeflateTest.cpp',
821 ], 800 ],
822 }, 801 },
823 } 802 }
OLDNEW
« no previous file with comments | « Source/modules/crypto/RsaSsaParams.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698