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

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: review commenst 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'quota/StorageQuota.cpp', 610 'quota/StorageQuota.cpp',
611 'quota/StorageQuota.h', 611 'quota/StorageQuota.h',
612 'quota/StorageQuotaCallback.h', 612 'quota/StorageQuotaCallback.h',
613 'quota/StorageQuotaCallbacksImpl.cpp', 613 'quota/StorageQuotaCallbacksImpl.cpp',
614 'quota/StorageQuotaCallbacksImpl.h', 614 'quota/StorageQuotaCallbacksImpl.h',
615 'quota/StorageQuotaClient.cpp', 615 'quota/StorageQuotaClient.cpp',
616 'quota/StorageQuotaClient.h', 616 'quota/StorageQuotaClient.h',
617 'quota/StorageUsageCallback.h', 617 'quota/StorageUsageCallback.h',
618 'quota/WorkerNavigatorStorageQuota.cpp', 618 'quota/WorkerNavigatorStorageQuota.cpp',
619 'quota/WorkerNavigatorStorageQuota.h', 619 'quota/WorkerNavigatorStorageQuota.h',
620 'screen_orientation/LockOrientationCallback.cpp',
621 'screen_orientation/LockOrientationCallback.h',
620 'screen_orientation/ScreenOrientation.cpp', 622 'screen_orientation/ScreenOrientation.cpp',
621 'screen_orientation/ScreenOrientation.h', 623 'screen_orientation/ScreenOrientation.h',
622 'screen_orientation/ScreenOrientationController.cpp', 624 'screen_orientation/ScreenOrientationController.cpp',
623 'screen_orientation/ScreenOrientationController.h', 625 'screen_orientation/ScreenOrientationController.h',
624 'screen_orientation/ScreenOrientationDispatcher.cpp', 626 'screen_orientation/ScreenOrientationDispatcher.cpp',
625 'screen_orientation/ScreenOrientationDispatcher.h', 627 'screen_orientation/ScreenOrientationDispatcher.h',
626 'serviceworkers/Cache.cpp', 628 'serviceworkers/Cache.cpp',
627 'serviceworkers/Cache.h', 629 'serviceworkers/Cache.h',
628 'serviceworkers/Client.cpp', 630 'serviceworkers/Client.cpp',
629 'serviceworkers/Client.h', 631 'serviceworkers/Client.h',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'indexeddb/IDBKeyPathTest.cpp', 939 'indexeddb/IDBKeyPathTest.cpp',
938 'indexeddb/IDBRequestTest.cpp', 940 'indexeddb/IDBRequestTest.cpp',
939 'indexeddb/IDBTransactionTest.cpp', 941 'indexeddb/IDBTransactionTest.cpp',
940 'websockets/WebSocketDeflaterTest.cpp', 942 'websockets/WebSocketDeflaterTest.cpp',
941 'websockets/WebSocketExtensionDispatcherTest.cpp', 943 'websockets/WebSocketExtensionDispatcherTest.cpp',
942 'websockets/WebSocketExtensionParserTest.cpp', 944 'websockets/WebSocketExtensionParserTest.cpp',
943 'websockets/WebSocketPerMessageDeflateTest.cpp', 945 'websockets/WebSocketPerMessageDeflateTest.cpp',
944 ], 946 ],
945 }, 947 },
946 } 948 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698