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

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: 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
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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'network/NetworkHints.cpp', 767 'network/NetworkHints.cpp',
768 'network/NetworkHints.h', 768 'network/NetworkHints.h',
769 'network/ParsedContentType.cpp', 769 'network/ParsedContentType.cpp',
770 'network/ParsedContentType.h', 770 'network/ParsedContentType.h',
771 'network/ResourceError.cpp', 771 'network/ResourceError.cpp',
772 'network/ResourceError.h', 772 'network/ResourceError.h',
773 'network/ResourceRequest.cpp', 773 'network/ResourceRequest.cpp',
774 'network/ResourceRequest.h', 774 'network/ResourceRequest.h',
775 'network/ResourceResponse.cpp', 775 'network/ResourceResponse.cpp',
776 'network/ResourceResponse.h', 776 'network/ResourceResponse.h',
777 'network/ResourceTimingInfo.cpp',
778 'network/ResourceTimingInfo.h',
777 'network/WebSocketHandshakeRequest.cpp', 779 'network/WebSocketHandshakeRequest.cpp',
778 'network/WebSocketHandshakeRequest.h', 780 'network/WebSocketHandshakeRequest.h',
779 'network/WebSocketHandshakeResponse.cpp', 781 'network/WebSocketHandshakeResponse.cpp',
780 'network/WebSocketHandshakeResponse.h', 782 'network/WebSocketHandshakeResponse.h',
781 'plugins/PluginData.cpp', 783 'plugins/PluginData.cpp',
782 'plugins/PluginData.h', 784 'plugins/PluginData.h',
783 'plugins/PluginListBuilder.cpp', 785 'plugins/PluginListBuilder.cpp',
784 'plugins/PluginListBuilder.h', 786 'plugins/PluginListBuilder.h',
785 'scheduler/CancellableTaskFactory.cpp', 787 'scheduler/CancellableTaskFactory.cpp',
786 'scheduler/CancellableTaskFactory.h', 788 'scheduler/CancellableTaskFactory.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 ['os_posix==1 and OS!="mac"', 1034 ['os_posix==1 and OS!="mac"',
1033 { 1035 {
1034 'platform_test_files': [ 1036 'platform_test_files': [
1035 'text/LocaleICUTest.cpp', 1037 'text/LocaleICUTest.cpp',
1036 ], 1038 ],
1037 } 1039 }
1038 ], 1040 ],
1039 ], 1041 ],
1040 }, 1042 },
1041 } 1043 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698