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

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

Issue 2284473002: Move WebSocketHandleImpl into Blink (take 2) (Closed)
Patch Set: Rebase 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'exported/WebScrollbarThemeClientImpl.cpp', 350 'exported/WebScrollbarThemeClientImpl.cpp',
351 'exported/WebScrollbarThemeClientImpl.h', 351 'exported/WebScrollbarThemeClientImpl.h',
352 'exported/WebScrollbarThemeGeometryNative.cpp', 352 'exported/WebScrollbarThemeGeometryNative.cpp',
353 'exported/WebScrollbarThemeGeometryNative.h', 353 'exported/WebScrollbarThemeGeometryNative.h',
354 'exported/WebScrollbarThemePainter.cpp', 354 'exported/WebScrollbarThemePainter.cpp',
355 'exported/WebSecurityOrigin.cpp', 355 'exported/WebSecurityOrigin.cpp',
356 'exported/WebServiceWorkerProviderClient.cpp', 356 'exported/WebServiceWorkerProviderClient.cpp',
357 'exported/WebServiceWorkerProxy.cpp', 357 'exported/WebServiceWorkerProxy.cpp',
358 'exported/WebServiceWorkerRequest.cpp', 358 'exported/WebServiceWorkerRequest.cpp',
359 'exported/WebServiceWorkerResponse.cpp', 359 'exported/WebServiceWorkerResponse.cpp',
360 'exported/WebSocketHandshakeRequestInfo.cpp',
361 'exported/WebSocketHandshakeResponseInfo.cpp',
362 'exported/WebSourceInfo.cpp', 360 'exported/WebSourceInfo.cpp',
363 'exported/WebSpeechSynthesisUtterance.cpp', 361 'exported/WebSpeechSynthesisUtterance.cpp',
364 'exported/WebSpeechSynthesisVoice.cpp', 362 'exported/WebSpeechSynthesisVoice.cpp',
365 'exported/WebSpeechSynthesizerClientImpl.cpp', 363 'exported/WebSpeechSynthesizerClientImpl.cpp',
366 'exported/WebSpeechSynthesizerClientImpl.h', 364 'exported/WebSpeechSynthesizerClientImpl.h',
367 'exported/WebStorageQuotaCallbacks.cpp', 365 'exported/WebStorageQuotaCallbacks.cpp',
368 'exported/WebTextRun.cpp', 366 'exported/WebTextRun.cpp',
369 'exported/WebThreadSafeData.cpp', 367 'exported/WebThreadSafeData.cpp',
370 'exported/WebURL.cpp', 368 'exported/WebURL.cpp',
371 'exported/WebURLError.cpp', 369 'exported/WebURLError.cpp',
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 ['use_default_render_theme==1', 1452 ['use_default_render_theme==1',
1455 { 1453 {
1456 'platform_test_files': [ 1454 'platform_test_files': [
1457 'scroll/ScrollbarThemeAuraTest.cpp', 1455 'scroll/ScrollbarThemeAuraTest.cpp',
1458 ], 1456 ],
1459 } 1457 }
1460 ], 1458 ],
1461 ], 1459 ],
1462 }, 1460 },
1463 } 1461 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698