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

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: Don't do assignments in if statements. 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 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gyp ('k') | third_party/WebKit/Source/modules/webusb/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698