| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Experimental hooks for embedder to provide extra IDL and source files. | 3 # Experimental hooks for embedder to provide extra IDL and source files. |
| 4 # | 4 # |
| 5 # Note: this is not a supported API. If you rely on this, you will be broken | 5 # Note: this is not a supported API. If you rely on this, you will be broken |
| 6 # from time to time as the code generator changes in backward incompatible | 6 # from time to time as the code generator changes in backward incompatible |
| 7 # ways. | 7 # ways. |
| 8 'extra_blink_module_idl_files': [], | 8 'extra_blink_module_idl_files': [], |
| 9 'extra_blink_module_files': [], | 9 'extra_blink_module_files': [], |
| 10 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 'websockets/WebSocketHandshake.cpp', | 934 'websockets/WebSocketHandshake.cpp', |
| 935 'websockets/WebSocketHandshake.h', | 935 'websockets/WebSocketHandshake.h', |
| 936 'websockets/WebSocketPerMessageDeflate.cpp', | 936 'websockets/WebSocketPerMessageDeflate.cpp', |
| 937 'websockets/WebSocketPerMessageDeflate.h', | 937 'websockets/WebSocketPerMessageDeflate.h', |
| 938 'websockets/WorkerThreadableWebSocketChannel.cpp', | 938 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 939 'websockets/WorkerThreadableWebSocketChannel.h', | 939 'websockets/WorkerThreadableWebSocketChannel.h', |
| 940 ], | 940 ], |
| 941 # 'partial interface' or target (right side of) 'implements' | 941 # 'partial interface' or target (right side of) 'implements' |
| 942 'modules_testing_dependency_idl_files' : [ | 942 'modules_testing_dependency_idl_files' : [ |
| 943 'geolocation/testing/InternalsGeolocation.idl', | 943 'geolocation/testing/InternalsGeolocation.idl', |
| 944 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 944 'speech/testing/InternalsSpeechSynthesis.idl', | 945 'speech/testing/InternalsSpeechSynthesis.idl', |
| 945 'vibration/testing/InternalsVibration.idl', | 946 'vibration/testing/InternalsVibration.idl', |
| 946 ], | 947 ], |
| 947 'modules_testing_files': [ | 948 'modules_testing_files': [ |
| 948 'geolocation/testing/GeolocationClientMock.cpp', | 949 'geolocation/testing/GeolocationClientMock.cpp', |
| 949 'geolocation/testing/GeolocationClientMock.h', | 950 'geolocation/testing/GeolocationClientMock.h', |
| 950 'geolocation/testing/InternalsGeolocation.cpp', | 951 'geolocation/testing/InternalsGeolocation.cpp', |
| 951 'geolocation/testing/InternalsGeolocation.h', | 952 'geolocation/testing/InternalsGeolocation.h', |
| 953 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', |
| 954 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', |
| 955 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', |
| 956 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', |
| 952 'speech/testing/InternalsSpeechSynthesis.cpp', | 957 'speech/testing/InternalsSpeechSynthesis.cpp', |
| 953 'speech/testing/InternalsSpeechSynthesis.h', | 958 'speech/testing/InternalsSpeechSynthesis.h', |
| 954 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 959 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
| 955 'speech/testing/PlatformSpeechSynthesizerMock.h', | 960 'speech/testing/PlatformSpeechSynthesizerMock.h', |
| 956 'vibration/testing/InternalsVibration.cpp', | 961 'vibration/testing/InternalsVibration.cpp', |
| 957 'vibration/testing/InternalsVibration.h', | 962 'vibration/testing/InternalsVibration.h', |
| 958 ], | 963 ], |
| 959 'modules_unittest_files': [ | 964 'modules_unittest_files': [ |
| 960 'indexeddb/IDBKeyPathTest.cpp', | 965 'indexeddb/IDBKeyPathTest.cpp', |
| 961 'indexeddb/IDBRequestTest.cpp', | 966 'indexeddb/IDBRequestTest.cpp', |
| 962 'indexeddb/IDBTransactionTest.cpp', | 967 'indexeddb/IDBTransactionTest.cpp', |
| 963 'websockets/WebSocketDeflaterTest.cpp', | 968 'websockets/WebSocketDeflaterTest.cpp', |
| 964 'websockets/WebSocketExtensionDispatcherTest.cpp', | 969 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 965 'websockets/WebSocketExtensionParserTest.cpp', | 970 'websockets/WebSocketExtensionParserTest.cpp', |
| 966 'websockets/WebSocketPerMessageDeflateTest.cpp', | 971 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 967 'websockets/WebSocketTest.cpp', | 972 'websockets/WebSocketTest.cpp', |
| 968 ], | 973 ], |
| 969 }, | 974 }, |
| 970 } | 975 } |
| OLD | NEW |