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

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

Issue 2211693002: Update navigator.share API to match draft specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webshare/NavigatorShare.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'storage/WindowStorage.idl', 406 'storage/WindowStorage.idl',
407 'vibration/NavigatorVibration.idl', 407 'vibration/NavigatorVibration.idl',
408 'vr/NavigatorVR.idl', 408 'vr/NavigatorVR.idl',
409 'wake_lock/ScreenWakeLock.idl', 409 'wake_lock/ScreenWakeLock.idl',
410 'webaudio/WindowWebAudio.idl', 410 'webaudio/WindowWebAudio.idl',
411 'webdatabase/WindowWebDatabase.idl', 411 'webdatabase/WindowWebDatabase.idl',
412 'webgl/WebGL2RenderingContextBase.idl', 412 'webgl/WebGL2RenderingContextBase.idl',
413 'webgl/WebGLRenderingContextBase.idl', 413 'webgl/WebGLRenderingContextBase.idl',
414 'webmidi/NavigatorWebMIDI.idl', 414 'webmidi/NavigatorWebMIDI.idl',
415 'webshare/NavigatorShare.idl', 415 'webshare/NavigatorShare.idl',
416 'webshare/ShareData.idl',
416 'webusb/NavigatorUSB.idl', 417 'webusb/NavigatorUSB.idl',
417 ], 418 ],
418 # interfaces that inherit from Event 419 # interfaces that inherit from Event
419 'modules_event_idl_files': [ 420 'modules_event_idl_files': [
420 'app_banner/BeforeInstallPromptEvent.idl', 421 'app_banner/BeforeInstallPromptEvent.idl',
421 'background_sync/SyncEvent.idl', 422 'background_sync/SyncEvent.idl',
422 'device_light/DeviceLightEvent.idl', 423 'device_light/DeviceLightEvent.idl',
423 'device_orientation/DeviceMotionEvent.idl', 424 'device_orientation/DeviceMotionEvent.idl',
424 'device_orientation/DeviceOrientationEvent.idl', 425 'device_orientation/DeviceOrientationEvent.idl',
425 'encryptedmedia/MediaEncryptedEvent.idl', 426 'encryptedmedia/MediaEncryptedEvent.idl',
(...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 'webmidi/MIDIOutput.cpp', 1936 'webmidi/MIDIOutput.cpp',
1936 'webmidi/MIDIOutput.h', 1937 'webmidi/MIDIOutput.h',
1937 'webmidi/MIDIOutputMap.cpp', 1938 'webmidi/MIDIOutputMap.cpp',
1938 'webmidi/MIDIOutputMap.h', 1939 'webmidi/MIDIOutputMap.h',
1939 'webmidi/MIDIPort.cpp', 1940 'webmidi/MIDIPort.cpp',
1940 'webmidi/MIDIPort.h', 1941 'webmidi/MIDIPort.h',
1941 'webmidi/NavigatorWebMIDI.cpp', 1942 'webmidi/NavigatorWebMIDI.cpp',
1942 'webmidi/NavigatorWebMIDI.h', 1943 'webmidi/NavigatorWebMIDI.h',
1943 'webshare/NavigatorShare.cpp', 1944 'webshare/NavigatorShare.cpp',
1944 'webshare/NavigatorShare.h', 1945 'webshare/NavigatorShare.h',
1946 'webshare/ShareData.cpp',
1947 'webshare/ShareData.h',
1945 'websockets/CloseEvent.cpp', 1948 'websockets/CloseEvent.cpp',
1946 'websockets/CloseEvent.h', 1949 'websockets/CloseEvent.h',
1947 'websockets/DOMWebSocket.cpp', 1950 'websockets/DOMWebSocket.cpp',
1948 'websockets/DOMWebSocket.h', 1951 'websockets/DOMWebSocket.h',
1949 'websockets/DocumentWebSocketChannel.cpp', 1952 'websockets/DocumentWebSocketChannel.cpp',
1950 'websockets/DocumentWebSocketChannel.h', 1953 'websockets/DocumentWebSocketChannel.h',
1951 'websockets/InspectorWebSocketEvents.cpp', 1954 'websockets/InspectorWebSocketEvents.cpp',
1952 'websockets/InspectorWebSocketEvents.h', 1955 'websockets/InspectorWebSocketEvents.h',
1953 'websockets/WebSocketChannel.cpp', 1956 'websockets/WebSocketChannel.cpp',
1954 'websockets/WebSocketChannel.h', 1957 'websockets/WebSocketChannel.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 'webaudio/ConvolverNodeTest.cpp', 2071 'webaudio/ConvolverNodeTest.cpp',
2069 'webaudio/DynamicsCompressorNodeTest.cpp', 2072 'webaudio/DynamicsCompressorNodeTest.cpp',
2070 'webaudio/ScriptProcessorNodeTest.cpp', 2073 'webaudio/ScriptProcessorNodeTest.cpp',
2071 'webaudio/StereoPannerNodeTest.cpp', 2074 'webaudio/StereoPannerNodeTest.cpp',
2072 'webdatabase/QuotaTrackerTest.cpp', 2075 'webdatabase/QuotaTrackerTest.cpp',
2073 'websockets/DOMWebSocketTest.cpp', 2076 'websockets/DOMWebSocketTest.cpp',
2074 'websockets/DocumentWebSocketChannelTest.cpp', 2077 'websockets/DocumentWebSocketChannelTest.cpp',
2075 ], 2078 ],
2076 }, 2079 },
2077 } 2080 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webshare/NavigatorShare.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698