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