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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/websockets/DocumentWebSocketChannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index dafcc8d26a0a3b370e9f6554f3df0b06f2b30a5f..bfb053214586b9f98a5d8cec9d417d639c10e791 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1008,8 +1008,8 @@
'websockets/CloseEvent.h',
'websockets/DOMWebSocket.cpp',
'websockets/DOMWebSocket.h',
- 'websockets/NewWebSocketChannelImpl.cpp',
- 'websockets/NewWebSocketChannelImpl.h',
+ 'websockets/DocumentWebSocketChannel.cpp',
+ 'websockets/DocumentWebSocketChannel.h',
'websockets/WebSocketChannel.cpp',
'websockets/WebSocketChannel.h',
'websockets/WebSocketChannelClient.h',
@@ -1052,7 +1052,7 @@
'serviceworkers/ResponseTest.cpp',
'serviceworkers/ServiceWorkerContainerTest.cpp',
'websockets/DOMWebSocketTest.cpp',
- 'websockets/NewWebSocketChannelImplTest.cpp',
+ 'websockets/DocumentWebSocketChannelTest.cpp',
],
},
}
« 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