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

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

Issue 2284473002: Move WebSocketHandleImpl into Blink (take 2) (Closed)
Patch Set: Extract WebSocketHandle as pure interface 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'exported/WebScrollbarThemeClientImpl.cpp', 358 'exported/WebScrollbarThemeClientImpl.cpp',
359 'exported/WebScrollbarThemeClientImpl.h', 359 'exported/WebScrollbarThemeClientImpl.h',
360 'exported/WebScrollbarThemeGeometryNative.cpp', 360 'exported/WebScrollbarThemeGeometryNative.cpp',
361 'exported/WebScrollbarThemeGeometryNative.h', 361 'exported/WebScrollbarThemeGeometryNative.h',
362 'exported/WebScrollbarThemePainter.cpp', 362 'exported/WebScrollbarThemePainter.cpp',
363 'exported/WebSecurityOrigin.cpp', 363 'exported/WebSecurityOrigin.cpp',
364 'exported/WebServiceWorkerProviderClient.cpp', 364 'exported/WebServiceWorkerProviderClient.cpp',
365 'exported/WebServiceWorkerProxy.cpp', 365 'exported/WebServiceWorkerProxy.cpp',
366 'exported/WebServiceWorkerRequest.cpp', 366 'exported/WebServiceWorkerRequest.cpp',
367 'exported/WebServiceWorkerResponse.cpp', 367 'exported/WebServiceWorkerResponse.cpp',
368 'exported/WebSocketHandshakeRequestInfo.cpp',
369 'exported/WebSocketHandshakeResponseInfo.cpp',
370 'exported/WebSourceInfo.cpp', 368 'exported/WebSourceInfo.cpp',
371 'exported/WebSpeechSynthesisUtterance.cpp', 369 'exported/WebSpeechSynthesisUtterance.cpp',
372 'exported/WebSpeechSynthesisVoice.cpp', 370 'exported/WebSpeechSynthesisVoice.cpp',
373 'exported/WebSpeechSynthesizerClientImpl.cpp', 371 'exported/WebSpeechSynthesizerClientImpl.cpp',
374 'exported/WebSpeechSynthesizerClientImpl.h', 372 'exported/WebSpeechSynthesizerClientImpl.h',
375 'exported/WebStorageQuotaCallbacks.cpp', 373 'exported/WebStorageQuotaCallbacks.cpp',
376 'exported/WebTextRun.cpp', 374 'exported/WebTextRun.cpp',
377 'exported/WebThreadSafeData.cpp', 375 'exported/WebThreadSafeData.cpp',
378 'exported/WebURL.cpp', 376 'exported/WebURL.cpp',
379 'exported/WebURLError.cpp', 377 'exported/WebURLError.cpp',
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 ['use_default_render_theme==1', 1460 ['use_default_render_theme==1',
1463 { 1461 {
1464 'platform_test_files': [ 1462 'platform_test_files': [
1465 'scroll/ScrollbarThemeAuraTest.cpp', 1463 'scroll/ScrollbarThemeAuraTest.cpp',
1466 ], 1464 ],
1467 } 1465 }
1468 ], 1466 ],
1469 ], 1467 ],
1470 }, 1468 },
1471 } 1469 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698