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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 'screen_orientation/LockOrientationCallback.cpp', | 640 'screen_orientation/LockOrientationCallback.cpp', |
641 'screen_orientation/LockOrientationCallback.h', | 641 'screen_orientation/LockOrientationCallback.h', |
642 'screen_orientation/ScreenOrientation.cpp', | 642 'screen_orientation/ScreenOrientation.cpp', |
643 'screen_orientation/ScreenOrientation.h', | 643 'screen_orientation/ScreenOrientation.h', |
644 'screen_orientation/ScreenOrientationController.cpp', | 644 'screen_orientation/ScreenOrientationController.cpp', |
645 'screen_orientation/ScreenOrientationController.h', | 645 'screen_orientation/ScreenOrientationController.h', |
646 'serviceworkers/Client.cpp', | 646 'serviceworkers/Client.cpp', |
647 'serviceworkers/Client.h', | 647 'serviceworkers/Client.h', |
648 'serviceworkers/FetchEvent.cpp', | 648 'serviceworkers/FetchEvent.cpp', |
649 'serviceworkers/FetchEvent.h', | 649 'serviceworkers/FetchEvent.h', |
| 650 'serviceworkers/FetchManager.cpp', |
| 651 'serviceworkers/FetchManager.h', |
650 'serviceworkers/HeaderMap.cpp', | 652 'serviceworkers/HeaderMap.cpp', |
651 'serviceworkers/HeaderMap.h', | 653 'serviceworkers/HeaderMap.h', |
652 'serviceworkers/HeaderMapForEachCallback.h', | 654 'serviceworkers/HeaderMapForEachCallback.h', |
653 'serviceworkers/InstallEvent.cpp', | 655 'serviceworkers/InstallEvent.cpp', |
654 'serviceworkers/InstallEvent.h', | 656 'serviceworkers/InstallEvent.h', |
655 'serviceworkers/InstallPhaseEvent.cpp', | 657 'serviceworkers/InstallPhaseEvent.cpp', |
656 'serviceworkers/InstallPhaseEvent.h', | 658 'serviceworkers/InstallPhaseEvent.h', |
657 'serviceworkers/NavigatorServiceWorker.cpp', | 659 'serviceworkers/NavigatorServiceWorker.cpp', |
658 'serviceworkers/NavigatorServiceWorker.h', | 660 'serviceworkers/NavigatorServiceWorker.h', |
659 'serviceworkers/RegistrationOptionList.h', | 661 'serviceworkers/RegistrationOptionList.h', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 'indexeddb/IDBRequestTest.cpp', | 970 'indexeddb/IDBRequestTest.cpp', |
969 'indexeddb/IDBTransactionTest.cpp', | 971 'indexeddb/IDBTransactionTest.cpp', |
970 'websockets/WebSocketDeflaterTest.cpp', | 972 'websockets/WebSocketDeflaterTest.cpp', |
971 'websockets/WebSocketExtensionDispatcherTest.cpp', | 973 'websockets/WebSocketExtensionDispatcherTest.cpp', |
972 'websockets/WebSocketExtensionParserTest.cpp', | 974 'websockets/WebSocketExtensionParserTest.cpp', |
973 'websockets/WebSocketPerMessageDeflateTest.cpp', | 975 'websockets/WebSocketPerMessageDeflateTest.cpp', |
974 'websockets/WebSocketTest.cpp', | 976 'websockets/WebSocketTest.cpp', |
975 ], | 977 ], |
976 }, | 978 }, |
977 } | 979 } |
OLD | NEW |