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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 ], | 966 ], |
967 'modules_testing_files': [ | 967 'modules_testing_files': [ |
968 'geolocation/testing/GeolocationClientMock.cpp', | 968 'geolocation/testing/GeolocationClientMock.cpp', |
969 'geolocation/testing/GeolocationClientMock.h', | 969 'geolocation/testing/GeolocationClientMock.h', |
970 'geolocation/testing/InternalsGeolocation.cpp', | 970 'geolocation/testing/InternalsGeolocation.cpp', |
971 'geolocation/testing/InternalsGeolocation.h', | 971 'geolocation/testing/InternalsGeolocation.h', |
972 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', | 972 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', |
973 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', | 973 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', |
974 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', | 974 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', |
975 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', | 975 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', |
| 976 'serviceworkers/MockWebServiceWorkerClient.h', |
976 'speech/testing/InternalsSpeechSynthesis.cpp', | 977 'speech/testing/InternalsSpeechSynthesis.cpp', |
977 'speech/testing/InternalsSpeechSynthesis.h', | 978 'speech/testing/InternalsSpeechSynthesis.h', |
978 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 979 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
979 'speech/testing/PlatformSpeechSynthesizerMock.h', | 980 'speech/testing/PlatformSpeechSynthesizerMock.h', |
980 'vibration/testing/InternalsVibration.cpp', | 981 'vibration/testing/InternalsVibration.cpp', |
981 'vibration/testing/InternalsVibration.h', | 982 'vibration/testing/InternalsVibration.h', |
982 ], | 983 ], |
983 'modules_unittest_files': [ | 984 'modules_unittest_files': [ |
984 'indexeddb/IDBKeyPathTest.cpp', | 985 'indexeddb/IDBKeyPathTest.cpp', |
985 'indexeddb/IDBRequestTest.cpp', | 986 'indexeddb/IDBRequestTest.cpp', |
986 'indexeddb/IDBTransactionTest.cpp', | 987 'indexeddb/IDBTransactionTest.cpp', |
| 988 'serviceworkers/ServiceWorkerContainerTest.cpp', |
987 'websockets/DOMWebSocketTest.cpp', | 989 'websockets/DOMWebSocketTest.cpp', |
988 'websockets/WebSocketDeflaterTest.cpp', | 990 'websockets/WebSocketDeflaterTest.cpp', |
989 'websockets/WebSocketExtensionDispatcherTest.cpp', | 991 'websockets/WebSocketExtensionDispatcherTest.cpp', |
990 'websockets/WebSocketExtensionParserTest.cpp', | 992 'websockets/WebSocketExtensionParserTest.cpp', |
991 'websockets/WebSocketPerMessageDeflateTest.cpp', | 993 'websockets/WebSocketPerMessageDeflateTest.cpp', |
992 ], | 994 ], |
993 }, | 995 }, |
994 } | 996 } |
OLD | NEW |