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

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

Issue 594473002: [Thread-safe] Take deep copy of String/KURL in FormData::deepCopy() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove gmock.h include 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 | « no previous file | Source/platform/network/FormData.cpp » ('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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'geometry/RoundedRectTest.cpp', 926 'geometry/RoundedRectTest.cpp',
927 'graphics/GraphicsContextTest.cpp', 927 'graphics/GraphicsContextTest.cpp',
928 'graphics/RecordingImageBufferSurfaceTest.cpp', 928 'graphics/RecordingImageBufferSurfaceTest.cpp',
929 'graphics/ThreadSafeDataTransportTest.cpp', 929 'graphics/ThreadSafeDataTransportTest.cpp',
930 'graphics/filters/FilterOperationsTest.cpp', 930 'graphics/filters/FilterOperationsTest.cpp',
931 'graphics/filters/ImageFilterBuilderTest.cpp', 931 'graphics/filters/ImageFilterBuilderTest.cpp',
932 'graphics/gpu/DrawingBufferTest.cpp', 932 'graphics/gpu/DrawingBufferTest.cpp',
933 'graphics/test/MockDiscardablePixelRef.h', 933 'graphics/test/MockDiscardablePixelRef.h',
934 'image-decoders/ImageDecoderTest.cpp', 934 'image-decoders/ImageDecoderTest.cpp',
935 'mac/ScrollElasticityControllerTest.mm', 935 'mac/ScrollElasticityControllerTest.mm',
936 'network/FormDataTest.cpp',
936 'network/HTTPParsersTest.cpp', 937 'network/HTTPParsersTest.cpp',
937 'network/ResourceRequestTest.cpp', 938 'network/ResourceRequestTest.cpp',
938 'scheduler/SchedulerTest.cpp', 939 'scheduler/SchedulerTest.cpp',
939 'testing/ArenaTestHelpers.h', 940 'testing/ArenaTestHelpers.h',
940 'testing/TreeTestHelpers.cpp', 941 'testing/TreeTestHelpers.cpp',
941 'testing/TreeTestHelpers.h', 942 'testing/TreeTestHelpers.h',
942 'transforms/TransformOperationsTest.cpp', 943 'transforms/TransformOperationsTest.cpp',
943 'transforms/TransformationMatrixTest.cpp', 944 'transforms/TransformationMatrixTest.cpp',
944 'text/BidiResolverTest.cpp', 945 'text/BidiResolverTest.cpp',
945 'text/DateTimeFormatTest.cpp', 946 'text/DateTimeFormatTest.cpp',
(...skipping 16 matching lines...) Expand all
962 'graphics/ImageFrameGeneratorTest.cpp', 963 'graphics/ImageFrameGeneratorTest.cpp',
963 'graphics/ImageLayerChromiumTest.cpp', 964 'graphics/ImageLayerChromiumTest.cpp',
964 'graphics/test/MockImageDecoder.h', 965 'graphics/test/MockImageDecoder.h',
965 'graphics/test/MockWebGraphicsContext3D.h', 966 'graphics/test/MockWebGraphicsContext3D.h',
966 'image-decoders/gif/GIFImageDecoderTest.cpp', 967 'image-decoders/gif/GIFImageDecoderTest.cpp',
967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 968 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
968 'image-decoders/webp/WEBPImageDecoderTest.cpp', 969 'image-decoders/webp/WEBPImageDecoderTest.cpp',
969 ], 970 ],
970 }, 971 },
971 } 972 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/network/FormData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698