OLD | NEW |
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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 'app_banner/AppBannerController.cpp', | 750 'app_banner/AppBannerController.cpp', |
751 'app_banner/AppBannerController.h', | 751 'app_banner/AppBannerController.h', |
752 'app_banner/AppBannerPromptResult.cpp', | 752 'app_banner/AppBannerPromptResult.cpp', |
753 'app_banner/AppBannerPromptResult.h', | 753 'app_banner/AppBannerPromptResult.h', |
754 'app_banner/BeforeInstallPromptEvent.cpp', | 754 'app_banner/BeforeInstallPromptEvent.cpp', |
755 'app_banner/BeforeInstallPromptEvent.h', | 755 'app_banner/BeforeInstallPromptEvent.h', |
756 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp', | 756 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp', |
757 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h', | 757 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h', |
758 'audio_output_devices/SetSinkIdCallbacks.cpp', | 758 'audio_output_devices/SetSinkIdCallbacks.cpp', |
759 'audio_output_devices/SetSinkIdCallbacks.h', | 759 'audio_output_devices/SetSinkIdCallbacks.h', |
| 760 'audio_output_devices/AudioOutputDeviceClient.cpp', |
| 761 'audio_output_devices/AudioOutputDeviceClient.h', |
760 'background_sync/PeriodicSyncEvent.cpp', | 762 'background_sync/PeriodicSyncEvent.cpp', |
761 'background_sync/PeriodicSyncEvent.h', | 763 'background_sync/PeriodicSyncEvent.h', |
762 'background_sync/PeriodicSyncManager.cpp', | 764 'background_sync/PeriodicSyncManager.cpp', |
763 'background_sync/PeriodicSyncManager.h', | 765 'background_sync/PeriodicSyncManager.h', |
764 'background_sync/PeriodicSyncRegistration.cpp', | 766 'background_sync/PeriodicSyncRegistration.cpp', |
765 'background_sync/PeriodicSyncRegistration.h', | 767 'background_sync/PeriodicSyncRegistration.h', |
766 'background_sync/ServiceWorkerGlobalScopeSync.h', | 768 'background_sync/ServiceWorkerGlobalScopeSync.h', |
767 'background_sync/ServiceWorkerRegistrationSync.cpp', | 769 'background_sync/ServiceWorkerRegistrationSync.cpp', |
768 'background_sync/ServiceWorkerRegistrationSync.h', | 770 'background_sync/ServiceWorkerRegistrationSync.h', |
769 'background_sync/SyncCallbacks.cpp', | 771 'background_sync/SyncCallbacks.cpp', |
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1875 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1877 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1876 'webaudio/ConvolverNodeTest.cpp', | 1878 'webaudio/ConvolverNodeTest.cpp', |
1877 'webaudio/DynamicsCompressorNodeTest.cpp', | 1879 'webaudio/DynamicsCompressorNodeTest.cpp', |
1878 'webaudio/ScriptProcessorNodeTest.cpp', | 1880 'webaudio/ScriptProcessorNodeTest.cpp', |
1879 'webaudio/StereoPannerNodeTest.cpp', | 1881 'webaudio/StereoPannerNodeTest.cpp', |
1880 'websockets/DOMWebSocketTest.cpp', | 1882 'websockets/DOMWebSocketTest.cpp', |
1881 'websockets/DocumentWebSocketChannelTest.cpp', | 1883 'websockets/DocumentWebSocketChannelTest.cpp', |
1882 ], | 1884 ], |
1883 }, | 1885 }, |
1884 } | 1886 } |
OLD | NEW |