Chromium Code Reviews| 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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 717 'network/HTTPParsers.cpp', | 717 'network/HTTPParsers.cpp', |
| 718 'network/HTTPParsers.h', | 718 'network/HTTPParsers.h', |
| 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', | |
|
Adam Rice
2014/10/10 05:29:19
Is it safe not to compile this here? I know it is
yhirano
2014/10/10 10:09:16
Nice catch! Fixed.
| |
| 728 'network/SocketStreamError.h', | |
| 729 'network/SocketStreamHandle.cpp', | |
| 730 'network/SocketStreamHandle.h', | |
| 731 'network/SocketStreamHandleClient.h', | |
| 732 'network/SocketStreamHandleInternal.h', | |
| 733 'network/FormData.cpp', | 727 'network/FormData.cpp', |
| 734 'network/FormData.h', | 728 'network/FormData.h', |
| 735 'network/FormDataBuilder.cpp', | 729 'network/FormDataBuilder.cpp', |
| 736 'network/FormDataBuilder.h', | 730 'network/FormDataBuilder.h', |
| 737 'network/ResourceRequest.cpp', | 731 'network/ResourceRequest.cpp', |
| 738 'network/ResourceRequest.h', | 732 'network/ResourceRequest.h', |
| 739 'network/ResourceResponse.cpp', | 733 'network/ResourceResponse.cpp', |
| 740 'network/ResourceResponse.h', | 734 'network/ResourceResponse.h', |
| 741 'network/WebSocketHandshakeRequest.cpp', | 735 'network/WebSocketHandshakeRequest.cpp', |
| 742 'network/WebSocketHandshakeRequest.h', | 736 'network/WebSocketHandshakeRequest.h', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 957 'graphics/ImageFrameGeneratorTest.cpp', | 951 'graphics/ImageFrameGeneratorTest.cpp', |
| 958 'graphics/ImageLayerChromiumTest.cpp', | 952 'graphics/ImageLayerChromiumTest.cpp', |
| 959 'graphics/test/MockImageDecoder.h', | 953 'graphics/test/MockImageDecoder.h', |
| 960 'graphics/test/MockWebGraphicsContext3D.h', | 954 'graphics/test/MockWebGraphicsContext3D.h', |
| 961 'image-decoders/gif/GIFImageDecoderTest.cpp', | 955 'image-decoders/gif/GIFImageDecoderTest.cpp', |
| 962 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 956 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
| 963 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 957 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 964 ], | 958 ], |
| 965 }, | 959 }, |
| 966 } | 960 } |
| OLD | NEW |