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

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

Issue 364873002: Introduce a basic Blink Scheduler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 5 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 | Annotate | Revision Log
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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'exported/WebPermissionCallbacks.cpp', 290 'exported/WebPermissionCallbacks.cpp',
291 'exported/WebPrerender.cpp', 291 'exported/WebPrerender.cpp',
292 'exported/WebPrerenderingSupport.cpp', 292 'exported/WebPrerenderingSupport.cpp',
293 'exported/WebRTCConfiguration.cpp', 293 'exported/WebRTCConfiguration.cpp',
294 'exported/WebRTCICECandidate.cpp', 294 'exported/WebRTCICECandidate.cpp',
295 'exported/WebRTCSessionDescription.cpp', 295 'exported/WebRTCSessionDescription.cpp',
296 'exported/WebRTCSessionDescriptionRequest.cpp', 296 'exported/WebRTCSessionDescriptionRequest.cpp',
297 'exported/WebRTCStatsRequest.cpp', 297 'exported/WebRTCStatsRequest.cpp',
298 'exported/WebRTCStatsResponse.cpp', 298 'exported/WebRTCStatsResponse.cpp',
299 'exported/WebRTCVoidRequest.cpp', 299 'exported/WebRTCVoidRequest.cpp',
300 'exported/WebScheduler.cpp',
300 'exported/WebScrollbarImpl.cpp', 301 'exported/WebScrollbarImpl.cpp',
301 'exported/WebScrollbarImpl.h', 302 'exported/WebScrollbarImpl.h',
302 'exported/WebScrollbarThemeClientImpl.cpp', 303 'exported/WebScrollbarThemeClientImpl.cpp',
303 'exported/WebScrollbarThemeClientImpl.h', 304 'exported/WebScrollbarThemeClientImpl.h',
304 'exported/WebScrollbarThemeGeometryNative.cpp', 305 'exported/WebScrollbarThemeGeometryNative.cpp',
305 'exported/WebScrollbarThemeGeometryNative.h', 306 'exported/WebScrollbarThemeGeometryNative.h',
306 'exported/WebSerializedOrigin.cpp', 307 'exported/WebSerializedOrigin.cpp',
307 'exported/WebServiceWorkerProxy.cpp', 308 'exported/WebServiceWorkerProxy.cpp',
308 'exported/WebServiceWorkerRequest.cpp', 309 'exported/WebServiceWorkerRequest.cpp',
309 'exported/WebServiceWorkerResponse.cpp', 310 'exported/WebServiceWorkerResponse.cpp',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'network/ResourceResponse.cpp', 731 'network/ResourceResponse.cpp',
731 'network/ResourceResponse.h', 732 'network/ResourceResponse.h',
732 'network/WebSocketHandshakeRequest.cpp', 733 'network/WebSocketHandshakeRequest.cpp',
733 'network/WebSocketHandshakeRequest.h', 734 'network/WebSocketHandshakeRequest.h',
734 'network/WebSocketHandshakeResponse.cpp', 735 'network/WebSocketHandshakeResponse.cpp',
735 'network/WebSocketHandshakeResponse.h', 736 'network/WebSocketHandshakeResponse.h',
736 'plugins/PluginData.cpp', 737 'plugins/PluginData.cpp',
737 'plugins/PluginData.h', 738 'plugins/PluginData.h',
738 'plugins/PluginListBuilder.cpp', 739 'plugins/PluginListBuilder.cpp',
739 'plugins/PluginListBuilder.h', 740 'plugins/PluginListBuilder.h',
741 'scheduler/Scheduler.cpp',
742 'scheduler/Scheduler.h',
740 'scroll/FramelessScrollView.cpp', 743 'scroll/FramelessScrollView.cpp',
741 'scroll/FramelessScrollView.h', 744 'scroll/FramelessScrollView.h',
742 'scroll/FramelessScrollViewClient.h', 745 'scroll/FramelessScrollViewClient.h',
743 'scroll/ScrollAnimator.cpp', 746 'scroll/ScrollAnimator.cpp',
744 'scroll/ScrollAnimator.h', 747 'scroll/ScrollAnimator.h',
745 'scroll/ScrollAnimatorNone.cpp', 748 'scroll/ScrollAnimatorNone.cpp',
746 'scroll/ScrollAnimatorNone.h', 749 'scroll/ScrollAnimatorNone.h',
747 'scroll/ScrollTypes.h', 750 'scroll/ScrollTypes.h',
748 'scroll/ScrollView.cpp', 751 'scroll/ScrollView.cpp',
749 'scroll/ScrollableArea.cpp', 752 'scroll/ScrollableArea.cpp',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'geometry/RoundedRectTest.cpp', 911 'geometry/RoundedRectTest.cpp',
909 'graphics/GraphicsContextTest.cpp', 912 'graphics/GraphicsContextTest.cpp',
910 'graphics/ThreadSafeDataTransportTest.cpp', 913 'graphics/ThreadSafeDataTransportTest.cpp',
911 'graphics/filters/FilterOperationsTest.cpp', 914 'graphics/filters/FilterOperationsTest.cpp',
912 'graphics/filters/ImageFilterBuilderTest.cpp', 915 'graphics/filters/ImageFilterBuilderTest.cpp',
913 'graphics/gpu/DrawingBufferTest.cpp', 916 'graphics/gpu/DrawingBufferTest.cpp',
914 'graphics/test/MockDiscardablePixelRef.h', 917 'graphics/test/MockDiscardablePixelRef.h',
915 'image-decoders/ImageDecoderTest.cpp', 918 'image-decoders/ImageDecoderTest.cpp',
916 'mac/ScrollElasticityControllerTest.mm', 919 'mac/ScrollElasticityControllerTest.mm',
917 'network/HTTPParsersTest.cpp', 920 'network/HTTPParsersTest.cpp',
921 'scheduler/SchedulerTest.cpp',
918 'testing/ArenaTestHelpers.h', 922 'testing/ArenaTestHelpers.h',
919 'testing/TreeTestHelpers.cpp', 923 'testing/TreeTestHelpers.cpp',
920 'testing/TreeTestHelpers.h', 924 'testing/TreeTestHelpers.h',
921 'transforms/TransformOperationsTest.cpp', 925 'transforms/TransformOperationsTest.cpp',
922 'transforms/TransformationMatrixTest.cpp', 926 'transforms/TransformationMatrixTest.cpp',
923 'text/BidiResolverTest.cpp', 927 'text/BidiResolverTest.cpp',
924 'text/DateTimeFormatTest.cpp', 928 'text/DateTimeFormatTest.cpp',
925 'text/SegmentedStringTest.cpp', 929 'text/SegmentedStringTest.cpp',
926 'text/UnicodeUtilitiesTest.cpp', 930 'text/UnicodeUtilitiesTest.cpp',
927 'weborigin/DatabaseIdentifierTest.cpp', 931 'weborigin/DatabaseIdentifierTest.cpp',
(...skipping 14 matching lines...) Expand all
942 'graphics/ImageLayerChromiumTest.cpp', 946 'graphics/ImageLayerChromiumTest.cpp',
943 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 947 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
944 'graphics/test/MockImageDecoder.h', 948 'graphics/test/MockImageDecoder.h',
945 'graphics/test/MockWebGraphicsContext3D.h', 949 'graphics/test/MockWebGraphicsContext3D.h',
946 'image-decoders/gif/GIFImageDecoderTest.cpp', 950 'image-decoders/gif/GIFImageDecoderTest.cpp',
947 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 951 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
948 'image-decoders/webp/WEBPImageDecoderTest.cpp', 952 'image-decoders/webp/WEBPImageDecoderTest.cpp',
949 ], 953 ],
950 }, 954 },
951 } 955 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698