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

Side by Side Diff: Source/modules/modules.gypi

Issue 16434011: Support performance.now() in workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'mediastream/RTCStatsCallback.idl', 96 'mediastream/RTCStatsCallback.idl',
97 'mediastream/RTCStatsReport.idl', 97 'mediastream/RTCStatsReport.idl',
98 'mediastream/RTCStatsResponse.idl', 98 'mediastream/RTCStatsResponse.idl',
99 'mediastream/SourceInfo.idl', 99 'mediastream/SourceInfo.idl',
100 'navigatorcontentutils/NavigatorContentUtils.idl', 100 'navigatorcontentutils/NavigatorContentUtils.idl',
101 'notifications/DOMWindowNotifications.idl', 101 'notifications/DOMWindowNotifications.idl',
102 'notifications/Notification.idl', 102 'notifications/Notification.idl',
103 'notifications/NotificationCenter.idl', 103 'notifications/NotificationCenter.idl',
104 'notifications/NotificationPermissionCallback.idl', 104 'notifications/NotificationPermissionCallback.idl',
105 'notifications/WorkerContextNotifications.idl', 105 'notifications/WorkerContextNotifications.idl',
106 'performance/WorkerContextPerformance.idl',
107 'performance/WorkerPerformance.idl',
106 'quota/DOMWindowQuota.idl', 108 'quota/DOMWindowQuota.idl',
107 'quota/NavigatorStorageQuota.idl', 109 'quota/NavigatorStorageQuota.idl',
108 'quota/StorageErrorCallback.idl', 110 'quota/StorageErrorCallback.idl',
109 'quota/StorageInfo.idl', 111 'quota/StorageInfo.idl',
110 'quota/StorageQuota.idl', 112 'quota/StorageQuota.idl',
111 'quota/StorageQuotaCallback.idl', 113 'quota/StorageQuotaCallback.idl',
112 'quota/StorageUsageCallback.idl', 114 'quota/StorageUsageCallback.idl',
113 'quota/WorkerNavigatorStorageQuota.idl', 115 'quota/WorkerNavigatorStorageQuota.idl',
114 'speech/DOMWindowSpeechSynthesis.idl', 116 'speech/DOMWindowSpeechSynthesis.idl',
115 'speech/SpeechGrammar.idl', 117 'speech/SpeechGrammar.idl',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'notifications/DOMWindowNotifications.h', 414 'notifications/DOMWindowNotifications.h',
413 'notifications/Notification.cpp', 415 'notifications/Notification.cpp',
414 'notifications/Notification.h', 416 'notifications/Notification.h',
415 'notifications/NotificationCenter.cpp', 417 'notifications/NotificationCenter.cpp',
416 'notifications/NotificationCenter.h', 418 'notifications/NotificationCenter.h',
417 'notifications/NotificationController.cpp', 419 'notifications/NotificationController.cpp',
418 'notifications/NotificationController.h', 420 'notifications/NotificationController.h',
419 'notifications/NotificationPermissionCallback.h', 421 'notifications/NotificationPermissionCallback.h',
420 'notifications/WorkerContextNotifications.cpp', 422 'notifications/WorkerContextNotifications.cpp',
421 'notifications/WorkerContextNotifications.h', 423 'notifications/WorkerContextNotifications.h',
424 'performance/WorkerContextPerformance.cpp',
425 'performance/WorkerContextPerformance.h',
426 'performance/WorkerPerformance.cpp',
427 'performance/WorkerPerformance.h',
422 'quota/DOMWindowQuota.cpp', 428 'quota/DOMWindowQuota.cpp',
423 'quota/DOMWindowQuota.h', 429 'quota/DOMWindowQuota.h',
424 'quota/NavigatorStorageQuota.cpp', 430 'quota/NavigatorStorageQuota.cpp',
425 'quota/NavigatorStorageQuota.h', 431 'quota/NavigatorStorageQuota.h',
426 'quota/StorageInfo.cpp', 432 'quota/StorageInfo.cpp',
427 'quota/StorageInfo.h', 433 'quota/StorageInfo.h',
428 'quota/StorageErrorCallback.cpp', 434 'quota/StorageErrorCallback.cpp',
429 'quota/StorageErrorCallback.h', 435 'quota/StorageErrorCallback.h',
430 'quota/StorageQuota.cpp', 436 'quota/StorageQuota.cpp',
431 'quota/StorageQuota.h', 437 'quota/StorageQuota.h',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'websockets/WorkerThreadableWebSocketChannel.cpp', 675 'websockets/WorkerThreadableWebSocketChannel.cpp',
670 'websockets/WorkerThreadableWebSocketChannel.h', 676 'websockets/WorkerThreadableWebSocketChannel.h',
671 ], 677 ],
672 'modules_unittest_files': [ 678 'modules_unittest_files': [
673 'websockets/WebSocketDeflaterTest.cpp', 679 'websockets/WebSocketDeflaterTest.cpp',
674 'websockets/WebSocketExtensionDispatcherTest.cpp', 680 'websockets/WebSocketExtensionDispatcherTest.cpp',
675 'websockets/WebSocketPerMessageDeflateTest.cpp', 681 'websockets/WebSocketPerMessageDeflateTest.cpp',
676 ], 682 ],
677 }, 683 },
678 } 684 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698