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

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

Issue 22914026: [ABANDONED] Introduce blink-side bridges for the new WebSocket implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'webmidi/MIDIOutput.cpp', 714 'webmidi/MIDIOutput.cpp',
715 'webmidi/MIDIOutput.h', 715 'webmidi/MIDIOutput.h',
716 'webmidi/MIDIPort.cpp', 716 'webmidi/MIDIPort.cpp',
717 'webmidi/MIDIPort.h', 717 'webmidi/MIDIPort.h',
718 'webmidi/MIDISuccessCallback.h', 718 'webmidi/MIDISuccessCallback.h',
719 'webmidi/NavigatorWebMIDI.cpp', 719 'webmidi/NavigatorWebMIDI.cpp',
720 'webmidi/NavigatorWebMIDI.h', 720 'webmidi/NavigatorWebMIDI.h',
721 'websockets/CloseEvent.h', 721 'websockets/CloseEvent.h',
722 'websockets/MainThreadWebSocketChannel.cpp', 722 'websockets/MainThreadWebSocketChannel.cpp',
723 'websockets/MainThreadWebSocketChannel.h', 723 'websockets/MainThreadWebSocketChannel.h',
724 'websockets/NewWebSocketChannelImpl.cpp',
725 'websockets/NewWebSocketChannelImpl.h',
724 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 726 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
725 'websockets/ThreadableWebSocketChannelClientWrapper.h', 727 'websockets/ThreadableWebSocketChannelClientWrapper.h',
726 'websockets/WebSocket.cpp', 728 'websockets/WebSocket.cpp',
727 'websockets/WebSocket.h', 729 'websockets/WebSocket.h',
728 'websockets/WebSocketChannel.cpp', 730 'websockets/WebSocketChannel.cpp',
729 'websockets/WebSocketChannel.h', 731 'websockets/WebSocketChannel.h',
730 'websockets/WebSocketChannelClient.h', 732 'websockets/WebSocketChannelClient.h',
731 'websockets/WebSocketDeflateFramer.cpp', 733 'websockets/WebSocketDeflateFramer.cpp',
732 'websockets/WebSocketDeflateFramer.h', 734 'websockets/WebSocketDeflateFramer.h',
733 'websockets/WebSocketDeflater.cpp', 735 'websockets/WebSocketDeflater.cpp',
(...skipping 21 matching lines...) Expand all
755 'indexeddb/IDBKeyPathTest.cpp', 757 'indexeddb/IDBKeyPathTest.cpp',
756 'indexeddb/IDBRequestTest.cpp', 758 'indexeddb/IDBRequestTest.cpp',
757 'indexeddb/IDBTransactionTest.cpp', 759 'indexeddb/IDBTransactionTest.cpp',
758 'websockets/WebSocketDeflaterTest.cpp', 760 'websockets/WebSocketDeflaterTest.cpp',
759 'websockets/WebSocketExtensionDispatcherTest.cpp', 761 'websockets/WebSocketExtensionDispatcherTest.cpp',
760 'websockets/WebSocketExtensionParserTest.cpp', 762 'websockets/WebSocketExtensionParserTest.cpp',
761 'websockets/WebSocketPerMessageDeflateTest.cpp', 763 'websockets/WebSocketPerMessageDeflateTest.cpp',
762 ], 764 ],
763 }, 765 },
764 } 766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698