| 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |