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

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

Issue 169403006: Screen Orientation API: screen.orientation & orientationchange event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nits 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'quota/StorageQuotaCallback.h', 535 'quota/StorageQuotaCallback.h',
536 'quota/StorageQuotaCallbacksImpl.cpp', 536 'quota/StorageQuotaCallbacksImpl.cpp',
537 'quota/StorageQuotaCallbacksImpl.h', 537 'quota/StorageQuotaCallbacksImpl.h',
538 'quota/StorageQuotaClient.cpp', 538 'quota/StorageQuotaClient.cpp',
539 'quota/StorageQuotaClient.h', 539 'quota/StorageQuotaClient.h',
540 'quota/StorageUsageCallback.h', 540 'quota/StorageUsageCallback.h',
541 'quota/WorkerNavigatorStorageQuota.cpp', 541 'quota/WorkerNavigatorStorageQuota.cpp',
542 'quota/WorkerNavigatorStorageQuota.h', 542 'quota/WorkerNavigatorStorageQuota.h',
543 'screen_orientation/ScreenOrientation.cpp', 543 'screen_orientation/ScreenOrientation.cpp',
544 'screen_orientation/ScreenOrientation.h', 544 'screen_orientation/ScreenOrientation.h',
545 'screen_orientation/ScreenOrientationController.cpp',
546 'screen_orientation/ScreenOrientationController.h',
547 'screen_orientation/ScreenOrientationDispatcher.cpp',
548 'screen_orientation/ScreenOrientationDispatcher.h',
545 'serviceworkers/InstallEvent.cpp', 549 'serviceworkers/InstallEvent.cpp',
546 'serviceworkers/InstallEvent.h', 550 'serviceworkers/InstallEvent.h',
547 'serviceworkers/InstallPhaseEvent.cpp', 551 'serviceworkers/InstallPhaseEvent.cpp',
548 'serviceworkers/InstallPhaseEvent.h', 552 'serviceworkers/InstallPhaseEvent.h',
549 'serviceworkers/NavigatorServiceWorker.cpp', 553 'serviceworkers/NavigatorServiceWorker.cpp',
550 'serviceworkers/NavigatorServiceWorker.h', 554 'serviceworkers/NavigatorServiceWorker.h',
551 'serviceworkers/RegistrationOptionList.h', 555 'serviceworkers/RegistrationOptionList.h',
552 'serviceworkers/ServiceWorker.cpp', 556 'serviceworkers/ServiceWorker.cpp',
553 'serviceworkers/ServiceWorker.h', 557 'serviceworkers/ServiceWorker.h',
554 'serviceworkers/ServiceWorkerContainer.cpp', 558 'serviceworkers/ServiceWorkerContainer.cpp',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 'indexeddb/IDBKeyPathTest.cpp', 847 'indexeddb/IDBKeyPathTest.cpp',
844 'indexeddb/IDBRequestTest.cpp', 848 'indexeddb/IDBRequestTest.cpp',
845 'indexeddb/IDBTransactionTest.cpp', 849 'indexeddb/IDBTransactionTest.cpp',
846 'websockets/WebSocketDeflaterTest.cpp', 850 'websockets/WebSocketDeflaterTest.cpp',
847 'websockets/WebSocketExtensionDispatcherTest.cpp', 851 'websockets/WebSocketExtensionDispatcherTest.cpp',
848 'websockets/WebSocketExtensionParserTest.cpp', 852 'websockets/WebSocketExtensionParserTest.cpp',
849 'websockets/WebSocketPerMessageDeflateTest.cpp', 853 'websockets/WebSocketPerMessageDeflateTest.cpp',
850 ], 854 ],
851 }, 855 },
852 } 856 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698