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

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: Update compile-time assertion for matching enum 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'quota/StorageQuota.cpp', 530 'quota/StorageQuota.cpp',
530 'quota/StorageQuota.h', 531 'quota/StorageQuota.h',
531 'quota/StorageQuotaCallback.h', 532 'quota/StorageQuotaCallback.h',
532 'quota/StorageQuotaCallbacksImpl.cpp', 533 'quota/StorageQuotaCallbacksImpl.cpp',
533 'quota/StorageQuotaCallbacksImpl.h', 534 'quota/StorageQuotaCallbacksImpl.h',
534 'quota/StorageQuotaClient.cpp', 535 'quota/StorageQuotaClient.cpp',
535 'quota/StorageQuotaClient.h', 536 'quota/StorageQuotaClient.h',
536 'quota/StorageUsageCallback.h', 537 'quota/StorageUsageCallback.h',
537 'quota/WorkerNavigatorStorageQuota.cpp', 538 'quota/WorkerNavigatorStorageQuota.cpp',
538 'quota/WorkerNavigatorStorageQuota.h', 539 'quota/WorkerNavigatorStorageQuota.h',
540 'screen_orientation/ScreenOrientation.cpp',
541 'screen_orientation/ScreenOrientation.h',
542 'screen_orientation/ScreenOrientationClient.h',
543 'screen_orientation/ScreenOrientationController.cpp',
544 'screen_orientation/ScreenOrientationController.h',
539 'serviceworkers/InstallEvent.cpp', 545 'serviceworkers/InstallEvent.cpp',
540 'serviceworkers/InstallEvent.h', 546 'serviceworkers/InstallEvent.h',
541 'serviceworkers/InstallPhaseEvent.cpp', 547 'serviceworkers/InstallPhaseEvent.cpp',
542 'serviceworkers/InstallPhaseEvent.h', 548 'serviceworkers/InstallPhaseEvent.h',
543 'serviceworkers/NavigatorServiceWorker.cpp', 549 'serviceworkers/NavigatorServiceWorker.cpp',
544 'serviceworkers/NavigatorServiceWorker.h', 550 'serviceworkers/NavigatorServiceWorker.h',
545 'serviceworkers/RegistrationOptionList.h', 551 'serviceworkers/RegistrationOptionList.h',
546 'serviceworkers/ServiceWorker.cpp', 552 'serviceworkers/ServiceWorker.cpp',
547 'serviceworkers/ServiceWorker.h', 553 'serviceworkers/ServiceWorker.h',
548 'serviceworkers/ServiceWorkerContainer.cpp', 554 'serviceworkers/ServiceWorkerContainer.cpp',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'websockets/WebSocketHandshake.cpp', 817 'websockets/WebSocketHandshake.cpp',
812 'websockets/WebSocketHandshake.h', 818 'websockets/WebSocketHandshake.h',
813 'websockets/WebSocketPerMessageDeflate.cpp', 819 'websockets/WebSocketPerMessageDeflate.cpp',
814 'websockets/WebSocketPerMessageDeflate.h', 820 'websockets/WebSocketPerMessageDeflate.h',
815 'websockets/WorkerThreadableWebSocketChannel.cpp', 821 'websockets/WorkerThreadableWebSocketChannel.cpp',
816 'websockets/WorkerThreadableWebSocketChannel.h', 822 'websockets/WorkerThreadableWebSocketChannel.h',
817 ], 823 ],
818 # 'partial interface' or target (right side of) 'implements' 824 # 'partial interface' or target (right side of) 'implements'
819 'modules_testing_dependency_idl_files' : [ 825 'modules_testing_dependency_idl_files' : [
820 'geolocation/testing/InternalsGeolocation.idl', 826 'geolocation/testing/InternalsGeolocation.idl',
827 'screen_orientation/testing/InternalsScreenOrientation.idl',
821 'speech/testing/InternalsSpeechSynthesis.idl', 828 'speech/testing/InternalsSpeechSynthesis.idl',
822 'vibration/testing/InternalsVibration.idl', 829 'vibration/testing/InternalsVibration.idl',
823 ], 830 ],
824 'modules_testing_files': [ 831 'modules_testing_files': [
825 'geolocation/testing/InternalsGeolocation.cpp', 832 'geolocation/testing/InternalsGeolocation.cpp',
826 'geolocation/testing/InternalsGeolocation.h', 833 'geolocation/testing/InternalsGeolocation.h',
827 'geolocation/testing/GeolocationClientMock.h', 834 'geolocation/testing/GeolocationClientMock.h',
828 'geolocation/testing/GeolocationClientMock.cpp', 835 'geolocation/testing/GeolocationClientMock.cpp',
836 'screen_orientation/testing/InternalsScreenOrientation.cpp',
837 'screen_orientation/testing/InternalsScreenOrientation.h',
838 'screen_orientation/testing/ScreenOrientationClientMock.cpp',
839 'screen_orientation/testing/ScreenOrientationClientMock.h',
829 'speech/testing/InternalsSpeechSynthesis.cpp', 840 'speech/testing/InternalsSpeechSynthesis.cpp',
830 'speech/testing/InternalsSpeechSynthesis.h', 841 'speech/testing/InternalsSpeechSynthesis.h',
831 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 842 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
832 'speech/testing/PlatformSpeechSynthesizerMock.h', 843 'speech/testing/PlatformSpeechSynthesizerMock.h',
833 'vibration/testing/InternalsVibration.cpp', 844 'vibration/testing/InternalsVibration.cpp',
834 'vibration/testing/InternalsVibration.h', 845 'vibration/testing/InternalsVibration.h',
835 ], 846 ],
836 'modules_unittest_files': [ 847 'modules_unittest_files': [
837 'indexeddb/IDBKeyPathTest.cpp', 848 'indexeddb/IDBKeyPathTest.cpp',
838 'indexeddb/IDBRequestTest.cpp', 849 'indexeddb/IDBRequestTest.cpp',
839 'indexeddb/IDBTransactionTest.cpp', 850 'indexeddb/IDBTransactionTest.cpp',
840 'websockets/WebSocketDeflaterTest.cpp', 851 'websockets/WebSocketDeflaterTest.cpp',
841 'websockets/WebSocketExtensionDispatcherTest.cpp', 852 'websockets/WebSocketExtensionDispatcherTest.cpp',
842 'websockets/WebSocketExtensionParserTest.cpp', 853 'websockets/WebSocketExtensionParserTest.cpp',
843 'websockets/WebSocketPerMessageDeflateTest.cpp', 854 'websockets/WebSocketPerMessageDeflateTest.cpp',
844 ], 855 ],
845 }, 856 },
846 } 857 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698