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

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

Issue 1322493006: Presentation API: ignore page visibility changes if ExecutionContext is destoyed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: forgot file Created 5 years, 3 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 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 'fetch/FetchResponseDataTest.cpp', 1808 'fetch/FetchResponseDataTest.cpp',
1809 'fetch/RequestTest.cpp', 1809 'fetch/RequestTest.cpp',
1810 'fetch/ResponseTest.cpp', 1810 'fetch/ResponseTest.cpp',
1811 'filesystem/DOMFileSystemBaseTest.cpp', 1811 'filesystem/DOMFileSystemBaseTest.cpp',
1812 'imagebitmap/ImageBitmapModuleTest.cpp', 1812 'imagebitmap/ImageBitmapModuleTest.cpp',
1813 'indexeddb/IDBKeyPathTest.cpp', 1813 'indexeddb/IDBKeyPathTest.cpp',
1814 'indexeddb/IDBRequestTest.cpp', 1814 'indexeddb/IDBRequestTest.cpp',
1815 'indexeddb/IDBTransactionTest.cpp', 1815 'indexeddb/IDBTransactionTest.cpp',
1816 'mediastream/RTCDataChannelTest.cpp', 1816 'mediastream/RTCDataChannelTest.cpp',
1817 'notifications/NotificationDataTest.cpp', 1817 'notifications/NotificationDataTest.cpp',
1818 'presentation/PresentationAvailabilityTest.cpp',
1818 'serviceworkers/ServiceWorkerContainerTest.cpp', 1819 'serviceworkers/ServiceWorkerContainerTest.cpp',
1819 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1820 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1820 'webaudio/ConvolverNodeTest.cpp', 1821 'webaudio/ConvolverNodeTest.cpp',
1821 'webaudio/DynamicsCompressorNodeTest.cpp', 1822 'webaudio/DynamicsCompressorNodeTest.cpp',
1822 'webaudio/ScriptProcessorNodeTest.cpp', 1823 'webaudio/ScriptProcessorNodeTest.cpp',
1823 'webaudio/StereoPannerNodeTest.cpp', 1824 'webaudio/StereoPannerNodeTest.cpp',
1824 'websockets/DOMWebSocketTest.cpp', 1825 'websockets/DOMWebSocketTest.cpp',
1825 'websockets/DocumentWebSocketChannelTest.cpp', 1826 'websockets/DocumentWebSocketChannelTest.cpp',
1826 ], 1827 ],
1827 }, 1828 },
1828 } 1829 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698