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

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: Merge with master and disable mangle 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
« no previous file with comments | « Source/platform/TraceEvent.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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/Scheduler.cpp', 751 'scheduler/Scheduler.cpp',
752 'scheduler/Scheduler.h', 752 'scheduler/Scheduler.h',
753 'scheduler/TracedTask.cpp',
754 'scheduler/TracedTask.h',
753 'scroll/ProgrammaticScrollAnimator.cpp', 755 'scroll/ProgrammaticScrollAnimator.cpp',
754 'scroll/ProgrammaticScrollAnimator.h', 756 'scroll/ProgrammaticScrollAnimator.h',
755 'scroll/ScrollAnimator.cpp', 757 'scroll/ScrollAnimator.cpp',
756 'scroll/ScrollAnimator.h', 758 'scroll/ScrollAnimator.h',
757 'scroll/ScrollAnimatorNone.cpp', 759 'scroll/ScrollAnimatorNone.cpp',
758 'scroll/ScrollAnimatorNone.h', 760 'scroll/ScrollAnimatorNone.h',
759 'scroll/ScrollTypes.h', 761 'scroll/ScrollTypes.h',
760 'scroll/ScrollView.cpp', 762 'scroll/ScrollView.cpp',
761 'scroll/ScrollableArea.cpp', 763 'scroll/ScrollableArea.cpp',
762 'scroll/ScrollableArea.h', 764 'scroll/ScrollableArea.h',
(...skipping 195 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
« no previous file with comments | « Source/platform/TraceEvent.h ('k') | Source/platform/scheduler/Scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698