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

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

Issue 439923006: Prioritizing input and compositor tasks in the blink scheduler. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + respond to Eric's feedback Created 6 years, 4 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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 'network/ResourceResponse.cpp', 740 'network/ResourceResponse.cpp',
741 'network/ResourceResponse.h', 741 'network/ResourceResponse.h',
742 'network/WebSocketHandshakeRequest.cpp', 742 'network/WebSocketHandshakeRequest.cpp',
743 'network/WebSocketHandshakeRequest.h', 743 'network/WebSocketHandshakeRequest.h',
744 'network/WebSocketHandshakeResponse.cpp', 744 'network/WebSocketHandshakeResponse.cpp',
745 'network/WebSocketHandshakeResponse.h', 745 'network/WebSocketHandshakeResponse.h',
746 'plugins/PluginData.cpp', 746 'plugins/PluginData.cpp',
747 'plugins/PluginData.h', 747 'plugins/PluginData.h',
748 'plugins/PluginListBuilder.cpp', 748 'plugins/PluginListBuilder.cpp',
749 'plugins/PluginListBuilder.h', 749 'plugins/PluginListBuilder.h',
750 'scheduler/DoubleBufferedDeque.h',
750 'scheduler/Scheduler.cpp', 751 'scheduler/Scheduler.cpp',
751 'scheduler/Scheduler.h', 752 'scheduler/Scheduler.h',
752 'scroll/FramelessScrollView.cpp', 753 'scroll/FramelessScrollView.cpp',
753 'scroll/FramelessScrollView.h', 754 'scroll/FramelessScrollView.h',
754 'scroll/FramelessScrollViewClient.h', 755 'scroll/FramelessScrollViewClient.h',
755 'scroll/ProgrammaticScrollAnimator.cpp', 756 'scroll/ProgrammaticScrollAnimator.cpp',
756 'scroll/ProgrammaticScrollAnimator.h', 757 'scroll/ProgrammaticScrollAnimator.h',
757 'scroll/ScrollAnimator.cpp', 758 'scroll/ScrollAnimator.cpp',
758 'scroll/ScrollAnimator.h', 759 'scroll/ScrollAnimator.h',
759 'scroll/ScrollAnimatorNone.cpp', 760 'scroll/ScrollAnimatorNone.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'graphics/GraphicsContextTest.cpp', 925 'graphics/GraphicsContextTest.cpp',
925 'graphics/RecordingImageBufferSurfaceTest.cpp', 926 'graphics/RecordingImageBufferSurfaceTest.cpp',
926 'graphics/ThreadSafeDataTransportTest.cpp', 927 'graphics/ThreadSafeDataTransportTest.cpp',
927 'graphics/filters/FilterOperationsTest.cpp', 928 'graphics/filters/FilterOperationsTest.cpp',
928 'graphics/filters/ImageFilterBuilderTest.cpp', 929 'graphics/filters/ImageFilterBuilderTest.cpp',
929 'graphics/gpu/DrawingBufferTest.cpp', 930 'graphics/gpu/DrawingBufferTest.cpp',
930 'graphics/test/MockDiscardablePixelRef.h', 931 'graphics/test/MockDiscardablePixelRef.h',
931 'image-decoders/ImageDecoderTest.cpp', 932 'image-decoders/ImageDecoderTest.cpp',
932 'mac/ScrollElasticityControllerTest.mm', 933 'mac/ScrollElasticityControllerTest.mm',
933 'network/HTTPParsersTest.cpp', 934 'network/HTTPParsersTest.cpp',
935 'scheduler/DoubleBufferedDequeTest.cpp',
934 'scheduler/SchedulerTest.cpp', 936 'scheduler/SchedulerTest.cpp',
935 'testing/ArenaTestHelpers.h', 937 'testing/ArenaTestHelpers.h',
936 'testing/TreeTestHelpers.cpp', 938 'testing/TreeTestHelpers.cpp',
937 'testing/TreeTestHelpers.h', 939 'testing/TreeTestHelpers.h',
938 'transforms/TransformOperationsTest.cpp', 940 'transforms/TransformOperationsTest.cpp',
939 'transforms/TransformationMatrixTest.cpp', 941 'transforms/TransformationMatrixTest.cpp',
940 'text/BidiResolverTest.cpp', 942 'text/BidiResolverTest.cpp',
941 'text/DateTimeFormatTest.cpp', 943 'text/DateTimeFormatTest.cpp',
942 'text/SegmentedStringTest.cpp', 944 'text/SegmentedStringTest.cpp',
943 'text/UnicodeUtilitiesTest.cpp', 945 'text/UnicodeUtilitiesTest.cpp',
(...skipping 15 matching lines...) Expand all
959 'graphics/ImageLayerChromiumTest.cpp', 961 'graphics/ImageLayerChromiumTest.cpp',
960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 962 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
961 'graphics/test/MockImageDecoder.h', 963 'graphics/test/MockImageDecoder.h',
962 'graphics/test/MockWebGraphicsContext3D.h', 964 'graphics/test/MockWebGraphicsContext3D.h',
963 'image-decoders/gif/GIFImageDecoderTest.cpp', 965 'image-decoders/gif/GIFImageDecoderTest.cpp',
964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 966 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
965 'image-decoders/webp/WEBPImageDecoderTest.cpp', 967 'image-decoders/webp/WEBPImageDecoderTest.cpp',
966 ], 968 ],
967 }, 969 },
968 } 970 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/scheduler/DoubleBufferedDeque.h » ('j') | Source/platform/scheduler/DoubleBufferedDeque.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698