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

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

Issue 1162443006: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-type
Patch Set: Test. Created 5 years, 6 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 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 16 matching lines...) Expand all
27 'bluetooth/BluetoothDevice.idl', 27 'bluetooth/BluetoothDevice.idl',
28 'bluetooth/BluetoothGATTRemoteServer.idl', 28 'bluetooth/BluetoothGATTRemoteServer.idl',
29 'bluetooth/BluetoothGATTService.idl', 29 'bluetooth/BluetoothGATTService.idl',
30 'cachestorage/Cache.idl', 30 'cachestorage/Cache.idl',
31 'cachestorage/CacheStorage.idl', 31 'cachestorage/CacheStorage.idl',
32 'compositorworker/CompositorWorker.idl', 32 'compositorworker/CompositorWorker.idl',
33 'compositorworker/CompositorWorkerGlobalScope.idl', 33 'compositorworker/CompositorWorkerGlobalScope.idl',
34 'credentialmanager/Credential.idl', 34 'credentialmanager/Credential.idl',
35 'credentialmanager/CredentialsContainer.idl', 35 'credentialmanager/CredentialsContainer.idl',
36 'credentialmanager/FederatedCredential.idl', 36 'credentialmanager/FederatedCredential.idl',
37 'credentialmanager/LocalCredential.idl', 37 'credentialmanager/PasswordCredential.idl',
38 'crypto/Crypto.idl', 38 'crypto/Crypto.idl',
39 'crypto/CryptoKey.idl', 39 'crypto/CryptoKey.idl',
40 'crypto/SubtleCrypto.idl', 40 'crypto/SubtleCrypto.idl',
41 'device_light/DeviceLightEvent.idl', 41 'device_light/DeviceLightEvent.idl',
42 'device_orientation/DeviceAcceleration.idl', 42 'device_orientation/DeviceAcceleration.idl',
43 'device_orientation/DeviceMotionEvent.idl', 43 'device_orientation/DeviceMotionEvent.idl',
44 'device_orientation/DeviceOrientationEvent.idl', 44 'device_orientation/DeviceOrientationEvent.idl',
45 'device_orientation/DeviceRotationRate.idl', 45 'device_orientation/DeviceRotationRate.idl',
46 'encoding/TextDecoder.idl', 46 'encoding/TextDecoder.idl',
47 'encoding/TextEncoder.idl', 47 'encoding/TextEncoder.idl',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'compositorworker/CompositorWorkerThread.cpp', 638 'compositorworker/CompositorWorkerThread.cpp',
639 'compositorworker/CompositorWorkerThread.h', 639 'compositorworker/CompositorWorkerThread.h',
640 'credentialmanager/Credential.cpp', 640 'credentialmanager/Credential.cpp',
641 'credentialmanager/Credential.h', 641 'credentialmanager/Credential.h',
642 'credentialmanager/CredentialManagerClient.cpp', 642 'credentialmanager/CredentialManagerClient.cpp',
643 'credentialmanager/CredentialManagerClient.h', 643 'credentialmanager/CredentialManagerClient.h',
644 'credentialmanager/CredentialsContainer.cpp', 644 'credentialmanager/CredentialsContainer.cpp',
645 'credentialmanager/CredentialsContainer.h', 645 'credentialmanager/CredentialsContainer.h',
646 'credentialmanager/FederatedCredential.cpp', 646 'credentialmanager/FederatedCredential.cpp',
647 'credentialmanager/FederatedCredential.h', 647 'credentialmanager/FederatedCredential.h',
648 'credentialmanager/LocalCredential.cpp', 648 'credentialmanager/PasswordCredential.cpp',
649 'credentialmanager/LocalCredential.h', 649 'credentialmanager/PasswordCredential.h',
650 'credentialmanager/NavigatorCredentials.cpp', 650 'credentialmanager/NavigatorCredentials.cpp',
651 'credentialmanager/NavigatorCredentials.h', 651 'credentialmanager/NavigatorCredentials.h',
652 'crypto/Crypto.cpp', 652 'crypto/Crypto.cpp',
653 'crypto/Crypto.h', 653 'crypto/Crypto.h',
654 'crypto/CryptoHistograms.cpp', 654 'crypto/CryptoHistograms.cpp',
655 'crypto/CryptoHistograms.h', 655 'crypto/CryptoHistograms.h',
656 'crypto/CryptoKey.cpp', 656 'crypto/CryptoKey.cpp',
657 'crypto/CryptoKey.h', 657 'crypto/CryptoKey.h',
658 'crypto/CryptoResultImpl.cpp', 658 'crypto/CryptoResultImpl.cpp',
659 'crypto/CryptoResultImpl.h', 659 'crypto/CryptoResultImpl.h',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1450 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1451 'webaudio/ConvolverNodeTest.cpp', 1451 'webaudio/ConvolverNodeTest.cpp',
1452 'webaudio/DynamicsCompressorNodeTest.cpp', 1452 'webaudio/DynamicsCompressorNodeTest.cpp',
1453 'webaudio/ScriptProcessorNodeTest.cpp', 1453 'webaudio/ScriptProcessorNodeTest.cpp',
1454 'webaudio/StereoPannerNodeTest.cpp', 1454 'webaudio/StereoPannerNodeTest.cpp',
1455 'websockets/DOMWebSocketTest.cpp', 1455 'websockets/DOMWebSocketTest.cpp',
1456 'websockets/DocumentWebSocketChannelTest.cpp', 1456 'websockets/DocumentWebSocketChannelTest.cpp',
1457 ], 1457 ],
1458 }, 1458 },
1459 } 1459 }
OLDNEW
« no previous file with comments | « Source/modules/credentialmanager/PasswordCredential.idl ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698