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

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

Issue 876623002: Adds a CancellableTaskFactory and exposes postLoadingTasks to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'network/ResourceResponse.cpp', 754 'network/ResourceResponse.cpp',
755 'network/ResourceResponse.h', 755 'network/ResourceResponse.h',
756 'network/WebSocketHandshakeRequest.cpp', 756 'network/WebSocketHandshakeRequest.cpp',
757 'network/WebSocketHandshakeRequest.h', 757 'network/WebSocketHandshakeRequest.h',
758 'network/WebSocketHandshakeResponse.cpp', 758 'network/WebSocketHandshakeResponse.cpp',
759 'network/WebSocketHandshakeResponse.h', 759 'network/WebSocketHandshakeResponse.h',
760 'plugins/PluginData.cpp', 760 'plugins/PluginData.cpp',
761 'plugins/PluginData.h', 761 'plugins/PluginData.h',
762 'plugins/PluginListBuilder.cpp', 762 'plugins/PluginListBuilder.cpp',
763 'plugins/PluginListBuilder.h', 763 'plugins/PluginListBuilder.h',
764 'scheduler/CancellableTaskFactory.cpp',
765 'scheduler/CancellableTaskFactory.h',
764 'scheduler/Scheduler.cpp', 766 'scheduler/Scheduler.cpp',
765 'scheduler/Scheduler.h', 767 'scheduler/Scheduler.h',
766 'scroll/ProgrammaticScrollAnimator.cpp', 768 'scroll/ProgrammaticScrollAnimator.cpp',
767 'scroll/ProgrammaticScrollAnimator.h', 769 'scroll/ProgrammaticScrollAnimator.h',
768 'scroll/ScrollAnimator.cpp', 770 'scroll/ScrollAnimator.cpp',
769 'scroll/ScrollAnimator.h', 771 'scroll/ScrollAnimator.h',
770 'scroll/ScrollAnimatorNone.cpp', 772 'scroll/ScrollAnimatorNone.cpp',
771 'scroll/ScrollAnimatorNone.h', 773 'scroll/ScrollAnimatorNone.h',
772 'scroll/ScrollTypes.h', 774 'scroll/ScrollTypes.h',
773 'scroll/ScrollableArea.cpp', 775 'scroll/ScrollableArea.cpp',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'graphics/ThreadSafeDataTransportTest.cpp', 938 'graphics/ThreadSafeDataTransportTest.cpp',
937 'graphics/filters/FilterOperationsTest.cpp', 939 'graphics/filters/FilterOperationsTest.cpp',
938 'graphics/filters/ImageFilterBuilderTest.cpp', 940 'graphics/filters/ImageFilterBuilderTest.cpp',
939 'graphics/gpu/DrawingBufferTest.cpp', 941 'graphics/gpu/DrawingBufferTest.cpp',
940 'graphics/test/MockDiscardablePixelRef.h', 942 'graphics/test/MockDiscardablePixelRef.h',
941 'image-decoders/ImageDecoderTest.cpp', 943 'image-decoders/ImageDecoderTest.cpp',
942 'mac/ScrollElasticityControllerTest.mm', 944 'mac/ScrollElasticityControllerTest.mm',
943 'network/FormDataTest.cpp', 945 'network/FormDataTest.cpp',
944 'network/HTTPParsersTest.cpp', 946 'network/HTTPParsersTest.cpp',
945 'network/ResourceRequestTest.cpp', 947 'network/ResourceRequestTest.cpp',
948 'scheduler/CancellableTaskFactoryTest.cpp',
946 'scheduler/SchedulerTest.cpp', 949 'scheduler/SchedulerTest.cpp',
947 'scroll/ScrollableAreaTest.cpp', 950 'scroll/ScrollableAreaTest.cpp',
948 'testing/ArenaTestHelpers.h', 951 'testing/ArenaTestHelpers.h',
949 'testing/TreeTestHelpers.cpp', 952 'testing/TreeTestHelpers.cpp',
950 'testing/TreeTestHelpers.h', 953 'testing/TreeTestHelpers.h',
951 'text/BidiResolverTest.cpp', 954 'text/BidiResolverTest.cpp',
952 'text/DateTimeFormatTest.cpp', 955 'text/DateTimeFormatTest.cpp',
953 'text/SegmentedStringTest.cpp', 956 'text/SegmentedStringTest.cpp',
954 'text/UnicodeUtilitiesTest.cpp', 957 'text/UnicodeUtilitiesTest.cpp',
955 'transforms/TransformOperationsTest.cpp', 958 'transforms/TransformOperationsTest.cpp',
(...skipping 16 matching lines...) Expand all
972 'graphics/ImageFrameGeneratorTest.cpp', 975 'graphics/ImageFrameGeneratorTest.cpp',
973 'graphics/ImageLayerChromiumTest.cpp', 976 'graphics/ImageLayerChromiumTest.cpp',
974 'graphics/test/MockImageDecoder.h', 977 'graphics/test/MockImageDecoder.h',
975 'graphics/test/MockWebGraphicsContext3D.h', 978 'graphics/test/MockWebGraphicsContext3D.h',
976 'image-decoders/gif/GIFImageDecoderTest.cpp', 979 'image-decoders/gif/GIFImageDecoderTest.cpp',
977 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 980 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
978 'image-decoders/webp/WEBPImageDecoderTest.cpp', 981 'image-decoders/webp/WEBPImageDecoderTest.cpp',
979 ], 982 ],
980 }, 983 },
981 } 984 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/scheduler/CancellableTaskFactory.h » ('j') | Source/platform/scheduler/CancellableTaskFactory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698