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

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

Issue 488993003: Credential Manager: Migrate to WebView client-based approach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: feedback. Created 6 years, 4 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/credentialmanager/CredentialsContainer.cpp ('k') | Source/web/WebViewImpl.h » ('j') | 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 '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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'battery/BatteryManager.cpp', 300 'battery/BatteryManager.cpp',
301 'battery/BatteryManager.h', 301 'battery/BatteryManager.h',
302 'battery/BatteryStatus.cpp', 302 'battery/BatteryStatus.cpp',
303 'battery/BatteryStatus.h', 303 'battery/BatteryStatus.h',
304 'battery/NavigatorBattery.cpp', 304 'battery/NavigatorBattery.cpp',
305 'battery/NavigatorBattery.h', 305 'battery/NavigatorBattery.h',
306 'beacon/NavigatorBeacon.cpp', 306 'beacon/NavigatorBeacon.cpp',
307 'beacon/NavigatorBeacon.h', 307 'beacon/NavigatorBeacon.h',
308 'credentialmanager/Credential.cpp', 308 'credentialmanager/Credential.cpp',
309 'credentialmanager/Credential.h', 309 'credentialmanager/Credential.h',
310 'credentialmanager/CredentialManagerClient.cpp',
311 'credentialmanager/CredentialManagerClient.h',
310 'credentialmanager/CredentialsContainer.cpp', 312 'credentialmanager/CredentialsContainer.cpp',
311 'credentialmanager/CredentialsContainer.h', 313 'credentialmanager/CredentialsContainer.h',
312 'credentialmanager/FederatedCredential.cpp', 314 'credentialmanager/FederatedCredential.cpp',
313 'credentialmanager/FederatedCredential.h', 315 'credentialmanager/FederatedCredential.h',
314 'credentialmanager/LocalCredential.cpp', 316 'credentialmanager/LocalCredential.cpp',
315 'credentialmanager/LocalCredential.h', 317 'credentialmanager/LocalCredential.h',
316 'credentialmanager/NavigatorCredentials.cpp', 318 'credentialmanager/NavigatorCredentials.cpp',
317 'credentialmanager/NavigatorCredentials.h', 319 'credentialmanager/NavigatorCredentials.h',
318 'crypto/Crypto.cpp', 320 'crypto/Crypto.cpp',
319 'crypto/Crypto.h', 321 'crypto/Crypto.h',
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'serviceworkers/ServiceWorkerContainerTest.cpp', 1019 'serviceworkers/ServiceWorkerContainerTest.cpp',
1018 'websockets/DOMWebSocketTest.cpp', 1020 'websockets/DOMWebSocketTest.cpp',
1019 'websockets/NewWebSocketChannelImplTest.cpp', 1021 'websockets/NewWebSocketChannelImplTest.cpp',
1020 'websockets/WebSocketDeflaterTest.cpp', 1022 'websockets/WebSocketDeflaterTest.cpp',
1021 'websockets/WebSocketExtensionDispatcherTest.cpp', 1023 'websockets/WebSocketExtensionDispatcherTest.cpp',
1022 'websockets/WebSocketExtensionParserTest.cpp', 1024 'websockets/WebSocketExtensionParserTest.cpp',
1023 'websockets/WebSocketPerMessageDeflateTest.cpp', 1025 'websockets/WebSocketPerMessageDeflateTest.cpp',
1024 ], 1026 ],
1025 }, 1027 },
1026 } 1028 }
OLDNEW
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.cpp ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698