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

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

Issue 1162883002: Credential Manager: Align 'FederatedCredential' with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'webmidi/MIDIMessageEvent.idl', 342 'webmidi/MIDIMessageEvent.idl',
343 'websockets/CloseEvent.idl', 343 'websockets/CloseEvent.idl',
344 ], 344 ],
345 'modules_dictionary_idl_files': [ 345 'modules_dictionary_idl_files': [
346 'app_banner/BeforeInstallPromptEventInit.idl', 346 'app_banner/BeforeInstallPromptEventInit.idl',
347 'background_sync/PeriodicSyncEventInit.idl', 347 'background_sync/PeriodicSyncEventInit.idl',
348 'background_sync/PeriodicSyncRegistrationOptions.idl', 348 'background_sync/PeriodicSyncRegistrationOptions.idl',
349 'background_sync/SyncEventInit.idl', 349 'background_sync/SyncEventInit.idl',
350 'background_sync/SyncRegistrationOptions.idl', 350 'background_sync/SyncRegistrationOptions.idl',
351 'cachestorage/CacheQueryOptions.idl', 351 'cachestorage/CacheQueryOptions.idl',
352 'credentialmanager/CredentialData.idl',
353 'credentialmanager/FederatedCredentialData.idl',
354 'credentialmanager/LocallyStoredCredentialData.idl',
355 'credentialmanager/PasswordCredentialData.idl',
352 'device_light/DeviceLightEventInit.idl', 356 'device_light/DeviceLightEventInit.idl',
353 'encoding/TextDecodeOptions.idl', 357 'encoding/TextDecodeOptions.idl',
354 'encoding/TextDecoderOptions.idl', 358 'encoding/TextDecoderOptions.idl',
355 'encryptedmedia/MediaEncryptedEventInit.idl', 359 'encryptedmedia/MediaEncryptedEventInit.idl',
356 'encryptedmedia/MediaKeyMessageEventInit.idl', 360 'encryptedmedia/MediaKeyMessageEventInit.idl',
357 'encryptedmedia/MediaKeySystemConfiguration.idl', 361 'encryptedmedia/MediaKeySystemConfiguration.idl',
358 'encryptedmedia/MediaKeySystemMediaCapability.idl', 362 'encryptedmedia/MediaKeySystemMediaCapability.idl',
359 'filesystem/FileSystemFlags.idl', 363 'filesystem/FileSystemFlags.idl',
360 'gamepad/GamepadEventInit.idl', 364 'gamepad/GamepadEventInit.idl',
361 'geofencing/CircularGeofencingRegionInit.idl', 365 'geofencing/CircularGeofencingRegionInit.idl',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.cpp', 411 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.cpp',
408 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.h', 412 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.h',
409 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.cpp', 413 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.cpp',
410 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.h', 414 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.h',
411 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp', 415 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp',
412 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h', 416 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h',
413 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp', 417 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp',
414 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h', 418 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h',
415 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp', 419 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
416 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h', 420 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
421 '<(blink_modules_output_dir)/credentialmanager/CredentialData.cpp',
422 '<(blink_modules_output_dir)/credentialmanager/CredentialData.h',
423 '<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.cpp ',
424 '<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.h',
425 '<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData .cpp',
426 '<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData .h',
427 '<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.cpp' ,
428 '<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.h',
417 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp', 429 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp',
418 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h', 430 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h',
419 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', 431 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp',
420 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', 432 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h',
421 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', 433 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp',
422 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', 434 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h',
423 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp', 435 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp',
424 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h', 436 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h',
425 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp', 437 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp',
426 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h', 438 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h',
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1450 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1439 'webaudio/ConvolverNodeTest.cpp', 1451 'webaudio/ConvolverNodeTest.cpp',
1440 'webaudio/DynamicsCompressorNodeTest.cpp', 1452 'webaudio/DynamicsCompressorNodeTest.cpp',
1441 'webaudio/ScriptProcessorNodeTest.cpp', 1453 'webaudio/ScriptProcessorNodeTest.cpp',
1442 'webaudio/StereoPannerNodeTest.cpp', 1454 'webaudio/StereoPannerNodeTest.cpp',
1443 'websockets/DOMWebSocketTest.cpp', 1455 'websockets/DOMWebSocketTest.cpp',
1444 'websockets/DocumentWebSocketChannelTest.cpp', 1456 'websockets/DocumentWebSocketChannelTest.cpp',
1445 ], 1457 ],
1446 }, 1458 },
1447 } 1459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698