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

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: change to pacify clang 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'network/ResourceResponse.cpp', 741 'network/ResourceResponse.cpp',
742 'network/ResourceResponse.h', 742 'network/ResourceResponse.h',
743 'network/WebSocketHandshakeRequest.cpp', 743 'network/WebSocketHandshakeRequest.cpp',
744 'network/WebSocketHandshakeRequest.h', 744 'network/WebSocketHandshakeRequest.h',
745 'network/WebSocketHandshakeResponse.cpp', 745 'network/WebSocketHandshakeResponse.cpp',
746 'network/WebSocketHandshakeResponse.h', 746 'network/WebSocketHandshakeResponse.h',
747 'plugins/PluginData.cpp', 747 'plugins/PluginData.cpp',
748 'plugins/PluginData.h', 748 'plugins/PluginData.h',
749 'plugins/PluginListBuilder.cpp', 749 'plugins/PluginListBuilder.cpp',
750 'plugins/PluginListBuilder.h', 750 'plugins/PluginListBuilder.h',
751 'scheduler/DoubleBufferedDeque.h',
751 'scheduler/Scheduler.cpp', 752 'scheduler/Scheduler.cpp',
752 'scheduler/Scheduler.h', 753 'scheduler/Scheduler.h',
753 'scroll/FramelessScrollView.cpp', 754 'scroll/FramelessScrollView.cpp',
754 'scroll/FramelessScrollView.h', 755 'scroll/FramelessScrollView.h',
755 'scroll/FramelessScrollViewClient.h', 756 'scroll/FramelessScrollViewClient.h',
756 'scroll/ProgrammaticScrollAnimator.cpp', 757 'scroll/ProgrammaticScrollAnimator.cpp',
757 'scroll/ProgrammaticScrollAnimator.h', 758 'scroll/ProgrammaticScrollAnimator.h',
758 'scroll/ScrollAnimator.cpp', 759 'scroll/ScrollAnimator.cpp',
759 'scroll/ScrollAnimator.h', 760 'scroll/ScrollAnimator.h',
760 'scroll/ScrollAnimatorNone.cpp', 761 'scroll/ScrollAnimatorNone.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'graphics/GraphicsContextTest.cpp', 926 'graphics/GraphicsContextTest.cpp',
926 'graphics/RecordingImageBufferSurfaceTest.cpp', 927 'graphics/RecordingImageBufferSurfaceTest.cpp',
927 'graphics/ThreadSafeDataTransportTest.cpp', 928 'graphics/ThreadSafeDataTransportTest.cpp',
928 'graphics/filters/FilterOperationsTest.cpp', 929 'graphics/filters/FilterOperationsTest.cpp',
929 'graphics/filters/ImageFilterBuilderTest.cpp', 930 'graphics/filters/ImageFilterBuilderTest.cpp',
930 'graphics/gpu/DrawingBufferTest.cpp', 931 'graphics/gpu/DrawingBufferTest.cpp',
931 'graphics/test/MockDiscardablePixelRef.h', 932 'graphics/test/MockDiscardablePixelRef.h',
932 'image-decoders/ImageDecoderTest.cpp', 933 'image-decoders/ImageDecoderTest.cpp',
933 'mac/ScrollElasticityControllerTest.mm', 934 'mac/ScrollElasticityControllerTest.mm',
934 'network/HTTPParsersTest.cpp', 935 'network/HTTPParsersTest.cpp',
936 'scheduler/DoubleBufferedDequeTest.cpp',
935 'scheduler/SchedulerTest.cpp', 937 'scheduler/SchedulerTest.cpp',
936 'testing/ArenaTestHelpers.h', 938 'testing/ArenaTestHelpers.h',
937 'testing/TreeTestHelpers.cpp', 939 'testing/TreeTestHelpers.cpp',
938 'testing/TreeTestHelpers.h', 940 'testing/TreeTestHelpers.h',
939 'transforms/TransformOperationsTest.cpp', 941 'transforms/TransformOperationsTest.cpp',
940 'transforms/TransformationMatrixTest.cpp', 942 'transforms/TransformationMatrixTest.cpp',
941 'text/BidiResolverTest.cpp', 943 'text/BidiResolverTest.cpp',
942 'text/DateTimeFormatTest.cpp', 944 'text/DateTimeFormatTest.cpp',
943 'text/SegmentedStringTest.cpp', 945 'text/SegmentedStringTest.cpp',
944 'text/UnicodeUtilitiesTest.cpp', 946 'text/UnicodeUtilitiesTest.cpp',
(...skipping 15 matching lines...) Expand all
960 'graphics/ImageLayerChromiumTest.cpp', 962 'graphics/ImageLayerChromiumTest.cpp',
961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 963 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
962 'graphics/test/MockImageDecoder.h', 964 'graphics/test/MockImageDecoder.h',
963 'graphics/test/MockWebGraphicsContext3D.h', 965 'graphics/test/MockWebGraphicsContext3D.h',
964 'image-decoders/gif/GIFImageDecoderTest.cpp', 966 'image-decoders/gif/GIFImageDecoderTest.cpp',
965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
966 'image-decoders/webp/WEBPImageDecoderTest.cpp', 968 'image-decoders/webp/WEBPImageDecoderTest.cpp',
967 ], 969 ],
968 }, 970 },
969 } 971 }
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