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

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

Issue 1195793008: [DevTools] Implement screen orientation override. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Restore test Created 5 years, 5 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 '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 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 'screen_orientation/LockOrientationCallback.cpp', 1142 'screen_orientation/LockOrientationCallback.cpp',
1143 'screen_orientation/LockOrientationCallback.h', 1143 'screen_orientation/LockOrientationCallback.h',
1144 'screen_orientation/ScreenScreenOrientation.cpp', 1144 'screen_orientation/ScreenScreenOrientation.cpp',
1145 'screen_orientation/ScreenScreenOrientation.h', 1145 'screen_orientation/ScreenScreenOrientation.h',
1146 'screen_orientation/ScreenOrientation.cpp', 1146 'screen_orientation/ScreenOrientation.cpp',
1147 'screen_orientation/ScreenOrientation.h', 1147 'screen_orientation/ScreenOrientation.h',
1148 'screen_orientation/ScreenOrientationController.cpp', 1148 'screen_orientation/ScreenOrientationController.cpp',
1149 'screen_orientation/ScreenOrientationController.h', 1149 'screen_orientation/ScreenOrientationController.h',
1150 'screen_orientation/ScreenOrientationDispatcher.cpp', 1150 'screen_orientation/ScreenOrientationDispatcher.cpp',
1151 'screen_orientation/ScreenOrientationDispatcher.h', 1151 'screen_orientation/ScreenOrientationDispatcher.h',
1152 'screen_orientation/ScreenOrientationInspectorAgent.cpp',
1153 'screen_orientation/ScreenOrientationInspectorAgent.h',
1152 'serviceworkers/ExtendableEvent.cpp', 1154 'serviceworkers/ExtendableEvent.cpp',
1153 'serviceworkers/ExtendableEvent.h', 1155 'serviceworkers/ExtendableEvent.h',
1154 'serviceworkers/FetchEvent.cpp', 1156 'serviceworkers/FetchEvent.cpp',
1155 'serviceworkers/FetchEvent.h', 1157 'serviceworkers/FetchEvent.h',
1156 'serviceworkers/NavigatorServiceWorker.cpp', 1158 'serviceworkers/NavigatorServiceWorker.cpp',
1157 'serviceworkers/NavigatorServiceWorker.h', 1159 'serviceworkers/NavigatorServiceWorker.h',
1158 'serviceworkers/RespondWithObserver.cpp', 1160 'serviceworkers/RespondWithObserver.cpp',
1159 'serviceworkers/RespondWithObserver.h', 1161 'serviceworkers/RespondWithObserver.h',
1160 'serviceworkers/ServiceWorker.cpp', 1162 'serviceworkers/ServiceWorker.cpp',
1161 'serviceworkers/ServiceWorker.h', 1163 'serviceworkers/ServiceWorker.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1506 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1505 'webaudio/ConvolverNodeTest.cpp', 1507 'webaudio/ConvolverNodeTest.cpp',
1506 'webaudio/DynamicsCompressorNodeTest.cpp', 1508 'webaudio/DynamicsCompressorNodeTest.cpp',
1507 'webaudio/ScriptProcessorNodeTest.cpp', 1509 'webaudio/ScriptProcessorNodeTest.cpp',
1508 'webaudio/StereoPannerNodeTest.cpp', 1510 'webaudio/StereoPannerNodeTest.cpp',
1509 'websockets/DOMWebSocketTest.cpp', 1511 'websockets/DOMWebSocketTest.cpp',
1510 'websockets/DocumentWebSocketChannelTest.cpp', 1512 'websockets/DocumentWebSocketChannelTest.cpp',
1511 ], 1513 ],
1512 }, 1514 },
1513 } 1515 }
OLDNEW
« no previous file with comments | « Source/devtools/protocol.json ('k') | Source/modules/screen_orientation/ScreenOrientationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698