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

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

Issue 132113006: Add initial Blink-side support for the Screen Orientation API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'mediastream/NavigatorMediaStream.idl', 196 'mediastream/NavigatorMediaStream.idl',
197 'mediastream/URLMediaStream.idl', 197 'mediastream/URLMediaStream.idl',
198 'navigatorcontentutils/NavigatorContentUtils.idl', 198 'navigatorcontentutils/NavigatorContentUtils.idl',
199 'notifications/WindowNotifications.idl', 199 'notifications/WindowNotifications.idl',
200 'notifications/WorkerGlobalScopeNotifications.idl', 200 'notifications/WorkerGlobalScopeNotifications.idl',
201 'performance/SharedWorkerPerformance.idl', 201 'performance/SharedWorkerPerformance.idl',
202 'performance/WorkerGlobalScopePerformance.idl', 202 'performance/WorkerGlobalScopePerformance.idl',
203 'quota/NavigatorStorageQuota.idl', 203 'quota/NavigatorStorageQuota.idl',
204 'quota/WindowQuota.idl', 204 'quota/WindowQuota.idl',
205 'quota/WorkerNavigatorStorageQuota.idl', 205 'quota/WorkerNavigatorStorageQuota.idl',
206 'screen_orientation/ScreenOrientation.idl',
206 'serviceworkers/NavigatorServiceWorker.idl', 207 'serviceworkers/NavigatorServiceWorker.idl',
207 'speech/WindowSpeechSynthesis.idl', 208 'speech/WindowSpeechSynthesis.idl',
208 'vibration/NavigatorVibration.idl', 209 'vibration/NavigatorVibration.idl',
209 'webdatabase/WindowWebDatabase.idl', 210 'webdatabase/WindowWebDatabase.idl',
210 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 211 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
211 'webmidi/NavigatorWebMIDI.idl', 212 'webmidi/NavigatorWebMIDI.idl',
212 ], 213 ],
213 'modules_files': [ 214 'modules_files': [
214 '<@(extra_blink_module_files)', 215 '<@(extra_blink_module_files)',
215 'crypto/Algorithm.cpp', 216 'crypto/Algorithm.cpp',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'quota/StorageQuota.cpp', 528 'quota/StorageQuota.cpp',
528 'quota/StorageQuota.h', 529 'quota/StorageQuota.h',
529 'quota/StorageQuotaCallback.h', 530 'quota/StorageQuotaCallback.h',
530 'quota/StorageQuotaCallbacksImpl.cpp', 531 'quota/StorageQuotaCallbacksImpl.cpp',
531 'quota/StorageQuotaCallbacksImpl.h', 532 'quota/StorageQuotaCallbacksImpl.h',
532 'quota/StorageQuotaClient.cpp', 533 'quota/StorageQuotaClient.cpp',
533 'quota/StorageQuotaClient.h', 534 'quota/StorageQuotaClient.h',
534 'quota/StorageUsageCallback.h', 535 'quota/StorageUsageCallback.h',
535 'quota/WorkerNavigatorStorageQuota.cpp', 536 'quota/WorkerNavigatorStorageQuota.cpp',
536 'quota/WorkerNavigatorStorageQuota.h', 537 'quota/WorkerNavigatorStorageQuota.h',
538 'screen_orientation/ScreenOrientation.cpp',
539 'screen_orientation/ScreenOrientation.h',
540 'screen_orientation/ScreenOrientationClient.h',
541 'screen_orientation/ScreenOrientationController.cpp',
542 'screen_orientation/ScreenOrientationController.h',
537 'serviceworkers/InstallEvent.cpp', 543 'serviceworkers/InstallEvent.cpp',
538 'serviceworkers/InstallEvent.h', 544 'serviceworkers/InstallEvent.h',
539 'serviceworkers/InstallPhaseEvent.cpp', 545 'serviceworkers/InstallPhaseEvent.cpp',
540 'serviceworkers/InstallPhaseEvent.h', 546 'serviceworkers/InstallPhaseEvent.h',
541 'serviceworkers/ServiceWorker.cpp', 547 'serviceworkers/ServiceWorker.cpp',
542 'serviceworkers/ServiceWorker.h', 548 'serviceworkers/ServiceWorker.h',
543 'serviceworkers/ServiceWorkerError.cpp', 549 'serviceworkers/ServiceWorkerError.cpp',
544 'serviceworkers/ServiceWorkerError.h', 550 'serviceworkers/ServiceWorkerError.h',
545 'serviceworkers/NavigatorServiceWorker.cpp', 551 'serviceworkers/NavigatorServiceWorker.cpp',
546 'serviceworkers/NavigatorServiceWorker.h', 552 'serviceworkers/NavigatorServiceWorker.h',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'indexeddb/IDBKeyPathTest.cpp', 827 'indexeddb/IDBKeyPathTest.cpp',
822 'indexeddb/IDBRequestTest.cpp', 828 'indexeddb/IDBRequestTest.cpp',
823 'indexeddb/IDBTransactionTest.cpp', 829 'indexeddb/IDBTransactionTest.cpp',
824 'websockets/WebSocketDeflaterTest.cpp', 830 'websockets/WebSocketDeflaterTest.cpp',
825 'websockets/WebSocketExtensionDispatcherTest.cpp', 831 'websockets/WebSocketExtensionDispatcherTest.cpp',
826 'websockets/WebSocketExtensionParserTest.cpp', 832 'websockets/WebSocketExtensionParserTest.cpp',
827 'websockets/WebSocketPerMessageDeflateTest.cpp', 833 'websockets/WebSocketPerMessageDeflateTest.cpp',
828 ], 834 ],
829 }, 835 },
830 } 836 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698