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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 'quota/WorkerNavigatorStorageQuota.cpp', | 645 'quota/WorkerNavigatorStorageQuota.cpp', |
646 'quota/WorkerNavigatorStorageQuota.h', | 646 'quota/WorkerNavigatorStorageQuota.h', |
647 'screen_orientation/LockOrientationCallback.cpp', | 647 'screen_orientation/LockOrientationCallback.cpp', |
648 'screen_orientation/LockOrientationCallback.h', | 648 'screen_orientation/LockOrientationCallback.h', |
649 'screen_orientation/ScreenScreenOrientation.cpp', | 649 'screen_orientation/ScreenScreenOrientation.cpp', |
650 'screen_orientation/ScreenScreenOrientation.h', | 650 'screen_orientation/ScreenScreenOrientation.h', |
651 'screen_orientation/ScreenOrientation.cpp', | 651 'screen_orientation/ScreenOrientation.cpp', |
652 'screen_orientation/ScreenOrientation.h', | 652 'screen_orientation/ScreenOrientation.h', |
653 'screen_orientation/ScreenOrientationController.cpp', | 653 'screen_orientation/ScreenOrientationController.cpp', |
654 'screen_orientation/ScreenOrientationController.h', | 654 'screen_orientation/ScreenOrientationController.h', |
| 655 'screen_orientation/ScreenOrientationDispatcher.cpp', |
| 656 'screen_orientation/ScreenOrientationDispatcher.h', |
655 'serviceworkers/CacheStorage.cpp', | 657 'serviceworkers/CacheStorage.cpp', |
656 'serviceworkers/CacheStorage.h', | 658 'serviceworkers/CacheStorage.h', |
657 'serviceworkers/Client.cpp', | 659 'serviceworkers/Client.cpp', |
658 'serviceworkers/Client.h', | 660 'serviceworkers/Client.h', |
659 'serviceworkers/FetchBodyStream.cpp', | 661 'serviceworkers/FetchBodyStream.cpp', |
660 'serviceworkers/FetchBodyStream.h', | 662 'serviceworkers/FetchBodyStream.h', |
661 'serviceworkers/FetchEvent.cpp', | 663 'serviceworkers/FetchEvent.cpp', |
662 'serviceworkers/FetchEvent.h', | 664 'serviceworkers/FetchEvent.h', |
663 'serviceworkers/FetchHeaderList.cpp', | 665 'serviceworkers/FetchHeaderList.cpp', |
664 'serviceworkers/FetchHeaderList.h', | 666 'serviceworkers/FetchHeaderList.h', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
995 'serviceworkers/ServiceWorkerContainerTest.cpp', | 997 'serviceworkers/ServiceWorkerContainerTest.cpp', |
996 'websockets/DOMWebSocketTest.cpp', | 998 'websockets/DOMWebSocketTest.cpp', |
997 'websockets/NewWebSocketChannelImplTest.cpp', | 999 'websockets/NewWebSocketChannelImplTest.cpp', |
998 'websockets/WebSocketDeflaterTest.cpp', | 1000 'websockets/WebSocketDeflaterTest.cpp', |
999 'websockets/WebSocketExtensionDispatcherTest.cpp', | 1001 'websockets/WebSocketExtensionDispatcherTest.cpp', |
1000 'websockets/WebSocketExtensionParserTest.cpp', | 1002 'websockets/WebSocketExtensionParserTest.cpp', |
1001 'websockets/WebSocketPerMessageDeflateTest.cpp', | 1003 'websockets/WebSocketPerMessageDeflateTest.cpp', |
1002 ], | 1004 ], |
1003 }, | 1005 }, |
1004 } | 1006 } |
OLD | NEW |