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

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

Issue 1087203002: Patch 2/3 to get WebScheduler via WebThread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Style nits Created 5 years, 8 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'ThreadTimers.h', 127 'ThreadTimers.h',
128 'Timer.cpp', 128 'Timer.cpp',
129 'Timer.h', 129 'Timer.h',
130 'TraceEvent.h', 130 'TraceEvent.h',
131 'TracedValue.cpp', 131 'TracedValue.cpp',
132 'TracedValue.h', 132 'TracedValue.h',
133 'UUID.cpp', 133 'UUID.cpp',
134 'UUID.h', 134 'UUID.h',
135 'UserGestureIndicator.cpp', 135 'UserGestureIndicator.cpp',
136 'UserGestureIndicator.h', 136 'UserGestureIndicator.h',
137 'WebThread.cpp', 137 'WebScheduler.cpp',
138 'WebThreadSupportingGC.cpp', 138 'WebThreadSupportingGC.cpp',
139 'WebThreadSupportingGC.h', 139 'WebThreadSupportingGC.h',
140 'WebThread.cpp',
140 'Widget.cpp', 141 'Widget.cpp',
141 'Widget.h', 142 'Widget.h',
142 'WindowsKeyboardCodes.h', 143 'WindowsKeyboardCodes.h',
143 'animation/AnimationUtilities.h', 144 'animation/AnimationUtilities.h',
144 'animation/CubicBezierControlPoints.cpp', 145 'animation/CubicBezierControlPoints.cpp',
145 'animation/CubicBezierControlPoints.h', 146 'animation/CubicBezierControlPoints.h',
146 'animation/TimingFunction.cpp', 147 'animation/TimingFunction.cpp',
147 'animation/TimingFunction.h', 148 'animation/TimingFunction.h',
148 'animation/UnitBezier.h', 149 'animation/UnitBezier.h',
149 'audio/AudioArray.h', 150 'audio/AudioArray.h',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'network/WebSocketHandshakeResponse.cpp', 767 'network/WebSocketHandshakeResponse.cpp',
767 'network/WebSocketHandshakeResponse.h', 768 'network/WebSocketHandshakeResponse.h',
768 'plugins/PluginData.cpp', 769 'plugins/PluginData.cpp',
769 'plugins/PluginData.h', 770 'plugins/PluginData.h',
770 'plugins/PluginListBuilder.cpp', 771 'plugins/PluginListBuilder.cpp',
771 'plugins/PluginListBuilder.h', 772 'plugins/PluginListBuilder.h',
772 'scheduler/CancellableTaskFactory.cpp', 773 'scheduler/CancellableTaskFactory.cpp',
773 'scheduler/CancellableTaskFactory.h', 774 'scheduler/CancellableTaskFactory.h',
774 'scheduler/ClosureRunnerTask.cpp', 775 'scheduler/ClosureRunnerTask.cpp',
775 'scheduler/ClosureRunnerTask.h', 776 'scheduler/ClosureRunnerTask.h',
776 'scheduler/Scheduler.cpp',
777 'scheduler/Scheduler.h',
778 'scroll/ProgrammaticScrollAnimator.cpp', 777 'scroll/ProgrammaticScrollAnimator.cpp',
779 'scroll/ProgrammaticScrollAnimator.h', 778 'scroll/ProgrammaticScrollAnimator.h',
780 'scroll/ScrollAnimator.cpp', 779 'scroll/ScrollAnimator.cpp',
781 'scroll/ScrollAnimator.h', 780 'scroll/ScrollAnimator.h',
782 'scroll/ScrollAnimatorNone.cpp', 781 'scroll/ScrollAnimatorNone.cpp',
783 'scroll/ScrollAnimatorNone.h', 782 'scroll/ScrollAnimatorNone.h',
784 'scroll/ScrollTypes.h', 783 'scroll/ScrollTypes.h',
785 'scroll/ScrollableArea.cpp', 784 'scroll/ScrollableArea.cpp',
786 'scroll/ScrollableArea.h', 785 'scroll/ScrollableArea.h',
787 'scroll/Scrollbar.cpp', 786 'scroll/Scrollbar.cpp',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 'graphics/gpu/DrawingBufferTest.cpp', 952 'graphics/gpu/DrawingBufferTest.cpp',
954 'graphics/paint/DisplayItemListTest.cpp', 953 'graphics/paint/DisplayItemListTest.cpp',
955 'graphics/paint/DisplayItemTest.cpp', 954 'graphics/paint/DisplayItemTest.cpp',
956 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp', 955 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp',
957 'image-decoders/FastSharedBufferReaderTest.cpp', 956 'image-decoders/FastSharedBufferReaderTest.cpp',
958 'image-decoders/ImageDecoderTest.cpp', 957 'image-decoders/ImageDecoderTest.cpp',
959 'network/FormDataTest.cpp', 958 'network/FormDataTest.cpp',
960 'network/HTTPParsersTest.cpp', 959 'network/HTTPParsersTest.cpp',
961 'network/ResourceRequestTest.cpp', 960 'network/ResourceRequestTest.cpp',
962 'scheduler/CancellableTaskFactoryTest.cpp', 961 'scheduler/CancellableTaskFactoryTest.cpp',
963 'scheduler/SchedulerTest.cpp',
964 'scroll/ScrollableAreaTest.cpp', 962 'scroll/ScrollableAreaTest.cpp',
965 'testing/ArenaTestHelpers.h', 963 'testing/ArenaTestHelpers.h',
966 'testing/TreeTestHelpers.cpp', 964 'testing/TreeTestHelpers.cpp',
967 'testing/TreeTestHelpers.h', 965 'testing/TreeTestHelpers.h',
968 'text/BidiResolverTest.cpp', 966 'text/BidiResolverTest.cpp',
969 'text/DateTimeFormatTest.cpp', 967 'text/DateTimeFormatTest.cpp',
970 'text/SegmentedStringTest.cpp', 968 'text/SegmentedStringTest.cpp',
971 'text/UnicodeUtilitiesTest.cpp', 969 'text/UnicodeUtilitiesTest.cpp',
972 'transforms/TransformOperationsTest.cpp', 970 'transforms/TransformOperationsTest.cpp',
973 'transforms/TransformTestHelper.h', 971 'transforms/TransformTestHelper.h',
(...skipping 23 matching lines...) Expand all
997 'image-decoders/webp/WEBPImageDecoderTest.cpp', 995 'image-decoders/webp/WEBPImageDecoderTest.cpp',
998 ], 996 ],
999 'platform_unittest_support_files': [ 997 'platform_unittest_support_files': [
1000 'testing/URLTestHelpers.cpp', 998 'testing/URLTestHelpers.cpp',
1001 'testing/URLTestHelpers.h', 999 'testing/URLTestHelpers.h',
1002 'testing/UnitTestHelpers.cpp', 1000 'testing/UnitTestHelpers.cpp',
1003 'testing/UnitTestHelpers.h', 1001 'testing/UnitTestHelpers.h',
1004 ], 1002 ],
1005 }, 1003 },
1006 } 1004 }
OLDNEW
« no previous file with comments | « Source/platform/WebScheduler.cpp ('k') | Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698