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

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

Issue 419643008: Make Screen Orientation use Platform Events in order to handle polling. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@platform_events
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/modules/screen_orientation/ScreenOrientationController.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'quota/WorkerNavigatorStorageQuota.cpp', 645 'quota/WorkerNavigatorStorageQuota.cpp',
646 'quota/WorkerNavigatorStorageQuota.h', 646 'quota/WorkerNavigatorStorageQuota.h',
647 'screen_orientation/LockOrientationCallback.cpp', 647 'screen_orientation/LockOrientationCallback.cpp',
648 'screen_orientation/LockOrientationCallback.h', 648 'screen_orientation/LockOrientationCallback.h',
649 'screen_orientation/ScreenScreenOrientation.cpp', 649 'screen_orientation/ScreenScreenOrientation.cpp',
650 'screen_orientation/ScreenScreenOrientation.h', 650 'screen_orientation/ScreenScreenOrientation.h',
651 'screen_orientation/ScreenOrientation.cpp', 651 'screen_orientation/ScreenOrientation.cpp',
652 'screen_orientation/ScreenOrientation.h', 652 'screen_orientation/ScreenOrientation.h',
653 'screen_orientation/ScreenOrientationController.cpp', 653 'screen_orientation/ScreenOrientationController.cpp',
654 'screen_orientation/ScreenOrientationController.h', 654 'screen_orientation/ScreenOrientationController.h',
655 'screen_orientation/ScreenOrientationDispatcher.cpp',
656 'screen_orientation/ScreenOrientationDispatcher.h',
655 'serviceworkers/CacheStorage.cpp', 657 'serviceworkers/CacheStorage.cpp',
656 'serviceworkers/CacheStorage.h', 658 'serviceworkers/CacheStorage.h',
657 'serviceworkers/Client.cpp', 659 'serviceworkers/Client.cpp',
658 'serviceworkers/Client.h', 660 'serviceworkers/Client.h',
659 'serviceworkers/FetchBodyStream.cpp', 661 'serviceworkers/FetchBodyStream.cpp',
660 'serviceworkers/FetchBodyStream.h', 662 'serviceworkers/FetchBodyStream.h',
661 'serviceworkers/FetchEvent.cpp', 663 'serviceworkers/FetchEvent.cpp',
662 'serviceworkers/FetchEvent.h', 664 'serviceworkers/FetchEvent.h',
663 'serviceworkers/FetchHeaderList.cpp', 665 'serviceworkers/FetchHeaderList.cpp',
664 'serviceworkers/FetchHeaderList.h', 666 'serviceworkers/FetchHeaderList.h',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'serviceworkers/ServiceWorkerContainerTest.cpp', 997 'serviceworkers/ServiceWorkerContainerTest.cpp',
996 'websockets/DOMWebSocketTest.cpp', 998 'websockets/DOMWebSocketTest.cpp',
997 'websockets/NewWebSocketChannelImplTest.cpp', 999 'websockets/NewWebSocketChannelImplTest.cpp',
998 'websockets/WebSocketDeflaterTest.cpp', 1000 'websockets/WebSocketDeflaterTest.cpp',
999 'websockets/WebSocketExtensionDispatcherTest.cpp', 1001 'websockets/WebSocketExtensionDispatcherTest.cpp',
1000 'websockets/WebSocketExtensionParserTest.cpp', 1002 'websockets/WebSocketExtensionParserTest.cpp',
1001 'websockets/WebSocketPerMessageDeflateTest.cpp', 1003 'websockets/WebSocketPerMessageDeflateTest.cpp',
1002 ], 1004 ],
1003 }, 1005 },
1004 } 1006 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/screen_orientation/ScreenOrientationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698