Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1850023002: Consume Mojo services directly in Blink's WebUSB implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 'webusb/NavigatorUSB.cpp', 1873 'webusb/NavigatorUSB.cpp',
1874 'webusb/NavigatorUSB.h', 1874 'webusb/NavigatorUSB.h',
1875 'webusb/USB.cpp', 1875 'webusb/USB.cpp',
1876 'webusb/USB.h', 1876 'webusb/USB.h',
1877 'webusb/USBAlternateInterface.cpp', 1877 'webusb/USBAlternateInterface.cpp',
1878 'webusb/USBAlternateInterface.h', 1878 'webusb/USBAlternateInterface.h',
1879 'webusb/USBConfiguration.cpp', 1879 'webusb/USBConfiguration.cpp',
1880 'webusb/USBConfiguration.h', 1880 'webusb/USBConfiguration.h',
1881 'webusb/USBConnectionEvent.cpp', 1881 'webusb/USBConnectionEvent.cpp',
1882 'webusb/USBConnectionEvent.h', 1882 'webusb/USBConnectionEvent.h',
1883 'webusb/USBController.cpp',
1884 'webusb/USBController.h',
1885 'webusb/USBDevice.cpp', 1883 'webusb/USBDevice.cpp',
1886 'webusb/USBDevice.h', 1884 'webusb/USBDevice.h',
1887 'webusb/USBEndpoint.cpp', 1885 'webusb/USBEndpoint.cpp',
1888 'webusb/USBEndpoint.h', 1886 'webusb/USBEndpoint.h',
1889 'webusb/USBError.cpp',
1890 'webusb/USBError.h',
1891 'webusb/USBInTransferResult.h', 1887 'webusb/USBInTransferResult.h',
1892 'webusb/USBInterface.cpp', 1888 'webusb/USBInterface.cpp',
1893 'webusb/USBInterface.h', 1889 'webusb/USBInterface.h',
1894 'webusb/USBIsochronousInTransferPacket.h', 1890 'webusb/USBIsochronousInTransferPacket.h',
1895 'webusb/USBIsochronousInTransferResult.h', 1891 'webusb/USBIsochronousInTransferResult.h',
1896 'webusb/USBIsochronousOutTransferPacket.h', 1892 'webusb/USBIsochronousOutTransferPacket.h',
1897 'webusb/USBIsochronousOutTransferResult.h', 1893 'webusb/USBIsochronousOutTransferResult.h',
1898 'webusb/USBOutTransferResult.h', 1894 'webusb/USBOutTransferResult.h',
1899 'worklet/Worklet.cpp', 1895 'worklet/Worklet.cpp',
1900 'worklet/Worklet.h', 1896 'worklet/Worklet.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1977 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1982 'webaudio/ConvolverNodeTest.cpp', 1978 'webaudio/ConvolverNodeTest.cpp',
1983 'webaudio/DynamicsCompressorNodeTest.cpp', 1979 'webaudio/DynamicsCompressorNodeTest.cpp',
1984 'webaudio/ScriptProcessorNodeTest.cpp', 1980 'webaudio/ScriptProcessorNodeTest.cpp',
1985 'webaudio/StereoPannerNodeTest.cpp', 1981 'webaudio/StereoPannerNodeTest.cpp',
1986 'websockets/DOMWebSocketTest.cpp', 1982 'websockets/DOMWebSocketTest.cpp',
1987 'websockets/DocumentWebSocketChannelTest.cpp', 1983 'websockets/DocumentWebSocketChannelTest.cpp',
1988 ], 1984 ],
1989 }, 1985 },
1990 } 1986 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698