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

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

Issue 1184403003: Offer Resource Timing in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style fix Created 5 years, 6 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/core/timing/ResourceTimingInfo.h ('k') | Source/platform/network/ResourceTimingInfo.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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'network/NetworkHints.cpp', 770 'network/NetworkHints.cpp',
771 'network/NetworkHints.h', 771 'network/NetworkHints.h',
772 'network/ParsedContentType.cpp', 772 'network/ParsedContentType.cpp',
773 'network/ParsedContentType.h', 773 'network/ParsedContentType.h',
774 'network/ResourceError.cpp', 774 'network/ResourceError.cpp',
775 'network/ResourceError.h', 775 'network/ResourceError.h',
776 'network/ResourceRequest.cpp', 776 'network/ResourceRequest.cpp',
777 'network/ResourceRequest.h', 777 'network/ResourceRequest.h',
778 'network/ResourceResponse.cpp', 778 'network/ResourceResponse.cpp',
779 'network/ResourceResponse.h', 779 'network/ResourceResponse.h',
780 'network/ResourceTimingInfo.cpp',
781 'network/ResourceTimingInfo.h',
780 'network/WebSocketHandshakeRequest.cpp', 782 'network/WebSocketHandshakeRequest.cpp',
781 'network/WebSocketHandshakeRequest.h', 783 'network/WebSocketHandshakeRequest.h',
782 'network/WebSocketHandshakeResponse.cpp', 784 'network/WebSocketHandshakeResponse.cpp',
783 'network/WebSocketHandshakeResponse.h', 785 'network/WebSocketHandshakeResponse.h',
784 'plugins/PluginData.cpp', 786 'plugins/PluginData.cpp',
785 'plugins/PluginData.h', 787 'plugins/PluginData.h',
786 'plugins/PluginListBuilder.cpp', 788 'plugins/PluginListBuilder.cpp',
787 'plugins/PluginListBuilder.h', 789 'plugins/PluginListBuilder.h',
788 'scheduler/CancellableTaskFactory.cpp', 790 'scheduler/CancellableTaskFactory.cpp',
789 'scheduler/CancellableTaskFactory.h', 791 'scheduler/CancellableTaskFactory.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 ['os_posix==1 and OS!="mac"', 1038 ['os_posix==1 and OS!="mac"',
1037 { 1039 {
1038 'platform_test_files': [ 1040 'platform_test_files': [
1039 'text/LocaleICUTest.cpp', 1041 'text/LocaleICUTest.cpp',
1040 ], 1042 ],
1041 } 1043 }
1042 ], 1044 ],
1043 ], 1045 ],
1044 }, 1046 },
1045 } 1047 }
OLDNEW
« no previous file with comments | « Source/core/timing/ResourceTimingInfo.h ('k') | Source/platform/network/ResourceTimingInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698