| 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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 'websockets/CloseEvent.h', | 1008 'websockets/CloseEvent.h', |
| 1009 'websockets/DOMWebSocket.cpp', | 1009 'websockets/DOMWebSocket.cpp', |
| 1010 'websockets/DOMWebSocket.h', | 1010 'websockets/DOMWebSocket.h', |
| 1011 'websockets/DocumentWebSocketChannel.cpp', | 1011 'websockets/DocumentWebSocketChannel.cpp', |
| 1012 'websockets/DocumentWebSocketChannel.h', | 1012 'websockets/DocumentWebSocketChannel.h', |
| 1013 'websockets/WebSocketChannel.cpp', | 1013 'websockets/WebSocketChannel.cpp', |
| 1014 'websockets/WebSocketChannel.h', | 1014 'websockets/WebSocketChannel.h', |
| 1015 'websockets/WebSocketChannelClient.h', | 1015 'websockets/WebSocketChannelClient.h', |
| 1016 'websockets/WebSocketFrame.cpp', | 1016 'websockets/WebSocketFrame.cpp', |
| 1017 'websockets/WebSocketFrame.h', | 1017 'websockets/WebSocketFrame.h', |
| 1018 'websockets/WorkerThreadableWebSocketChannel.cpp', | 1018 'websockets/WorkerWebSocketChannel.cpp', |
| 1019 'websockets/WorkerThreadableWebSocketChannel.h', | 1019 'websockets/WorkerWebSocketChannel.h', |
| 1020 ], | 1020 ], |
| 1021 # 'partial interface' or target (right side of) 'implements' | 1021 # 'partial interface' or target (right side of) 'implements' |
| 1022 'modules_testing_dependency_idl_files' : [ | 1022 'modules_testing_dependency_idl_files' : [ |
| 1023 'geolocation/testing/InternalsGeolocation.idl', | 1023 'geolocation/testing/InternalsGeolocation.idl', |
| 1024 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1024 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1025 'speech/testing/InternalsSpeechSynthesis.idl', | 1025 'speech/testing/InternalsSpeechSynthesis.idl', |
| 1026 'vibration/testing/InternalsVibration.idl', | 1026 'vibration/testing/InternalsVibration.idl', |
| 1027 ], | 1027 ], |
| 1028 'modules_testing_files': [ | 1028 'modules_testing_files': [ |
| 1029 'geolocation/testing/GeolocationClientMock.cpp', | 1029 'geolocation/testing/GeolocationClientMock.cpp', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 1049 'serviceworkers/CacheTest.cpp', | 1049 'serviceworkers/CacheTest.cpp', |
| 1050 'serviceworkers/FetchResponseDataTest.cpp', | 1050 'serviceworkers/FetchResponseDataTest.cpp', |
| 1051 'serviceworkers/RequestTest.cpp', | 1051 'serviceworkers/RequestTest.cpp', |
| 1052 'serviceworkers/ResponseTest.cpp', | 1052 'serviceworkers/ResponseTest.cpp', |
| 1053 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1053 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1054 'websockets/DOMWebSocketTest.cpp', | 1054 'websockets/DOMWebSocketTest.cpp', |
| 1055 'websockets/DocumentWebSocketChannelTest.cpp', | 1055 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1056 ], | 1056 ], |
| 1057 }, | 1057 }, |
| 1058 } | 1058 } |
| OLD | NEW |