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

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

Issue 20598008: Add maxTouchPoints for pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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 '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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'mediastream/NavigatorUserMediaErrorCallback.idl', 172 'mediastream/NavigatorUserMediaErrorCallback.idl',
173 'mediastream/NavigatorUserMediaSuccessCallback.idl', 173 'mediastream/NavigatorUserMediaSuccessCallback.idl',
174 'mediastream/RTCErrorCallback.idl', 174 'mediastream/RTCErrorCallback.idl',
175 'mediastream/RTCSessionDescriptionCallback.idl', 175 'mediastream/RTCSessionDescriptionCallback.idl',
176 'mediastream/RTCStatsCallback.idl', 176 'mediastream/RTCStatsCallback.idl',
177 'navigatorcontentutils/NavigatorContentUtils.idl', 177 'navigatorcontentutils/NavigatorContentUtils.idl',
178 'notifications/NotificationPermissionCallback.idl', 178 'notifications/NotificationPermissionCallback.idl',
179 'notifications/WindowNotifications.idl', 179 'notifications/WindowNotifications.idl',
180 'notifications/WorkerGlobalScopeNotifications.idl', 180 'notifications/WorkerGlobalScopeNotifications.idl',
181 'performance/WorkerGlobalScopePerformance.idl', 181 'performance/WorkerGlobalScopePerformance.idl',
182 'pointerevents/NavigatorPointerEvents.idl',
Rick Byers 2013/08/07 13:46:51 I'm not sure if a 'module' is really appropriate f
182 'quota/NavigatorStorageQuota.idl', 183 'quota/NavigatorStorageQuota.idl',
183 'quota/StorageErrorCallback.idl', 184 'quota/StorageErrorCallback.idl',
184 'quota/StorageQuotaCallback.idl', 185 'quota/StorageQuotaCallback.idl',
185 'quota/StorageUsageCallback.idl', 186 'quota/StorageUsageCallback.idl',
186 'quota/WindowQuota.idl', 187 'quota/WindowQuota.idl',
187 'quota/WorkerNavigatorStorageQuota.idl', 188 'quota/WorkerNavigatorStorageQuota.idl',
188 'speech/WindowSpeechSynthesis.idl', 189 'speech/WindowSpeechSynthesis.idl',
189 'vibration/NavigatorVibration.idl', 190 'vibration/NavigatorVibration.idl',
190 'webaudio/AudioBufferCallback.idl', 191 'webaudio/AudioBufferCallback.idl',
191 'webdatabase/DatabaseCallback.idl', 192 'webdatabase/DatabaseCallback.idl',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'notifications/NotificationCenter.h', 479 'notifications/NotificationCenter.h',
479 'notifications/NotificationController.cpp', 480 'notifications/NotificationController.cpp',
480 'notifications/NotificationController.h', 481 'notifications/NotificationController.h',
481 'notifications/NotificationPermissionCallback.h', 482 'notifications/NotificationPermissionCallback.h',
482 'notifications/WorkerGlobalScopeNotifications.cpp', 483 'notifications/WorkerGlobalScopeNotifications.cpp',
483 'notifications/WorkerGlobalScopeNotifications.h', 484 'notifications/WorkerGlobalScopeNotifications.h',
484 'performance/WorkerGlobalScopePerformance.cpp', 485 'performance/WorkerGlobalScopePerformance.cpp',
485 'performance/WorkerGlobalScopePerformance.h', 486 'performance/WorkerGlobalScopePerformance.h',
486 'performance/WorkerPerformance.cpp', 487 'performance/WorkerPerformance.cpp',
487 'performance/WorkerPerformance.h', 488 'performance/WorkerPerformance.h',
489 'pointerevents/NavigatorPointerEvents.cpp',
490 'pointerevents/NavigatorPointerEvents.h',
488 'quota/DOMWindowQuota.cpp', 491 'quota/DOMWindowQuota.cpp',
489 'quota/DOMWindowQuota.h', 492 'quota/DOMWindowQuota.h',
490 'quota/NavigatorStorageQuota.cpp', 493 'quota/NavigatorStorageQuota.cpp',
491 'quota/NavigatorStorageQuota.h', 494 'quota/NavigatorStorageQuota.h',
492 'quota/StorageInfo.cpp', 495 'quota/StorageInfo.cpp',
493 'quota/StorageInfo.h', 496 'quota/StorageInfo.h',
494 'quota/StorageErrorCallback.cpp', 497 'quota/StorageErrorCallback.cpp',
495 'quota/StorageErrorCallback.h', 498 'quota/StorageErrorCallback.h',
496 'quota/StorageQuota.cpp', 499 'quota/StorageQuota.cpp',
497 'quota/StorageQuota.h', 500 'quota/StorageQuota.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'indexeddb/IDBKeyPathTest.cpp', 750 'indexeddb/IDBKeyPathTest.cpp',
748 'indexeddb/IDBRequestTest.cpp', 751 'indexeddb/IDBRequestTest.cpp',
749 'indexeddb/IDBTransactionTest.cpp', 752 'indexeddb/IDBTransactionTest.cpp',
750 'websockets/WebSocketDeflaterTest.cpp', 753 'websockets/WebSocketDeflaterTest.cpp',
751 'websockets/WebSocketExtensionDispatcherTest.cpp', 754 'websockets/WebSocketExtensionDispatcherTest.cpp',
752 'websockets/WebSocketExtensionParserTest.cpp', 755 'websockets/WebSocketExtensionParserTest.cpp',
753 'websockets/WebSocketPerMessageDeflateTest.cpp', 756 'websockets/WebSocketPerMessageDeflateTest.cpp',
754 ], 757 ],
755 }, 758 },
756 } 759 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698