| 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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1680 'websockets/WebSocketFrame.h', | 1680 'websockets/WebSocketFrame.h', |
| 1681 'websockets/WorkerWebSocketChannel.cpp', | 1681 'websockets/WorkerWebSocketChannel.cpp', |
| 1682 'websockets/WorkerWebSocketChannel.h', | 1682 'websockets/WorkerWebSocketChannel.h', |
| 1683 'webusb/NavigatorUSB.cpp', | 1683 'webusb/NavigatorUSB.cpp', |
| 1684 'webusb/NavigatorUSB.h', | 1684 'webusb/NavigatorUSB.h', |
| 1685 'webusb/USB.cpp', | 1685 'webusb/USB.cpp', |
| 1686 'webusb/USB.h', | 1686 'webusb/USB.h', |
| 1687 'webusb/USBController.cpp', | 1687 'webusb/USBController.cpp', |
| 1688 'webusb/USBController.h', | 1688 'webusb/USBController.h', |
| 1689 'webusb/USBDevice.h', | 1689 'webusb/USBDevice.h', |
| 1690 'webusb/USBError.cpp', |
| 1691 'webusb/USBError.h', |
| 1690 ], | 1692 ], |
| 1691 # 'partial interface' or target (right side of) 'implements' | 1693 # 'partial interface' or target (right side of) 'implements' |
| 1692 'modules_testing_dependency_idl_files' : [ | 1694 'modules_testing_dependency_idl_files' : [ |
| 1693 'accessibility/testing/InternalsAccessibility.idl', | 1695 'accessibility/testing/InternalsAccessibility.idl', |
| 1694 'geolocation/testing/InternalsGeolocation.idl', | 1696 'geolocation/testing/InternalsGeolocation.idl', |
| 1695 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1697 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1696 'serviceworkers/testing/InternalsServiceWorker.idl', | 1698 'serviceworkers/testing/InternalsServiceWorker.idl', |
| 1697 'speech/testing/InternalsSpeechSynthesis.idl', | 1699 'speech/testing/InternalsSpeechSynthesis.idl', |
| 1698 'vibration/testing/InternalsVibration.idl', | 1700 'vibration/testing/InternalsVibration.idl', |
| 1699 'webaudio/testing/InternalsWebAudio.idl', | 1701 'webaudio/testing/InternalsWebAudio.idl', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1747 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1749 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1748 'webaudio/ConvolverNodeTest.cpp', | 1750 'webaudio/ConvolverNodeTest.cpp', |
| 1749 'webaudio/DynamicsCompressorNodeTest.cpp', | 1751 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1750 'webaudio/ScriptProcessorNodeTest.cpp', | 1752 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1751 'webaudio/StereoPannerNodeTest.cpp', | 1753 'webaudio/StereoPannerNodeTest.cpp', |
| 1752 'websockets/DOMWebSocketTest.cpp', | 1754 'websockets/DOMWebSocketTest.cpp', |
| 1753 'websockets/DocumentWebSocketChannelTest.cpp', | 1755 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1754 ], | 1756 ], |
| 1755 }, | 1757 }, |
| 1756 } | 1758 } |
| OLD | NEW |