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

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

Issue 1182973002: Implement the Blink side of RequestDeviceOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Prepare readValue.html for a mock data change 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/MIDIConnectionEvent.idl', 342 'webmidi/MIDIConnectionEvent.idl',
343 'webmidi/MIDIMessageEvent.idl', 343 'webmidi/MIDIMessageEvent.idl',
344 'websockets/CloseEvent.idl', 344 'websockets/CloseEvent.idl',
345 ], 345 ],
346 'modules_dictionary_idl_files': [ 346 'modules_dictionary_idl_files': [
347 'app_banner/BeforeInstallPromptEventInit.idl', 347 'app_banner/BeforeInstallPromptEventInit.idl',
348 'background_sync/PeriodicSyncEventInit.idl', 348 'background_sync/PeriodicSyncEventInit.idl',
349 'background_sync/PeriodicSyncRegistrationOptions.idl', 349 'background_sync/PeriodicSyncRegistrationOptions.idl',
350 'background_sync/SyncEventInit.idl', 350 'background_sync/SyncEventInit.idl',
351 'background_sync/SyncRegistrationOptions.idl', 351 'background_sync/SyncRegistrationOptions.idl',
352 'bluetooth/BluetoothScanFilter.idl',
353 'bluetooth/RequestDeviceOptions.idl',
352 'cachestorage/CacheQueryOptions.idl', 354 'cachestorage/CacheQueryOptions.idl',
353 'credentialmanager/CredentialData.idl', 355 'credentialmanager/CredentialData.idl',
354 'credentialmanager/FederatedCredentialData.idl', 356 'credentialmanager/FederatedCredentialData.idl',
355 'credentialmanager/LocallyStoredCredentialData.idl', 357 'credentialmanager/LocallyStoredCredentialData.idl',
356 'credentialmanager/PasswordCredentialData.idl', 358 'credentialmanager/PasswordCredentialData.idl',
357 'device_light/DeviceLightEventInit.idl', 359 'device_light/DeviceLightEventInit.idl',
358 'encoding/TextDecodeOptions.idl', 360 'encoding/TextDecodeOptions.idl',
359 'encoding/TextDecoderOptions.idl', 361 'encoding/TextDecoderOptions.idl',
360 'encryptedmedia/MediaEncryptedEventInit.idl', 362 'encryptedmedia/MediaEncryptedEventInit.idl',
361 'encryptedmedia/MediaKeyMessageEventInit.idl', 363 'encryptedmedia/MediaKeyMessageEventInit.idl',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp', 412 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp',
411 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h', 413 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h',
412 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.cpp', 414 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.cpp',
413 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.h', 415 '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.h',
414 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.cpp', 416 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.cpp',
415 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.h', 417 '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptio ns.h',
416 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp', 418 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp',
417 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h', 419 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h',
418 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp', 420 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp',
419 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h', 421 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h',
422 '<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.cpp',
423 '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.cpp',
420 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp', 424 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
421 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h', 425 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
422 '<(blink_modules_output_dir)/credentialmanager/CredentialData.cpp', 426 '<(blink_modules_output_dir)/credentialmanager/CredentialData.cpp',
423 '<(blink_modules_output_dir)/credentialmanager/CredentialData.h', 427 '<(blink_modules_output_dir)/credentialmanager/CredentialData.h',
424 '<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.cpp ', 428 '<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.cpp ',
425 '<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.h', 429 '<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.h',
426 '<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData .cpp', 430 '<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData .cpp',
427 '<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData .h', 431 '<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData .h',
428 '<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.cpp' , 432 '<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.cpp' ,
429 '<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.h', 433 '<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.h',
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1463 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1460 'webaudio/ConvolverNodeTest.cpp', 1464 'webaudio/ConvolverNodeTest.cpp',
1461 'webaudio/DynamicsCompressorNodeTest.cpp', 1465 'webaudio/DynamicsCompressorNodeTest.cpp',
1462 'webaudio/ScriptProcessorNodeTest.cpp', 1466 'webaudio/ScriptProcessorNodeTest.cpp',
1463 'webaudio/StereoPannerNodeTest.cpp', 1467 'webaudio/StereoPannerNodeTest.cpp',
1464 'websockets/DOMWebSocketTest.cpp', 1468 'websockets/DOMWebSocketTest.cpp',
1465 'websockets/DocumentWebSocketChannelTest.cpp', 1469 'websockets/DocumentWebSocketChannelTest.cpp',
1466 ], 1470 ],
1467 }, 1471 },
1468 } 1472 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698