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

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: Rebase Created 5 years, 10 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'network/ResourceResponse.cpp', 758 'network/ResourceResponse.cpp',
759 'network/ResourceResponse.h', 759 'network/ResourceResponse.h',
760 'network/WebSocketHandshakeRequest.cpp', 760 'network/WebSocketHandshakeRequest.cpp',
761 'network/WebSocketHandshakeRequest.h', 761 'network/WebSocketHandshakeRequest.h',
762 'network/WebSocketHandshakeResponse.cpp', 762 'network/WebSocketHandshakeResponse.cpp',
763 'network/WebSocketHandshakeResponse.h', 763 'network/WebSocketHandshakeResponse.h',
764 'plugins/PluginData.cpp', 764 'plugins/PluginData.cpp',
765 'plugins/PluginData.h', 765 'plugins/PluginData.h',
766 'plugins/PluginListBuilder.cpp', 766 'plugins/PluginListBuilder.cpp',
767 'plugins/PluginListBuilder.h', 767 'plugins/PluginListBuilder.h',
768 'scheduler/CancellableTaskFactory.cpp',
769 'scheduler/CancellableTaskFactory.h',
770 'scheduler/ClosureRunnerTask.cpp',
771 'scheduler/ClosureRunnerTask.h',
768 'scheduler/Scheduler.cpp', 772 'scheduler/Scheduler.cpp',
769 'scheduler/Scheduler.h', 773 'scheduler/Scheduler.h',
770 'scroll/ProgrammaticScrollAnimator.cpp', 774 'scroll/ProgrammaticScrollAnimator.cpp',
771 'scroll/ProgrammaticScrollAnimator.h', 775 'scroll/ProgrammaticScrollAnimator.h',
772 'scroll/ScrollAnimator.cpp', 776 'scroll/ScrollAnimator.cpp',
773 'scroll/ScrollAnimator.h', 777 'scroll/ScrollAnimator.h',
774 'scroll/ScrollAnimatorNone.cpp', 778 'scroll/ScrollAnimatorNone.cpp',
775 'scroll/ScrollAnimatorNone.h', 779 'scroll/ScrollAnimatorNone.h',
776 'scroll/ScrollTypes.h', 780 'scroll/ScrollTypes.h',
777 'scroll/ScrollableArea.cpp', 781 'scroll/ScrollableArea.cpp',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'graphics/ThreadSafeDataTransportTest.cpp', 944 'graphics/ThreadSafeDataTransportTest.cpp',
941 'graphics/filters/FilterOperationsTest.cpp', 945 'graphics/filters/FilterOperationsTest.cpp',
942 'graphics/filters/ImageFilterBuilderTest.cpp', 946 'graphics/filters/ImageFilterBuilderTest.cpp',
943 'graphics/gpu/DrawingBufferTest.cpp', 947 'graphics/gpu/DrawingBufferTest.cpp',
944 'graphics/test/MockDiscardablePixelRef.h', 948 'graphics/test/MockDiscardablePixelRef.h',
945 'image-decoders/ImageDecoderTest.cpp', 949 'image-decoders/ImageDecoderTest.cpp',
946 'mac/ScrollElasticityControllerTest.mm', 950 'mac/ScrollElasticityControllerTest.mm',
947 'network/FormDataTest.cpp', 951 'network/FormDataTest.cpp',
948 'network/HTTPParsersTest.cpp', 952 'network/HTTPParsersTest.cpp',
949 'network/ResourceRequestTest.cpp', 953 'network/ResourceRequestTest.cpp',
954 'scheduler/CancellableTaskFactoryTest.cpp',
950 'scheduler/SchedulerTest.cpp', 955 'scheduler/SchedulerTest.cpp',
951 'scroll/ScrollableAreaTest.cpp', 956 'scroll/ScrollableAreaTest.cpp',
952 'testing/ArenaTestHelpers.h', 957 'testing/ArenaTestHelpers.h',
953 'testing/TreeTestHelpers.cpp', 958 'testing/TreeTestHelpers.cpp',
954 'testing/TreeTestHelpers.h', 959 'testing/TreeTestHelpers.h',
955 'text/BidiResolverTest.cpp', 960 'text/BidiResolverTest.cpp',
956 'text/DateTimeFormatTest.cpp', 961 'text/DateTimeFormatTest.cpp',
957 'text/SegmentedStringTest.cpp', 962 'text/SegmentedStringTest.cpp',
958 'text/UnicodeUtilitiesTest.cpp', 963 'text/UnicodeUtilitiesTest.cpp',
959 'transforms/TransformOperationsTest.cpp', 964 'transforms/TransformOperationsTest.cpp',
(...skipping 16 matching lines...) Expand all
976 'graphics/ImageFrameGeneratorTest.cpp', 981 'graphics/ImageFrameGeneratorTest.cpp',
977 'graphics/ImageLayerChromiumTest.cpp', 982 'graphics/ImageLayerChromiumTest.cpp',
978 'graphics/test/MockImageDecoder.h', 983 'graphics/test/MockImageDecoder.h',
979 'graphics/test/MockWebGraphicsContext3D.h', 984 'graphics/test/MockWebGraphicsContext3D.h',
980 'image-decoders/gif/GIFImageDecoderTest.cpp', 985 'image-decoders/gif/GIFImageDecoderTest.cpp',
981 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 986 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
982 'image-decoders/webp/WEBPImageDecoderTest.cpp', 987 'image-decoders/webp/WEBPImageDecoderTest.cpp',
983 ], 988 ],
984 }, 989 },
985 } 990 }
OLDNEW
« no previous file with comments | « Source/core/html/parser/HTMLParserScheduler.cpp ('k') | Source/platform/scheduler/CancellableTaskFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698