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

Side by Side 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, 9 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 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'WebMediaDevicesRequest.cpp', 181 'WebMediaDevicesRequest.cpp',
182 'WebMediaStreamRegistry.cpp', 182 'WebMediaStreamRegistry.cpp',
183 'WebMetaElement.cpp', 183 'WebMetaElement.cpp',
184 'WebMemoryPressureListener.cpp', 184 'WebMemoryPressureListener.cpp',
185 'WebNetworkStateNotifier.cpp', 185 'WebNetworkStateNotifier.cpp',
186 'WebNode.cpp', 186 'WebNode.cpp',
187 'WebOptionElement.cpp', 187 'WebOptionElement.cpp',
188 'WebPageImportanceSignals.cpp', 188 'WebPageImportanceSignals.cpp',
189 'WebPagePopupImpl.cpp', 189 'WebPagePopupImpl.cpp',
190 'WebPagePopupImpl.h', 190 'WebPagePopupImpl.h',
191 'WebPepperSocket.cpp',
192 'WebPepperSocketChannelClientProxy.h',
193 'WebPepperSocketImpl.cpp',
194 'WebPepperSocketImpl.h',
191 'WebPerformance.cpp', 195 'WebPerformance.cpp',
192 'WebPluginContainerImpl.cpp', 196 'WebPluginContainerImpl.cpp',
193 'WebPluginContainerImpl.h', 197 'WebPluginContainerImpl.h',
194 'WebPluginDocument.cpp', 198 'WebPluginDocument.cpp',
195 'WebPluginScriptForbiddenScope.cpp', 199 'WebPluginScriptForbiddenScope.cpp',
196 'WebRange.cpp', 200 'WebRange.cpp',
197 'WebRemoteFrameImpl.cpp', 201 'WebRemoteFrameImpl.cpp',
198 'WebRemoteFrameImpl.h', 202 'WebRemoteFrameImpl.h',
199 'WebRuntimeFeatures.cpp', 203 'WebRuntimeFeatures.cpp',
200 'WebScopedMicrotaskSuppression.cpp', 204 'WebScopedMicrotaskSuppression.cpp',
201 'WebScopedUserGesture.cpp', 205 'WebScopedUserGesture.cpp',
202 'WebScopedWindowFocusAllowedIndicator.cpp', 206 'WebScopedWindowFocusAllowedIndicator.cpp',
203 'WebScriptBindings.cpp', 207 'WebScriptBindings.cpp',
204 'WebScriptController.cpp', 208 'WebScriptController.cpp',
205 'WebScriptSource.cpp', 209 'WebScriptSource.cpp',
206 'WebSearchableFormData.cpp', 210 'WebSearchableFormData.cpp',
207 'WebSecurityPolicy.cpp', 211 'WebSecurityPolicy.cpp',
208 'WebSelectElement.cpp', 212 'WebSelectElement.cpp',
209 'WebSelection.cpp', 213 'WebSelection.cpp',
210 'WebSelector.cpp', 214 'WebSelector.cpp',
211 'WebSerializedScriptValue.cpp', 215 'WebSerializedScriptValue.cpp',
212 'WebSettingsImpl.cpp', 216 'WebSettingsImpl.cpp',
213 'WebSettingsImpl.h', 217 'WebSettingsImpl.h',
214 'WebSharedWorkerImpl.cpp', 218 'WebSharedWorkerImpl.cpp',
215 'WebSharedWorkerImpl.h', 219 'WebSharedWorkerImpl.h',
216 'WebSocket.cpp',
217 'WebSocketChannelClientProxy.h',
218 'WebSocketImpl.cpp',
219 'WebSocketImpl.h',
220 'WebSpeechGrammar.cpp', 220 'WebSpeechGrammar.cpp',
221 'WebSpeechRecognitionHandle.cpp', 221 'WebSpeechRecognitionHandle.cpp',
222 'WebSpeechRecognitionResult.cpp', 222 'WebSpeechRecognitionResult.cpp',
223 'WebStorageEventDispatcherImpl.cpp', 223 'WebStorageEventDispatcherImpl.cpp',
224 'WebSurroundingText.cpp', 224 'WebSurroundingText.cpp',
225 'WebTextCheckingCompletionImpl.cpp', 225 'WebTextCheckingCompletionImpl.cpp',
226 'WebTextCheckingCompletionImpl.h', 226 'WebTextCheckingCompletionImpl.h',
227 'WebTextCheckingResult.cpp', 227 'WebTextCheckingResult.cpp',
228 'WebTextInputInfo.cpp', 228 'WebTextInputInfo.cpp',
229 'WebTextRun.cpp', 229 'WebTextRun.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'tests/sim/SimNetwork.h', 310 'tests/sim/SimNetwork.h',
311 'tests/sim/SimRequest.cpp', 311 'tests/sim/SimRequest.cpp',
312 'tests/sim/SimRequest.h', 312 'tests/sim/SimRequest.h',
313 'tests/sim/SimTest.cpp', 313 'tests/sim/SimTest.cpp',
314 'tests/sim/SimTest.h', 314 'tests/sim/SimTest.h',
315 'tests/sim/SimWebViewClient.cpp', 315 'tests/sim/SimWebViewClient.cpp',
316 'tests/sim/SimWebViewClient.h', 316 'tests/sim/SimWebViewClient.h',
317 ], 317 ],
318 }, 318 },
319 } 319 }
OLDNEW
« 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