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

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

Issue 656463004: Use the scheduling mechanism provided by the platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Mike's comments. Created 6 years, 2 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
« no previous file with comments | « Source/platform/TraceLocation.h ('k') | Source/platform/scheduler/Scheduler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'network/WebSocketHandshakeRequest.cpp', 736 'network/WebSocketHandshakeRequest.cpp',
737 'network/WebSocketHandshakeRequest.h', 737 'network/WebSocketHandshakeRequest.h',
738 'network/WebSocketHandshakeResponse.cpp', 738 'network/WebSocketHandshakeResponse.cpp',
739 'network/WebSocketHandshakeResponse.h', 739 'network/WebSocketHandshakeResponse.h',
740 'plugins/PluginData.cpp', 740 'plugins/PluginData.cpp',
741 'plugins/PluginData.h', 741 'plugins/PluginData.h',
742 'plugins/PluginListBuilder.cpp', 742 'plugins/PluginListBuilder.cpp',
743 'plugins/PluginListBuilder.h', 743 'plugins/PluginListBuilder.h',
744 'scheduler/Scheduler.cpp', 744 'scheduler/Scheduler.cpp',
745 'scheduler/Scheduler.h', 745 'scheduler/Scheduler.h',
746 'scheduler/TracedTask.cpp',
747 'scheduler/TracedTask.h',
748 'scroll/ProgrammaticScrollAnimator.cpp', 746 'scroll/ProgrammaticScrollAnimator.cpp',
749 'scroll/ProgrammaticScrollAnimator.h', 747 'scroll/ProgrammaticScrollAnimator.h',
750 'scroll/ScrollAnimator.cpp', 748 'scroll/ScrollAnimator.cpp',
751 'scroll/ScrollAnimator.h', 749 'scroll/ScrollAnimator.h',
752 'scroll/ScrollAnimatorNone.cpp', 750 'scroll/ScrollAnimatorNone.cpp',
753 'scroll/ScrollAnimatorNone.h', 751 'scroll/ScrollAnimatorNone.h',
754 'scroll/ScrollTypes.h', 752 'scroll/ScrollTypes.h',
755 'scroll/ScrollableArea.cpp', 753 'scroll/ScrollableArea.cpp',
756 'scroll/ScrollableArea.h', 754 'scroll/ScrollableArea.h',
757 'scroll/Scrollbar.cpp', 755 'scroll/Scrollbar.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'graphics/ImageFrameGeneratorTest.cpp', 950 'graphics/ImageFrameGeneratorTest.cpp',
953 'graphics/ImageLayerChromiumTest.cpp', 951 'graphics/ImageLayerChromiumTest.cpp',
954 'graphics/test/MockImageDecoder.h', 952 'graphics/test/MockImageDecoder.h',
955 'graphics/test/MockWebGraphicsContext3D.h', 953 'graphics/test/MockWebGraphicsContext3D.h',
956 'image-decoders/gif/GIFImageDecoderTest.cpp', 954 'image-decoders/gif/GIFImageDecoderTest.cpp',
957 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 955 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
958 'image-decoders/webp/WEBPImageDecoderTest.cpp', 956 'image-decoders/webp/WEBPImageDecoderTest.cpp',
959 ], 957 ],
960 }, 958 },
961 } 959 }
OLDNEW
« no previous file with comments | « Source/platform/TraceLocation.h ('k') | Source/platform/scheduler/Scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698