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

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

Issue 1188203002: Implementation of setSinkId() for HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add guidou as owner 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'accessibility/InspectorTypeBuilderHelper.cpp', 581 'accessibility/InspectorTypeBuilderHelper.cpp',
582 'accessibility/InspectorTypeBuilderHelper.h', 582 'accessibility/InspectorTypeBuilderHelper.h',
583 'app_banner/AppBannerController.cpp', 583 'app_banner/AppBannerController.cpp',
584 'app_banner/AppBannerController.h', 584 'app_banner/AppBannerController.h',
585 'app_banner/AppBannerPromptResult.cpp', 585 'app_banner/AppBannerPromptResult.cpp',
586 'app_banner/AppBannerPromptResult.h', 586 'app_banner/AppBannerPromptResult.h',
587 'app_banner/BeforeInstallPromptEvent.cpp', 587 'app_banner/BeforeInstallPromptEvent.cpp',
588 'app_banner/BeforeInstallPromptEvent.h', 588 'app_banner/BeforeInstallPromptEvent.h',
589 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp', 589 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp',
590 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h', 590 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h',
591 'audio_output_devices/SetSinkIdCallbacks.cpp',
592 'audio_output_devices/SetSinkIdCallbacks.h',
591 'background_sync/PeriodicSyncEvent.cpp', 593 'background_sync/PeriodicSyncEvent.cpp',
592 'background_sync/PeriodicSyncEvent.h', 594 'background_sync/PeriodicSyncEvent.h',
593 'background_sync/PeriodicSyncManager.cpp', 595 'background_sync/PeriodicSyncManager.cpp',
594 'background_sync/PeriodicSyncManager.h', 596 'background_sync/PeriodicSyncManager.h',
595 'background_sync/PeriodicSyncRegistration.cpp', 597 'background_sync/PeriodicSyncRegistration.cpp',
596 'background_sync/PeriodicSyncRegistration.h', 598 'background_sync/PeriodicSyncRegistration.h',
597 'background_sync/ServiceWorkerGlobalScopeSync.h', 599 'background_sync/ServiceWorkerGlobalScopeSync.h',
598 'background_sync/ServiceWorkerRegistrationSync.cpp', 600 'background_sync/ServiceWorkerRegistrationSync.cpp',
599 'background_sync/ServiceWorkerRegistrationSync.h', 601 'background_sync/ServiceWorkerRegistrationSync.h',
600 'background_sync/SyncCallbacks.cpp', 602 'background_sync/SyncCallbacks.cpp',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1475 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1474 'webaudio/ConvolverNodeTest.cpp', 1476 'webaudio/ConvolverNodeTest.cpp',
1475 'webaudio/DynamicsCompressorNodeTest.cpp', 1477 'webaudio/DynamicsCompressorNodeTest.cpp',
1476 'webaudio/ScriptProcessorNodeTest.cpp', 1478 'webaudio/ScriptProcessorNodeTest.cpp',
1477 'webaudio/StereoPannerNodeTest.cpp', 1479 'webaudio/StereoPannerNodeTest.cpp',
1478 'websockets/DOMWebSocketTest.cpp', 1480 'websockets/DOMWebSocketTest.cpp',
1479 'websockets/DocumentWebSocketChannelTest.cpp', 1481 'websockets/DocumentWebSocketChannelTest.cpp',
1480 ], 1482 ],
1481 }, 1483 },
1482 } 1484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698