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

Unified Diff: Source/modules/modules.gypi

Issue 701753002: [WebSocket] Remove "Threadable" from class names. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/WebSocketChannel.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 bfb053214586b9f98a5d8cec9d417d639c10e791..c0ecb9af34c0d69100a192af2d64cb9dab493879 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1015,8 +1015,8 @@
'websockets/WebSocketChannelClient.h',
'websockets/WebSocketFrame.cpp',
'websockets/WebSocketFrame.h',
- 'websockets/WorkerThreadableWebSocketChannel.cpp',
- 'websockets/WorkerThreadableWebSocketChannel.h',
+ 'websockets/WorkerWebSocketChannel.cpp',
+ 'websockets/WorkerWebSocketChannel.h',
],
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
« no previous file with comments | « no previous file | Source/modules/websockets/WebSocketChannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698