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

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

Issue 1723663005: Revert of [DevTools] Move screen orientation override to RenderWidgetScreenMetricsEmulator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 '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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 'screen_orientation/LockOrientationCallback.cpp', 1396 'screen_orientation/LockOrientationCallback.cpp',
1397 'screen_orientation/LockOrientationCallback.h', 1397 'screen_orientation/LockOrientationCallback.h',
1398 'screen_orientation/ScreenScreenOrientation.cpp', 1398 'screen_orientation/ScreenScreenOrientation.cpp',
1399 'screen_orientation/ScreenScreenOrientation.h', 1399 'screen_orientation/ScreenScreenOrientation.h',
1400 'screen_orientation/ScreenOrientation.cpp', 1400 'screen_orientation/ScreenOrientation.cpp',
1401 'screen_orientation/ScreenOrientation.h', 1401 'screen_orientation/ScreenOrientation.h',
1402 'screen_orientation/ScreenOrientationController.cpp', 1402 'screen_orientation/ScreenOrientationController.cpp',
1403 'screen_orientation/ScreenOrientationController.h', 1403 'screen_orientation/ScreenOrientationController.h',
1404 'screen_orientation/ScreenOrientationDispatcher.cpp', 1404 'screen_orientation/ScreenOrientationDispatcher.cpp',
1405 'screen_orientation/ScreenOrientationDispatcher.h', 1405 'screen_orientation/ScreenOrientationDispatcher.h',
1406 'screen_orientation/ScreenOrientationInspectorAgent.cpp',
1407 'screen_orientation/ScreenOrientationInspectorAgent.h',
1406 'serviceworkers/ExtendableEvent.cpp', 1408 'serviceworkers/ExtendableEvent.cpp',
1407 'serviceworkers/ExtendableEvent.h', 1409 'serviceworkers/ExtendableEvent.h',
1408 'serviceworkers/ExtendableMessageEvent.cpp', 1410 'serviceworkers/ExtendableMessageEvent.cpp',
1409 'serviceworkers/ExtendableMessageEvent.h', 1411 'serviceworkers/ExtendableMessageEvent.h',
1410 'serviceworkers/FetchEvent.cpp', 1412 'serviceworkers/FetchEvent.cpp',
1411 'serviceworkers/FetchEvent.h', 1413 'serviceworkers/FetchEvent.h',
1412 'serviceworkers/InstallEvent.cpp', 1414 'serviceworkers/InstallEvent.cpp',
1413 'serviceworkers/InstallEvent.h', 1415 'serviceworkers/InstallEvent.h',
1414 'serviceworkers/NavigatorServiceWorker.cpp', 1416 'serviceworkers/NavigatorServiceWorker.cpp',
1415 'serviceworkers/NavigatorServiceWorker.h', 1417 'serviceworkers/NavigatorServiceWorker.h',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1933 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1932 'webaudio/ConvolverNodeTest.cpp', 1934 'webaudio/ConvolverNodeTest.cpp',
1933 'webaudio/DynamicsCompressorNodeTest.cpp', 1935 'webaudio/DynamicsCompressorNodeTest.cpp',
1934 'webaudio/ScriptProcessorNodeTest.cpp', 1936 'webaudio/ScriptProcessorNodeTest.cpp',
1935 'webaudio/StereoPannerNodeTest.cpp', 1937 'webaudio/StereoPannerNodeTest.cpp',
1936 'websockets/DOMWebSocketTest.cpp', 1938 'websockets/DOMWebSocketTest.cpp',
1937 'websockets/DocumentWebSocketChannelTest.cpp', 1939 'websockets/DocumentWebSocketChannelTest.cpp',
1938 ], 1940 ],
1939 }, 1941 },
1940 } 1942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698