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

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: Add Kenneth as OWNER 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'mediastream/NavigatorMediaStream.idl', 197 'mediastream/NavigatorMediaStream.idl',
198 'mediastream/URLMediaStream.idl', 198 'mediastream/URLMediaStream.idl',
199 'navigatorcontentutils/NavigatorContentUtils.idl', 199 'navigatorcontentutils/NavigatorContentUtils.idl',
200 'notifications/WindowNotifications.idl', 200 'notifications/WindowNotifications.idl',
201 'notifications/WorkerGlobalScopeNotifications.idl', 201 'notifications/WorkerGlobalScopeNotifications.idl',
202 'performance/SharedWorkerPerformance.idl', 202 'performance/SharedWorkerPerformance.idl',
203 'performance/WorkerGlobalScopePerformance.idl', 203 'performance/WorkerGlobalScopePerformance.idl',
204 'quota/NavigatorStorageQuota.idl', 204 'quota/NavigatorStorageQuota.idl',
205 'quota/WindowQuota.idl', 205 'quota/WindowQuota.idl',
206 'quota/WorkerNavigatorStorageQuota.idl', 206 'quota/WorkerNavigatorStorageQuota.idl',
207 'screen_orientation/ScreenOrientation.idl',
207 'serviceworkers/NavigatorServiceWorker.idl', 208 'serviceworkers/NavigatorServiceWorker.idl',
208 'speech/WindowSpeechSynthesis.idl', 209 'speech/WindowSpeechSynthesis.idl',
209 'vibration/NavigatorVibration.idl', 210 'vibration/NavigatorVibration.idl',
210 'webdatabase/WindowWebDatabase.idl', 211 'webdatabase/WindowWebDatabase.idl',
211 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 212 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
212 'webmidi/NavigatorWebMIDI.idl', 213 'webmidi/NavigatorWebMIDI.idl',
213 ], 214 ],
214 'modules_files': [ 215 'modules_files': [
215 '<@(extra_blink_module_files)', 216 '<@(extra_blink_module_files)',
216 'crypto/Algorithm.cpp', 217 'crypto/Algorithm.cpp',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'quota/StorageQuota.cpp', 536 'quota/StorageQuota.cpp',
536 'quota/StorageQuota.h', 537 'quota/StorageQuota.h',
537 'quota/StorageQuotaCallback.h', 538 'quota/StorageQuotaCallback.h',
538 'quota/StorageQuotaCallbacksImpl.cpp', 539 'quota/StorageQuotaCallbacksImpl.cpp',
539 'quota/StorageQuotaCallbacksImpl.h', 540 'quota/StorageQuotaCallbacksImpl.h',
540 'quota/StorageQuotaClient.cpp', 541 'quota/StorageQuotaClient.cpp',
541 'quota/StorageQuotaClient.h', 542 'quota/StorageQuotaClient.h',
542 'quota/StorageUsageCallback.h', 543 'quota/StorageUsageCallback.h',
543 'quota/WorkerNavigatorStorageQuota.cpp', 544 'quota/WorkerNavigatorStorageQuota.cpp',
544 'quota/WorkerNavigatorStorageQuota.h', 545 'quota/WorkerNavigatorStorageQuota.h',
546 'screen_orientation/ScreenOrientation.cpp',
547 'screen_orientation/ScreenOrientation.h',
548 'screen_orientation/ScreenOrientationClient.h',
549 'screen_orientation/ScreenOrientationController.cpp',
550 'screen_orientation/ScreenOrientationController.h',
545 'serviceworkers/InstallEvent.cpp', 551 'serviceworkers/InstallEvent.cpp',
546 'serviceworkers/InstallEvent.h', 552 'serviceworkers/InstallEvent.h',
547 'serviceworkers/InstallPhaseEvent.cpp', 553 'serviceworkers/InstallPhaseEvent.cpp',
548 'serviceworkers/InstallPhaseEvent.h', 554 'serviceworkers/InstallPhaseEvent.h',
549 'serviceworkers/ServiceWorker.cpp', 555 'serviceworkers/ServiceWorker.cpp',
550 'serviceworkers/ServiceWorker.h', 556 'serviceworkers/ServiceWorker.h',
551 'serviceworkers/ServiceWorkerError.cpp', 557 'serviceworkers/ServiceWorkerError.cpp',
552 'serviceworkers/ServiceWorkerError.h', 558 'serviceworkers/ServiceWorkerError.h',
553 'serviceworkers/NavigatorServiceWorker.cpp', 559 'serviceworkers/NavigatorServiceWorker.cpp',
554 'serviceworkers/NavigatorServiceWorker.h', 560 'serviceworkers/NavigatorServiceWorker.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'websockets/WebSocketHandshake.cpp', 813 'websockets/WebSocketHandshake.cpp',
808 'websockets/WebSocketHandshake.h', 814 'websockets/WebSocketHandshake.h',
809 'websockets/WebSocketPerMessageDeflate.cpp', 815 'websockets/WebSocketPerMessageDeflate.cpp',
810 'websockets/WebSocketPerMessageDeflate.h', 816 'websockets/WebSocketPerMessageDeflate.h',
811 'websockets/WorkerThreadableWebSocketChannel.cpp', 817 'websockets/WorkerThreadableWebSocketChannel.cpp',
812 'websockets/WorkerThreadableWebSocketChannel.h', 818 'websockets/WorkerThreadableWebSocketChannel.h',
813 ], 819 ],
814 # 'partial interface' or target (right side of) 'implements' 820 # 'partial interface' or target (right side of) 'implements'
815 'modules_testing_dependency_idl_files' : [ 821 'modules_testing_dependency_idl_files' : [
816 'geolocation/testing/InternalsGeolocation.idl', 822 'geolocation/testing/InternalsGeolocation.idl',
823 'screen_orientation/testing/InternalsScreenOrientation.idl',
817 'speech/testing/InternalsSpeechSynthesis.idl', 824 'speech/testing/InternalsSpeechSynthesis.idl',
818 'vibration/testing/InternalsVibration.idl', 825 'vibration/testing/InternalsVibration.idl',
819 ], 826 ],
820 'modules_testing_files': [ 827 'modules_testing_files': [
821 'geolocation/testing/InternalsGeolocation.cpp', 828 'geolocation/testing/InternalsGeolocation.cpp',
822 'geolocation/testing/InternalsGeolocation.h', 829 'geolocation/testing/InternalsGeolocation.h',
823 'geolocation/testing/GeolocationClientMock.h', 830 'geolocation/testing/GeolocationClientMock.h',
824 'geolocation/testing/GeolocationClientMock.cpp', 831 'geolocation/testing/GeolocationClientMock.cpp',
832 'screen_orientation/testing/InternalsScreenOrientation.cpp',
833 'screen_orientation/testing/InternalsScreenOrientation.h',
834 'screen_orientation/testing/ScreenOrientationClientMock.cpp',
835 'screen_orientation/testing/ScreenOrientationClientMock.h',
825 'speech/testing/InternalsSpeechSynthesis.cpp', 836 'speech/testing/InternalsSpeechSynthesis.cpp',
826 'speech/testing/InternalsSpeechSynthesis.h', 837 'speech/testing/InternalsSpeechSynthesis.h',
827 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 838 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
828 'speech/testing/PlatformSpeechSynthesizerMock.h', 839 'speech/testing/PlatformSpeechSynthesizerMock.h',
829 'vibration/testing/InternalsVibration.cpp', 840 'vibration/testing/InternalsVibration.cpp',
830 'vibration/testing/InternalsVibration.h', 841 'vibration/testing/InternalsVibration.h',
831 ], 842 ],
832 'modules_unittest_files': [ 843 'modules_unittest_files': [
833 'indexeddb/IDBKeyPathTest.cpp', 844 'indexeddb/IDBKeyPathTest.cpp',
834 'indexeddb/IDBRequestTest.cpp', 845 'indexeddb/IDBRequestTest.cpp',
835 'indexeddb/IDBTransactionTest.cpp', 846 'indexeddb/IDBTransactionTest.cpp',
836 'websockets/WebSocketDeflaterTest.cpp', 847 'websockets/WebSocketDeflaterTest.cpp',
837 'websockets/WebSocketExtensionDispatcherTest.cpp', 848 'websockets/WebSocketExtensionDispatcherTest.cpp',
838 'websockets/WebSocketExtensionParserTest.cpp', 849 'websockets/WebSocketExtensionParserTest.cpp',
839 'websockets/WebSocketPerMessageDeflateTest.cpp', 850 'websockets/WebSocketPerMessageDeflateTest.cpp',
840 ], 851 ],
841 }, 852 },
842 } 853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698