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

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

Issue 690883002: Rename NewWebSocketChannelImpl to DocumentWebSocketChannel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 1 month 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 | Source/modules/websockets/DocumentWebSocketChannel.h » ('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 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'webmidi/MIDIOutputMap.cpp', 1001 'webmidi/MIDIOutputMap.cpp',
1002 'webmidi/MIDIOutputMap.h', 1002 'webmidi/MIDIOutputMap.h',
1003 'webmidi/MIDIPort.cpp', 1003 'webmidi/MIDIPort.cpp',
1004 'webmidi/MIDIPort.h', 1004 'webmidi/MIDIPort.h',
1005 'webmidi/MIDISuccessCallback.h', 1005 'webmidi/MIDISuccessCallback.h',
1006 'webmidi/NavigatorWebMIDI.cpp', 1006 'webmidi/NavigatorWebMIDI.cpp',
1007 'webmidi/NavigatorWebMIDI.h', 1007 'webmidi/NavigatorWebMIDI.h',
1008 'websockets/CloseEvent.h', 1008 'websockets/CloseEvent.h',
1009 'websockets/DOMWebSocket.cpp', 1009 'websockets/DOMWebSocket.cpp',
1010 'websockets/DOMWebSocket.h', 1010 'websockets/DOMWebSocket.h',
1011 'websockets/NewWebSocketChannelImpl.cpp', 1011 'websockets/DocumentWebSocketChannel.cpp',
1012 'websockets/NewWebSocketChannelImpl.h', 1012 'websockets/DocumentWebSocketChannel.h',
1013 'websockets/WebSocketChannel.cpp', 1013 'websockets/WebSocketChannel.cpp',
1014 'websockets/WebSocketChannel.h', 1014 'websockets/WebSocketChannel.h',
1015 'websockets/WebSocketChannelClient.h', 1015 'websockets/WebSocketChannelClient.h',
1016 'websockets/WebSocketFrame.cpp', 1016 'websockets/WebSocketFrame.cpp',
1017 'websockets/WebSocketFrame.h', 1017 'websockets/WebSocketFrame.h',
1018 'websockets/WorkerThreadableWebSocketChannel.cpp', 1018 'websockets/WorkerThreadableWebSocketChannel.cpp',
1019 'websockets/WorkerThreadableWebSocketChannel.h', 1019 'websockets/WorkerThreadableWebSocketChannel.h',
1020 ], 1020 ],
1021 # 'partial interface' or target (right side of) 'implements' 1021 # 'partial interface' or target (right side of) 'implements'
1022 'modules_testing_dependency_idl_files' : [ 1022 'modules_testing_dependency_idl_files' : [
(...skipping 22 matching lines...) Expand all
1045 'filesystem/DOMFileSystemBaseTest.cpp', 1045 'filesystem/DOMFileSystemBaseTest.cpp',
1046 'indexeddb/IDBKeyPathTest.cpp', 1046 'indexeddb/IDBKeyPathTest.cpp',
1047 'indexeddb/IDBRequestTest.cpp', 1047 'indexeddb/IDBRequestTest.cpp',
1048 'indexeddb/IDBTransactionTest.cpp', 1048 'indexeddb/IDBTransactionTest.cpp',
1049 'serviceworkers/CacheTest.cpp', 1049 'serviceworkers/CacheTest.cpp',
1050 'serviceworkers/FetchResponseDataTest.cpp', 1050 'serviceworkers/FetchResponseDataTest.cpp',
1051 'serviceworkers/RequestTest.cpp', 1051 'serviceworkers/RequestTest.cpp',
1052 'serviceworkers/ResponseTest.cpp', 1052 'serviceworkers/ResponseTest.cpp',
1053 'serviceworkers/ServiceWorkerContainerTest.cpp', 1053 'serviceworkers/ServiceWorkerContainerTest.cpp',
1054 'websockets/DOMWebSocketTest.cpp', 1054 'websockets/DOMWebSocketTest.cpp',
1055 'websockets/NewWebSocketChannelImplTest.cpp', 1055 'websockets/DocumentWebSocketChannelTest.cpp',
1056 ], 1056 ],
1057 }, 1057 },
1058 } 1058 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/websockets/DocumentWebSocketChannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698