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

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

Issue 318393002: Initial implementation of ServiceWorkerGlobalScope.fetch() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test for destroying the execution context while fetch is happening. Created 6 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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'screen_orientation/LockOrientationCallback.cpp', 646 'screen_orientation/LockOrientationCallback.cpp',
647 'screen_orientation/LockOrientationCallback.h', 647 'screen_orientation/LockOrientationCallback.h',
648 'screen_orientation/ScreenOrientation.cpp', 648 'screen_orientation/ScreenOrientation.cpp',
649 'screen_orientation/ScreenOrientation.h', 649 'screen_orientation/ScreenOrientation.h',
650 'screen_orientation/ScreenOrientationController.cpp', 650 'screen_orientation/ScreenOrientationController.cpp',
651 'screen_orientation/ScreenOrientationController.h', 651 'screen_orientation/ScreenOrientationController.h',
652 'serviceworkers/Client.cpp', 652 'serviceworkers/Client.cpp',
653 'serviceworkers/Client.h', 653 'serviceworkers/Client.h',
654 'serviceworkers/FetchEvent.cpp', 654 'serviceworkers/FetchEvent.cpp',
655 'serviceworkers/FetchEvent.h', 655 'serviceworkers/FetchEvent.h',
656 'serviceworkers/FetchManager.cpp',
657 'serviceworkers/FetchManager.h',
656 'serviceworkers/HeaderMap.cpp', 658 'serviceworkers/HeaderMap.cpp',
657 'serviceworkers/HeaderMap.h', 659 'serviceworkers/HeaderMap.h',
658 'serviceworkers/HeaderMapForEachCallback.h', 660 'serviceworkers/HeaderMapForEachCallback.h',
659 'serviceworkers/InstallEvent.cpp', 661 'serviceworkers/InstallEvent.cpp',
660 'serviceworkers/InstallEvent.h', 662 'serviceworkers/InstallEvent.h',
661 'serviceworkers/InstallPhaseEvent.cpp', 663 'serviceworkers/InstallPhaseEvent.cpp',
662 'serviceworkers/InstallPhaseEvent.h', 664 'serviceworkers/InstallPhaseEvent.h',
663 'serviceworkers/NavigatorServiceWorker.cpp', 665 'serviceworkers/NavigatorServiceWorker.cpp',
664 'serviceworkers/NavigatorServiceWorker.h', 666 'serviceworkers/NavigatorServiceWorker.h',
665 'serviceworkers/RegistrationOptionList.h', 667 'serviceworkers/RegistrationOptionList.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'indexeddb/IDBRequestTest.cpp', 978 'indexeddb/IDBRequestTest.cpp',
977 'indexeddb/IDBTransactionTest.cpp', 979 'indexeddb/IDBTransactionTest.cpp',
978 'websockets/WebSocketDeflaterTest.cpp', 980 'websockets/WebSocketDeflaterTest.cpp',
979 'websockets/WebSocketExtensionDispatcherTest.cpp', 981 'websockets/WebSocketExtensionDispatcherTest.cpp',
980 'websockets/WebSocketExtensionParserTest.cpp', 982 'websockets/WebSocketExtensionParserTest.cpp',
981 'websockets/WebSocketPerMessageDeflateTest.cpp', 983 'websockets/WebSocketPerMessageDeflateTest.cpp',
982 'websockets/WebSocketTest.cpp', 984 'websockets/WebSocketTest.cpp',
983 ], 985 ],
984 }, 986 },
985 } 987 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698