OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |