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

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

Issue 168763002: Add initial Screen Orientation API support: IDL changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase additional test 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'mediastream/NavigatorMediaStream.idl', 198 'mediastream/NavigatorMediaStream.idl',
199 'mediastream/URLMediaStream.idl', 199 'mediastream/URLMediaStream.idl',
200 'navigatorcontentutils/NavigatorContentUtils.idl', 200 'navigatorcontentutils/NavigatorContentUtils.idl',
201 'notifications/WindowNotifications.idl', 201 'notifications/WindowNotifications.idl',
202 'notifications/WorkerGlobalScopeNotifications.idl', 202 'notifications/WorkerGlobalScopeNotifications.idl',
203 'performance/SharedWorkerPerformance.idl', 203 'performance/SharedWorkerPerformance.idl',
204 'performance/WorkerGlobalScopePerformance.idl', 204 'performance/WorkerGlobalScopePerformance.idl',
205 'quota/NavigatorStorageQuota.idl', 205 'quota/NavigatorStorageQuota.idl',
206 'quota/WindowQuota.idl', 206 'quota/WindowQuota.idl',
207 'quota/WorkerNavigatorStorageQuota.idl', 207 'quota/WorkerNavigatorStorageQuota.idl',
208 'screen_orientation/ScreenOrientation.idl',
208 'serviceworkers/NavigatorServiceWorker.idl', 209 'serviceworkers/NavigatorServiceWorker.idl',
209 'speech/WindowSpeechSynthesis.idl', 210 'speech/WindowSpeechSynthesis.idl',
210 'vibration/NavigatorVibration.idl', 211 'vibration/NavigatorVibration.idl',
211 'webdatabase/WindowWebDatabase.idl', 212 'webdatabase/WindowWebDatabase.idl',
212 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 213 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
213 'webmidi/NavigatorWebMIDI.idl', 214 'webmidi/NavigatorWebMIDI.idl',
214 ], 215 ],
215 'modules_files': [ 216 'modules_files': [
216 '<@(extra_blink_module_files)', 217 '<@(extra_blink_module_files)',
217 'crypto/Algorithm.cpp', 218 'crypto/Algorithm.cpp',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'quota/StorageQuota.cpp', 533 'quota/StorageQuota.cpp',
533 'quota/StorageQuota.h', 534 'quota/StorageQuota.h',
534 'quota/StorageQuotaCallback.h', 535 'quota/StorageQuotaCallback.h',
535 'quota/StorageQuotaCallbacksImpl.cpp', 536 'quota/StorageQuotaCallbacksImpl.cpp',
536 'quota/StorageQuotaCallbacksImpl.h', 537 'quota/StorageQuotaCallbacksImpl.h',
537 'quota/StorageQuotaClient.cpp', 538 'quota/StorageQuotaClient.cpp',
538 'quota/StorageQuotaClient.h', 539 'quota/StorageQuotaClient.h',
539 'quota/StorageUsageCallback.h', 540 'quota/StorageUsageCallback.h',
540 'quota/WorkerNavigatorStorageQuota.cpp', 541 'quota/WorkerNavigatorStorageQuota.cpp',
541 'quota/WorkerNavigatorStorageQuota.h', 542 'quota/WorkerNavigatorStorageQuota.h',
543 'screen_orientation/ScreenOrientation.cpp',
544 'screen_orientation/ScreenOrientation.h',
542 'serviceworkers/InstallEvent.cpp', 545 'serviceworkers/InstallEvent.cpp',
543 'serviceworkers/InstallEvent.h', 546 'serviceworkers/InstallEvent.h',
544 'serviceworkers/InstallPhaseEvent.cpp', 547 'serviceworkers/InstallPhaseEvent.cpp',
545 'serviceworkers/InstallPhaseEvent.h', 548 'serviceworkers/InstallPhaseEvent.h',
546 'serviceworkers/NavigatorServiceWorker.cpp', 549 'serviceworkers/NavigatorServiceWorker.cpp',
547 'serviceworkers/NavigatorServiceWorker.h', 550 'serviceworkers/NavigatorServiceWorker.h',
548 'serviceworkers/RegistrationOptionList.h', 551 'serviceworkers/RegistrationOptionList.h',
549 'serviceworkers/ServiceWorker.cpp', 552 'serviceworkers/ServiceWorker.cpp',
550 'serviceworkers/ServiceWorker.h', 553 'serviceworkers/ServiceWorker.h',
551 'serviceworkers/ServiceWorkerContainer.cpp', 554 'serviceworkers/ServiceWorkerContainer.cpp',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'indexeddb/IDBKeyPathTest.cpp', 843 'indexeddb/IDBKeyPathTest.cpp',
841 'indexeddb/IDBRequestTest.cpp', 844 'indexeddb/IDBRequestTest.cpp',
842 'indexeddb/IDBTransactionTest.cpp', 845 'indexeddb/IDBTransactionTest.cpp',
843 'websockets/WebSocketDeflaterTest.cpp', 846 'websockets/WebSocketDeflaterTest.cpp',
844 'websockets/WebSocketExtensionDispatcherTest.cpp', 847 'websockets/WebSocketExtensionDispatcherTest.cpp',
845 'websockets/WebSocketExtensionParserTest.cpp', 848 'websockets/WebSocketExtensionParserTest.cpp',
846 'websockets/WebSocketPerMessageDeflateTest.cpp', 849 'websockets/WebSocketPerMessageDeflateTest.cpp',
847 ], 850 ],
848 }, 851 },
849 } 852 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698