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

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

Issue 1806253002: Added Web Share (navigator.share) experimental web API (stub). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add argument names. Created 4 years, 5 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'srcobject/HTMLMediaElementSrcObject.idl', 403 'srcobject/HTMLMediaElementSrcObject.idl',
404 'storage/WindowStorage.idl', 404 'storage/WindowStorage.idl',
405 'vibration/NavigatorVibration.idl', 405 'vibration/NavigatorVibration.idl',
406 'vr/NavigatorVR.idl', 406 'vr/NavigatorVR.idl',
407 'wake_lock/ScreenWakeLock.idl', 407 'wake_lock/ScreenWakeLock.idl',
408 'webaudio/WindowWebAudio.idl', 408 'webaudio/WindowWebAudio.idl',
409 'webdatabase/WindowWebDatabase.idl', 409 'webdatabase/WindowWebDatabase.idl',
410 'webgl/WebGL2RenderingContextBase.idl', 410 'webgl/WebGL2RenderingContextBase.idl',
411 'webgl/WebGLRenderingContextBase.idl', 411 'webgl/WebGLRenderingContextBase.idl',
412 'webmidi/NavigatorWebMIDI.idl', 412 'webmidi/NavigatorWebMIDI.idl',
413 'webshare/NavigatorShare.idl',
413 'webusb/NavigatorUSB.idl', 414 'webusb/NavigatorUSB.idl',
414 ], 415 ],
415 # interfaces that inherit from Event 416 # interfaces that inherit from Event
416 'modules_event_idl_files': [ 417 'modules_event_idl_files': [
417 'app_banner/BeforeInstallPromptEvent.idl', 418 'app_banner/BeforeInstallPromptEvent.idl',
418 'background_sync/SyncEvent.idl', 419 'background_sync/SyncEvent.idl',
419 'device_light/DeviceLightEvent.idl', 420 'device_light/DeviceLightEvent.idl',
420 'device_orientation/DeviceMotionEvent.idl', 421 'device_orientation/DeviceMotionEvent.idl',
421 'device_orientation/DeviceOrientationEvent.idl', 422 'device_orientation/DeviceOrientationEvent.idl',
422 'encryptedmedia/MediaEncryptedEvent.idl', 423 'encryptedmedia/MediaEncryptedEvent.idl',
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 'webmidi/MIDIMessageEvent.h', 1930 'webmidi/MIDIMessageEvent.h',
1930 'webmidi/MIDIPortMap.h', 1931 'webmidi/MIDIPortMap.h',
1931 'webmidi/MIDIOutput.cpp', 1932 'webmidi/MIDIOutput.cpp',
1932 'webmidi/MIDIOutput.h', 1933 'webmidi/MIDIOutput.h',
1933 'webmidi/MIDIOutputMap.cpp', 1934 'webmidi/MIDIOutputMap.cpp',
1934 'webmidi/MIDIOutputMap.h', 1935 'webmidi/MIDIOutputMap.h',
1935 'webmidi/MIDIPort.cpp', 1936 'webmidi/MIDIPort.cpp',
1936 'webmidi/MIDIPort.h', 1937 'webmidi/MIDIPort.h',
1937 'webmidi/NavigatorWebMIDI.cpp', 1938 'webmidi/NavigatorWebMIDI.cpp',
1938 'webmidi/NavigatorWebMIDI.h', 1939 'webmidi/NavigatorWebMIDI.h',
1940 'webshare/NavigatorShare.cpp',
1941 'webshare/NavigatorShare.h',
1939 'websockets/CloseEvent.cpp', 1942 'websockets/CloseEvent.cpp',
1940 'websockets/CloseEvent.h', 1943 'websockets/CloseEvent.h',
1941 'websockets/DOMWebSocket.cpp', 1944 'websockets/DOMWebSocket.cpp',
1942 'websockets/DOMWebSocket.h', 1945 'websockets/DOMWebSocket.h',
1943 'websockets/DocumentWebSocketChannel.cpp', 1946 'websockets/DocumentWebSocketChannel.cpp',
1944 'websockets/DocumentWebSocketChannel.h', 1947 'websockets/DocumentWebSocketChannel.h',
1945 'websockets/InspectorWebSocketEvents.cpp', 1948 'websockets/InspectorWebSocketEvents.cpp',
1946 'websockets/InspectorWebSocketEvents.h', 1949 'websockets/InspectorWebSocketEvents.h',
1947 'websockets/WebSocketChannel.cpp', 1950 'websockets/WebSocketChannel.cpp',
1948 'websockets/WebSocketChannel.h', 1951 'websockets/WebSocketChannel.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 'webaudio/ConvolverNodeTest.cpp', 2062 'webaudio/ConvolverNodeTest.cpp',
2060 'webaudio/DynamicsCompressorNodeTest.cpp', 2063 'webaudio/DynamicsCompressorNodeTest.cpp',
2061 'webaudio/ScriptProcessorNodeTest.cpp', 2064 'webaudio/ScriptProcessorNodeTest.cpp',
2062 'webaudio/StereoPannerNodeTest.cpp', 2065 'webaudio/StereoPannerNodeTest.cpp',
2063 'webdatabase/QuotaTrackerTest.cpp', 2066 'webdatabase/QuotaTrackerTest.cpp',
2064 'websockets/DOMWebSocketTest.cpp', 2067 'websockets/DOMWebSocketTest.cpp',
2065 'websockets/DocumentWebSocketChannelTest.cpp', 2068 'websockets/DocumentWebSocketChannelTest.cpp',
2066 ], 2069 ],
2067 }, 2070 },
2068 } 2071 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/webshare/share-types.html ('k') | third_party/WebKit/Source/modules/webshare/NavigatorShare.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698