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

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

Issue 490913002: Adding flow traces for blink scheduler events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updates based on code review Created 6 years, 3 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/WebSocketHandshakeRequest.cpp', 741 'network/WebSocketHandshakeRequest.cpp',
742 'network/WebSocketHandshakeRequest.h', 742 'network/WebSocketHandshakeRequest.h',
743 'network/WebSocketHandshakeResponse.cpp', 743 'network/WebSocketHandshakeResponse.cpp',
744 'network/WebSocketHandshakeResponse.h', 744 'network/WebSocketHandshakeResponse.h',
745 'plugins/PluginData.cpp', 745 'plugins/PluginData.cpp',
746 'plugins/PluginData.h', 746 'plugins/PluginData.h',
747 'plugins/PluginListBuilder.cpp', 747 'plugins/PluginListBuilder.cpp',
748 'plugins/PluginListBuilder.h', 748 'plugins/PluginListBuilder.h',
749 'scheduler/Scheduler.cpp', 749 'scheduler/Scheduler.cpp',
750 'scheduler/Scheduler.h', 750 'scheduler/Scheduler.h',
751 'scheduler/TracedTask.cpp',
752 'scheduler/TracedTask.h',
751 'scroll/FramelessScrollView.cpp', 753 'scroll/FramelessScrollView.cpp',
752 'scroll/FramelessScrollView.h', 754 'scroll/FramelessScrollView.h',
753 'scroll/FramelessScrollViewClient.h', 755 'scroll/FramelessScrollViewClient.h',
754 'scroll/ProgrammaticScrollAnimator.cpp', 756 'scroll/ProgrammaticScrollAnimator.cpp',
755 'scroll/ProgrammaticScrollAnimator.h', 757 'scroll/ProgrammaticScrollAnimator.h',
756 'scroll/ScrollAnimator.cpp', 758 'scroll/ScrollAnimator.cpp',
757 'scroll/ScrollAnimator.h', 759 'scroll/ScrollAnimator.h',
758 'scroll/ScrollAnimatorNone.cpp', 760 'scroll/ScrollAnimatorNone.cpp',
759 'scroll/ScrollAnimatorNone.h', 761 'scroll/ScrollAnimatorNone.h',
760 'scroll/ScrollTypes.h', 762 'scroll/ScrollTypes.h',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'graphics/ImageLayerChromiumTest.cpp', 960 'graphics/ImageLayerChromiumTest.cpp',
959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
960 'graphics/test/MockImageDecoder.h', 962 'graphics/test/MockImageDecoder.h',
961 'graphics/test/MockWebGraphicsContext3D.h', 963 'graphics/test/MockWebGraphicsContext3D.h',
962 'image-decoders/gif/GIFImageDecoderTest.cpp', 964 'image-decoders/gif/GIFImageDecoderTest.cpp',
963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
964 'image-decoders/webp/WEBPImageDecoderTest.cpp', 966 'image-decoders/webp/WEBPImageDecoderTest.cpp',
965 ], 967 ],
966 }, 968 },
967 } 969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698