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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2279763003: Revert "Move WebSocketHandleImpl into Blink" (Closed)
Patch Set: Created 4 years, 3 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'exported/WebScrollbarThemeClientImpl.cpp', 360 'exported/WebScrollbarThemeClientImpl.cpp',
361 'exported/WebScrollbarThemeClientImpl.h', 361 'exported/WebScrollbarThemeClientImpl.h',
362 'exported/WebScrollbarThemeGeometryNative.cpp', 362 'exported/WebScrollbarThemeGeometryNative.cpp',
363 'exported/WebScrollbarThemeGeometryNative.h', 363 'exported/WebScrollbarThemeGeometryNative.h',
364 'exported/WebScrollbarThemePainter.cpp', 364 'exported/WebScrollbarThemePainter.cpp',
365 'exported/WebSecurityOrigin.cpp', 365 'exported/WebSecurityOrigin.cpp',
366 'exported/WebServiceWorkerProviderClient.cpp', 366 'exported/WebServiceWorkerProviderClient.cpp',
367 'exported/WebServiceWorkerProxy.cpp', 367 'exported/WebServiceWorkerProxy.cpp',
368 'exported/WebServiceWorkerRequest.cpp', 368 'exported/WebServiceWorkerRequest.cpp',
369 'exported/WebServiceWorkerResponse.cpp', 369 'exported/WebServiceWorkerResponse.cpp',
370 'exported/WebSocketHandshakeRequestInfo.cpp',
371 'exported/WebSocketHandshakeResponseInfo.cpp',
370 'exported/WebSourceInfo.cpp', 372 'exported/WebSourceInfo.cpp',
371 'exported/WebSpeechSynthesisUtterance.cpp', 373 'exported/WebSpeechSynthesisUtterance.cpp',
372 'exported/WebSpeechSynthesisVoice.cpp', 374 'exported/WebSpeechSynthesisVoice.cpp',
373 'exported/WebSpeechSynthesizerClientImpl.cpp', 375 'exported/WebSpeechSynthesizerClientImpl.cpp',
374 'exported/WebSpeechSynthesizerClientImpl.h', 376 'exported/WebSpeechSynthesizerClientImpl.h',
375 'exported/WebStorageQuotaCallbacks.cpp', 377 'exported/WebStorageQuotaCallbacks.cpp',
376 'exported/WebTextRun.cpp', 378 'exported/WebTextRun.cpp',
377 'exported/WebThreadSafeData.cpp', 379 'exported/WebThreadSafeData.cpp',
378 'exported/WebURL.cpp', 380 'exported/WebURL.cpp',
379 'exported/WebURLError.cpp', 381 'exported/WebURLError.cpp',
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 ['use_default_render_theme==1', 1456 ['use_default_render_theme==1',
1455 { 1457 {
1456 'platform_test_files': [ 1458 'platform_test_files': [
1457 'scroll/ScrollbarThemeAuraTest.cpp', 1459 'scroll/ScrollbarThemeAuraTest.cpp',
1458 ], 1460 ],
1459 } 1461 }
1460 ], 1462 ],
1461 ], 1463 ],
1462 }, 1464 },
1463 } 1465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698