| 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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1444 'websockets/WebSocketChannel.cpp', | 1444 'websockets/WebSocketChannel.cpp', |
| 1445 'websockets/WebSocketChannel.h', | 1445 'websockets/WebSocketChannel.h', |
| 1446 'websockets/WebSocketChannelClient.h', | 1446 'websockets/WebSocketChannelClient.h', |
| 1447 'websockets/WebSocketFrame.cpp', | 1447 'websockets/WebSocketFrame.cpp', |
| 1448 'websockets/WebSocketFrame.h', | 1448 'websockets/WebSocketFrame.h', |
| 1449 'websockets/WorkerWebSocketChannel.cpp', | 1449 'websockets/WorkerWebSocketChannel.cpp', |
| 1450 'websockets/WorkerWebSocketChannel.h', | 1450 'websockets/WorkerWebSocketChannel.h', |
| 1451 ], | 1451 ], |
| 1452 # 'partial interface' or target (right side of) 'implements' | 1452 # 'partial interface' or target (right side of) 'implements' |
| 1453 'modules_testing_dependency_idl_files' : [ | 1453 'modules_testing_dependency_idl_files' : [ |
| 1454 'accessibility/testing/InternalsAccessibility.idl', |
| 1454 'geolocation/testing/InternalsGeolocation.idl', | 1455 'geolocation/testing/InternalsGeolocation.idl', |
| 1455 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1456 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1456 'serviceworkers/testing/InternalsServiceWorker.idl', | 1457 'serviceworkers/testing/InternalsServiceWorker.idl', |
| 1457 'speech/testing/InternalsSpeechSynthesis.idl', | 1458 'speech/testing/InternalsSpeechSynthesis.idl', |
| 1458 'vibration/testing/InternalsVibration.idl', | 1459 'vibration/testing/InternalsVibration.idl', |
| 1459 'webaudio/testing/InternalsWebAudio.idl', | 1460 'webaudio/testing/InternalsWebAudio.idl', |
| 1460 ], | 1461 ], |
| 1461 'modules_testing_files': [ | 1462 'modules_testing_files': [ |
| 1463 'accessibility/testing/InternalsAccessibility.cpp', |
| 1464 'accessibility/testing/InternalsAccessibility.h', |
| 1462 'geolocation/testing/GeolocationClientMock.cpp', | 1465 'geolocation/testing/GeolocationClientMock.cpp', |
| 1463 'geolocation/testing/GeolocationClientMock.h', | 1466 'geolocation/testing/GeolocationClientMock.h', |
| 1464 'geolocation/testing/InternalsGeolocation.cpp', | 1467 'geolocation/testing/InternalsGeolocation.cpp', |
| 1465 'geolocation/testing/InternalsGeolocation.h', | 1468 'geolocation/testing/InternalsGeolocation.h', |
| 1466 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', | 1469 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', |
| 1467 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', | 1470 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', |
| 1468 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', | 1471 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', |
| 1469 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', | 1472 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', |
| 1470 'serviceworkers/testing/InternalsServiceWorker.cpp', | 1473 'serviceworkers/testing/InternalsServiceWorker.cpp', |
| 1471 'serviceworkers/testing/InternalsServiceWorker.h', | 1474 'serviceworkers/testing/InternalsServiceWorker.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1500 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1503 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1501 'webaudio/ConvolverNodeTest.cpp', | 1504 'webaudio/ConvolverNodeTest.cpp', |
| 1502 'webaudio/DynamicsCompressorNodeTest.cpp', | 1505 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1503 'webaudio/ScriptProcessorNodeTest.cpp', | 1506 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1504 'webaudio/StereoPannerNodeTest.cpp', | 1507 'webaudio/StereoPannerNodeTest.cpp', |
| 1505 'websockets/DOMWebSocketTest.cpp', | 1508 'websockets/DOMWebSocketTest.cpp', |
| 1506 'websockets/DocumentWebSocketChannelTest.cpp', | 1509 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1507 ], | 1510 ], |
| 1508 }, | 1511 }, |
| 1509 } | 1512 } |
| OLD | NEW |