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

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

Issue 2116763002: Reland: Web MIDI: use mojom::blink::PermissionService directly to ask permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for second attempt Created 4 years, 4 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 1905 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 'webgl/WebGLVertexArrayObjectBase.h', 1916 'webgl/WebGLVertexArrayObjectBase.h',
1917 'webgl/WebGLVertexArrayObjectOES.cpp', 1917 'webgl/WebGLVertexArrayObjectOES.cpp',
1918 'webgl/WebGLVertexArrayObjectOES.h', 1918 'webgl/WebGLVertexArrayObjectOES.h',
1919 'webmidi/MIDIAccess.cpp', 1919 'webmidi/MIDIAccess.cpp',
1920 'webmidi/MIDIAccess.h', 1920 'webmidi/MIDIAccess.h',
1921 'webmidi/MIDIAccessInitializer.cpp', 1921 'webmidi/MIDIAccessInitializer.cpp',
1922 'webmidi/MIDIAccessInitializer.h', 1922 'webmidi/MIDIAccessInitializer.h',
1923 'webmidi/MIDIAccessor.cpp', 1923 'webmidi/MIDIAccessor.cpp',
1924 'webmidi/MIDIAccessor.h', 1924 'webmidi/MIDIAccessor.h',
1925 'webmidi/MIDIAccessorClient.h', 1925 'webmidi/MIDIAccessorClient.h',
1926 'webmidi/MIDIClient.h',
1927 'webmidi/MIDIConnectionEvent.cpp', 1926 'webmidi/MIDIConnectionEvent.cpp',
1928 'webmidi/MIDIConnectionEvent.h', 1927 'webmidi/MIDIConnectionEvent.h',
1929 'webmidi/MIDIController.cpp',
1930 'webmidi/MIDIController.h',
1931 'webmidi/MIDIInput.cpp', 1928 'webmidi/MIDIInput.cpp',
1932 'webmidi/MIDIInput.h', 1929 'webmidi/MIDIInput.h',
1933 'webmidi/MIDIInputMap.cpp', 1930 'webmidi/MIDIInputMap.cpp',
1934 'webmidi/MIDIInputMap.h', 1931 'webmidi/MIDIInputMap.h',
1935 'webmidi/MIDIMessageEvent.cpp', 1932 'webmidi/MIDIMessageEvent.cpp',
1936 'webmidi/MIDIMessageEvent.h', 1933 'webmidi/MIDIMessageEvent.h',
1937 'webmidi/MIDIPortMap.h', 1934 'webmidi/MIDIPortMap.h',
1938 'webmidi/MIDIOutput.cpp', 1935 'webmidi/MIDIOutput.cpp',
1939 'webmidi/MIDIOutput.h', 1936 'webmidi/MIDIOutput.h',
1940 'webmidi/MIDIOutputMap.cpp', 1937 'webmidi/MIDIOutputMap.cpp',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 'webaudio/ConvolverNodeTest.cpp', 2067 'webaudio/ConvolverNodeTest.cpp',
2071 'webaudio/DynamicsCompressorNodeTest.cpp', 2068 'webaudio/DynamicsCompressorNodeTest.cpp',
2072 'webaudio/ScriptProcessorNodeTest.cpp', 2069 'webaudio/ScriptProcessorNodeTest.cpp',
2073 'webaudio/StereoPannerNodeTest.cpp', 2070 'webaudio/StereoPannerNodeTest.cpp',
2074 'webdatabase/QuotaTrackerTest.cpp', 2071 'webdatabase/QuotaTrackerTest.cpp',
2075 'websockets/DOMWebSocketTest.cpp', 2072 'websockets/DOMWebSocketTest.cpp',
2076 'websockets/DocumentWebSocketChannelTest.cpp', 2073 'websockets/DocumentWebSocketChannelTest.cpp',
2077 ], 2074 ],
2078 }, 2075 },
2079 } 2076 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/webmidi/send-messages.html ('k') | third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698