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

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

Issue 283423005: Use Promises for screen.lockOrientation(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'quota/StorageQuota.cpp', 600 'quota/StorageQuota.cpp',
601 'quota/StorageQuota.h', 601 'quota/StorageQuota.h',
602 'quota/StorageQuotaCallback.h', 602 'quota/StorageQuotaCallback.h',
603 'quota/StorageQuotaCallbacksImpl.cpp', 603 'quota/StorageQuotaCallbacksImpl.cpp',
604 'quota/StorageQuotaCallbacksImpl.h', 604 'quota/StorageQuotaCallbacksImpl.h',
605 'quota/StorageQuotaClient.cpp', 605 'quota/StorageQuotaClient.cpp',
606 'quota/StorageQuotaClient.h', 606 'quota/StorageQuotaClient.h',
607 'quota/StorageUsageCallback.h', 607 'quota/StorageUsageCallback.h',
608 'quota/WorkerNavigatorStorageQuota.cpp', 608 'quota/WorkerNavigatorStorageQuota.cpp',
609 'quota/WorkerNavigatorStorageQuota.h', 609 'quota/WorkerNavigatorStorageQuota.h',
610 'screen_orientation/LockOrientationCallback.cpp',
611 'screen_orientation/LockOrientationCallback.h',
610 'screen_orientation/ScreenOrientation.cpp', 612 'screen_orientation/ScreenOrientation.cpp',
611 'screen_orientation/ScreenOrientation.h', 613 'screen_orientation/ScreenOrientation.h',
612 'screen_orientation/ScreenOrientationController.cpp', 614 'screen_orientation/ScreenOrientationController.cpp',
613 'screen_orientation/ScreenOrientationController.h', 615 'screen_orientation/ScreenOrientationController.h',
614 'screen_orientation/ScreenOrientationDispatcher.cpp', 616 'screen_orientation/ScreenOrientationDispatcher.cpp',
615 'screen_orientation/ScreenOrientationDispatcher.h', 617 'screen_orientation/ScreenOrientationDispatcher.h',
616 'serviceworkers/Cache.cpp', 618 'serviceworkers/Cache.cpp',
617 'serviceworkers/Cache.h', 619 'serviceworkers/Cache.h',
618 'serviceworkers/Client.cpp', 620 'serviceworkers/Client.cpp',
619 'serviceworkers/Client.h', 621 'serviceworkers/Client.h',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'indexeddb/IDBKeyPathTest.cpp', 929 'indexeddb/IDBKeyPathTest.cpp',
928 'indexeddb/IDBRequestTest.cpp', 930 'indexeddb/IDBRequestTest.cpp',
929 'indexeddb/IDBTransactionTest.cpp', 931 'indexeddb/IDBTransactionTest.cpp',
930 'websockets/WebSocketDeflaterTest.cpp', 932 'websockets/WebSocketDeflaterTest.cpp',
931 'websockets/WebSocketExtensionDispatcherTest.cpp', 933 'websockets/WebSocketExtensionDispatcherTest.cpp',
932 'websockets/WebSocketExtensionParserTest.cpp', 934 'websockets/WebSocketExtensionParserTest.cpp',
933 'websockets/WebSocketPerMessageDeflateTest.cpp', 935 'websockets/WebSocketPerMessageDeflateTest.cpp',
934 ], 936 ],
935 }, 937 },
936 } 938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698