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

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: Rebase. 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'srcobject/HTMLMediaElementSrcObject.idl', 399 'srcobject/HTMLMediaElementSrcObject.idl',
400 'storage/WindowStorage.idl', 400 'storage/WindowStorage.idl',
401 'vibration/NavigatorVibration.idl', 401 'vibration/NavigatorVibration.idl',
402 'vr/NavigatorVR.idl', 402 'vr/NavigatorVR.idl',
403 'wake_lock/ScreenWakeLock.idl', 403 'wake_lock/ScreenWakeLock.idl',
404 'webaudio/WindowWebAudio.idl', 404 'webaudio/WindowWebAudio.idl',
405 'webdatabase/WindowWebDatabase.idl', 405 'webdatabase/WindowWebDatabase.idl',
406 'webgl/WebGL2RenderingContextBase.idl', 406 'webgl/WebGL2RenderingContextBase.idl',
407 'webgl/WebGLRenderingContextBase.idl', 407 'webgl/WebGLRenderingContextBase.idl',
408 'webmidi/NavigatorWebMIDI.idl', 408 'webmidi/NavigatorWebMIDI.idl',
409 'webshare/NavigatorShare.idl',
409 'webusb/NavigatorUSB.idl', 410 'webusb/NavigatorUSB.idl',
410 ], 411 ],
411 # interfaces that inherit from Event 412 # interfaces that inherit from Event
412 'modules_event_idl_files': [ 413 'modules_event_idl_files': [
413 'app_banner/BeforeInstallPromptEvent.idl', 414 'app_banner/BeforeInstallPromptEvent.idl',
414 'background_sync/SyncEvent.idl', 415 'background_sync/SyncEvent.idl',
415 'device_light/DeviceLightEvent.idl', 416 'device_light/DeviceLightEvent.idl',
416 'device_orientation/DeviceMotionEvent.idl', 417 'device_orientation/DeviceMotionEvent.idl',
417 'device_orientation/DeviceOrientationEvent.idl', 418 'device_orientation/DeviceOrientationEvent.idl',
418 'encryptedmedia/MediaEncryptedEvent.idl', 419 'encryptedmedia/MediaEncryptedEvent.idl',
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 'webmidi/MIDIMessageEvent.h', 1910 'webmidi/MIDIMessageEvent.h',
1910 'webmidi/MIDIPortMap.h', 1911 'webmidi/MIDIPortMap.h',
1911 'webmidi/MIDIOutput.cpp', 1912 'webmidi/MIDIOutput.cpp',
1912 'webmidi/MIDIOutput.h', 1913 'webmidi/MIDIOutput.h',
1913 'webmidi/MIDIOutputMap.cpp', 1914 'webmidi/MIDIOutputMap.cpp',
1914 'webmidi/MIDIOutputMap.h', 1915 'webmidi/MIDIOutputMap.h',
1915 'webmidi/MIDIPort.cpp', 1916 'webmidi/MIDIPort.cpp',
1916 'webmidi/MIDIPort.h', 1917 'webmidi/MIDIPort.h',
1917 'webmidi/NavigatorWebMIDI.cpp', 1918 'webmidi/NavigatorWebMIDI.cpp',
1918 'webmidi/NavigatorWebMIDI.h', 1919 'webmidi/NavigatorWebMIDI.h',
1920 'webshare/NavigatorShare.cpp',
1921 'webshare/NavigatorShare.h',
1919 'websockets/CloseEvent.cpp', 1922 'websockets/CloseEvent.cpp',
1920 'websockets/CloseEvent.h', 1923 'websockets/CloseEvent.h',
1921 'websockets/DOMWebSocket.cpp', 1924 'websockets/DOMWebSocket.cpp',
1922 'websockets/DOMWebSocket.h', 1925 'websockets/DOMWebSocket.h',
1923 'websockets/DocumentWebSocketChannel.cpp', 1926 'websockets/DocumentWebSocketChannel.cpp',
1924 'websockets/DocumentWebSocketChannel.h', 1927 'websockets/DocumentWebSocketChannel.h',
1925 'websockets/InspectorWebSocketEvents.cpp', 1928 'websockets/InspectorWebSocketEvents.cpp',
1926 'websockets/InspectorWebSocketEvents.h', 1929 'websockets/InspectorWebSocketEvents.h',
1927 'websockets/WebSocketChannel.cpp', 1930 'websockets/WebSocketChannel.cpp',
1928 'websockets/WebSocketChannel.h', 1931 'websockets/WebSocketChannel.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 'webaudio/ConvolverNodeTest.cpp', 2041 'webaudio/ConvolverNodeTest.cpp',
2039 'webaudio/DynamicsCompressorNodeTest.cpp', 2042 'webaudio/DynamicsCompressorNodeTest.cpp',
2040 'webaudio/ScriptProcessorNodeTest.cpp', 2043 'webaudio/ScriptProcessorNodeTest.cpp',
2041 'webaudio/StereoPannerNodeTest.cpp', 2044 'webaudio/StereoPannerNodeTest.cpp',
2042 'webdatabase/QuotaTrackerTest.cpp', 2045 'webdatabase/QuotaTrackerTest.cpp',
2043 'websockets/DOMWebSocketTest.cpp', 2046 'websockets/DOMWebSocketTest.cpp',
2044 'websockets/DocumentWebSocketChannelTest.cpp', 2047 'websockets/DocumentWebSocketChannelTest.cpp',
2045 ], 2048 ],
2046 }, 2049 },
2047 } 2050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698