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

Unified Diff: third_party/WebKit/Source/web/web.gypi

Issue 1759263002: Rename public/web/WebSocket things to WebPepperSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more missed names. Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebSocketImpl.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/web.gypi
diff --git a/third_party/WebKit/Source/web/web.gypi b/third_party/WebKit/Source/web/web.gypi
index 831a696ceab2c1b427e769087272f75b465f08b9..0543e6ba51e92d73e17e3267c3f68b5ecc77c89c 100644
--- a/third_party/WebKit/Source/web/web.gypi
+++ b/third_party/WebKit/Source/web/web.gypi
@@ -188,6 +188,10 @@
'WebPageImportanceSignals.cpp',
'WebPagePopupImpl.cpp',
'WebPagePopupImpl.h',
+ 'WebPepperSocket.cpp',
+ 'WebPepperSocketChannelClientProxy.h',
+ 'WebPepperSocketImpl.cpp',
+ 'WebPepperSocketImpl.h',
'WebPerformance.cpp',
'WebPluginContainerImpl.cpp',
'WebPluginContainerImpl.h',
@@ -213,10 +217,6 @@
'WebSettingsImpl.h',
'WebSharedWorkerImpl.cpp',
'WebSharedWorkerImpl.h',
- 'WebSocket.cpp',
- 'WebSocketChannelClientProxy.h',
- 'WebSocketImpl.cpp',
- 'WebSocketImpl.h',
'WebSpeechGrammar.cpp',
'WebSpeechRecognitionHandle.cpp',
'WebSpeechRecognitionResult.cpp',
« no previous file with comments | « third_party/WebKit/Source/web/WebSocketImpl.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698