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 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1900 'webusb/NavigatorUSB.cpp', | 1900 'webusb/NavigatorUSB.cpp', |
1901 'webusb/NavigatorUSB.h', | 1901 'webusb/NavigatorUSB.h', |
1902 'webusb/USB.cpp', | 1902 'webusb/USB.cpp', |
1903 'webusb/USB.h', | 1903 'webusb/USB.h', |
1904 'webusb/USBAlternateInterface.cpp', | 1904 'webusb/USBAlternateInterface.cpp', |
1905 'webusb/USBAlternateInterface.h', | 1905 'webusb/USBAlternateInterface.h', |
1906 'webusb/USBConfiguration.cpp', | 1906 'webusb/USBConfiguration.cpp', |
1907 'webusb/USBConfiguration.h', | 1907 'webusb/USBConfiguration.h', |
1908 'webusb/USBConnectionEvent.cpp', | 1908 'webusb/USBConnectionEvent.cpp', |
1909 'webusb/USBConnectionEvent.h', | 1909 'webusb/USBConnectionEvent.h', |
1910 'webusb/USBController.cpp', | |
1911 'webusb/USBController.h', | |
1912 'webusb/USBDevice.cpp', | 1910 'webusb/USBDevice.cpp', |
1913 'webusb/USBDevice.h', | 1911 'webusb/USBDevice.h', |
1914 'webusb/USBEndpoint.cpp', | 1912 'webusb/USBEndpoint.cpp', |
1915 'webusb/USBEndpoint.h', | 1913 'webusb/USBEndpoint.h', |
1916 'webusb/USBError.cpp', | |
1917 'webusb/USBError.h', | |
1918 'webusb/USBInTransferResult.h', | 1914 'webusb/USBInTransferResult.h', |
1919 'webusb/USBInterface.cpp', | 1915 'webusb/USBInterface.cpp', |
1920 'webusb/USBInterface.h', | 1916 'webusb/USBInterface.h', |
1921 'webusb/USBIsochronousInTransferPacket.h', | 1917 'webusb/USBIsochronousInTransferPacket.h', |
1922 'webusb/USBIsochronousInTransferResult.h', | 1918 'webusb/USBIsochronousInTransferResult.h', |
1923 'webusb/USBIsochronousOutTransferPacket.h', | 1919 'webusb/USBIsochronousOutTransferPacket.h', |
1924 'webusb/USBIsochronousOutTransferResult.h', | 1920 'webusb/USBIsochronousOutTransferResult.h', |
1925 'webusb/USBOutTransferResult.h', | 1921 'webusb/USBOutTransferResult.h', |
1926 'worklet/Worklet.cpp', | 1922 'worklet/Worklet.cpp', |
1927 'worklet/Worklet.h', | 1923 'worklet/Worklet.h', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2009 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
2010 'webaudio/ConvolverNodeTest.cpp', | 2006 'webaudio/ConvolverNodeTest.cpp', |
2011 'webaudio/DynamicsCompressorNodeTest.cpp', | 2007 'webaudio/DynamicsCompressorNodeTest.cpp', |
2012 'webaudio/ScriptProcessorNodeTest.cpp', | 2008 'webaudio/ScriptProcessorNodeTest.cpp', |
2013 'webaudio/StereoPannerNodeTest.cpp', | 2009 'webaudio/StereoPannerNodeTest.cpp', |
2014 'websockets/DOMWebSocketTest.cpp', | 2010 'websockets/DOMWebSocketTest.cpp', |
2015 'websockets/DocumentWebSocketChannelTest.cpp', | 2011 'websockets/DocumentWebSocketChannelTest.cpp', |
2016 ], | 2012 ], |
2017 }, | 2013 }, |
2018 } | 2014 } |
OLD | NEW |