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

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

Issue 639333003: Delete the old WebSocket implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/network/SocketStreamHandle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'network/HTTPRequest.cpp', 719 'network/HTTPRequest.cpp',
720 'network/HTTPRequest.h', 720 'network/HTTPRequest.h',
721 'network/ParsedContentType.cpp', 721 'network/ParsedContentType.cpp',
722 'network/ParsedContentType.h', 722 'network/ParsedContentType.h',
723 'network/ProxyServer.cpp', 723 'network/ProxyServer.cpp',
724 'network/ProxyServer.h', 724 'network/ProxyServer.h',
725 'network/ResourceError.cpp', 725 'network/ResourceError.cpp',
726 'network/ResourceError.h', 726 'network/ResourceError.h',
727 'network/SocketStreamError.cpp', 727 'network/SocketStreamError.cpp',
728 'network/SocketStreamError.h', 728 'network/SocketStreamError.h',
729 'network/SocketStreamHandle.cpp',
730 'network/SocketStreamHandle.h',
731 'network/SocketStreamHandleClient.h',
732 'network/SocketStreamHandleInternal.h',
733 'network/FormData.cpp', 729 'network/FormData.cpp',
734 'network/FormData.h', 730 'network/FormData.h',
735 'network/FormDataBuilder.cpp', 731 'network/FormDataBuilder.cpp',
736 'network/FormDataBuilder.h', 732 'network/FormDataBuilder.h',
737 'network/ResourceRequest.cpp', 733 'network/ResourceRequest.cpp',
738 'network/ResourceRequest.h', 734 'network/ResourceRequest.h',
739 'network/ResourceResponse.cpp', 735 'network/ResourceResponse.cpp',
740 'network/ResourceResponse.h', 736 'network/ResourceResponse.h',
741 'network/WebSocketHandshakeRequest.cpp', 737 'network/WebSocketHandshakeRequest.cpp',
742 'network/WebSocketHandshakeRequest.h', 738 'network/WebSocketHandshakeRequest.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 'graphics/ImageFrameGeneratorTest.cpp', 953 'graphics/ImageFrameGeneratorTest.cpp',
958 'graphics/ImageLayerChromiumTest.cpp', 954 'graphics/ImageLayerChromiumTest.cpp',
959 'graphics/test/MockImageDecoder.h', 955 'graphics/test/MockImageDecoder.h',
960 'graphics/test/MockWebGraphicsContext3D.h', 956 'graphics/test/MockWebGraphicsContext3D.h',
961 'image-decoders/gif/GIFImageDecoderTest.cpp', 957 'image-decoders/gif/GIFImageDecoderTest.cpp',
962 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 958 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
963 'image-decoders/webp/WEBPImageDecoderTest.cpp', 959 'image-decoders/webp/WEBPImageDecoderTest.cpp',
964 ], 960 ],
965 }, 961 },
966 } 962 }
OLDNEW
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/network/SocketStreamHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698