OLD | NEW |
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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1118 'screen_orientation/LockOrientationCallback.cpp', | 1118 'screen_orientation/LockOrientationCallback.cpp', |
1119 'screen_orientation/LockOrientationCallback.h', | 1119 'screen_orientation/LockOrientationCallback.h', |
1120 'screen_orientation/ScreenScreenOrientation.cpp', | 1120 'screen_orientation/ScreenScreenOrientation.cpp', |
1121 'screen_orientation/ScreenScreenOrientation.h', | 1121 'screen_orientation/ScreenScreenOrientation.h', |
1122 'screen_orientation/ScreenOrientation.cpp', | 1122 'screen_orientation/ScreenOrientation.cpp', |
1123 'screen_orientation/ScreenOrientation.h', | 1123 'screen_orientation/ScreenOrientation.h', |
1124 'screen_orientation/ScreenOrientationController.cpp', | 1124 'screen_orientation/ScreenOrientationController.cpp', |
1125 'screen_orientation/ScreenOrientationController.h', | 1125 'screen_orientation/ScreenOrientationController.h', |
1126 'screen_orientation/ScreenOrientationDispatcher.cpp', | 1126 'screen_orientation/ScreenOrientationDispatcher.cpp', |
1127 'screen_orientation/ScreenOrientationDispatcher.h', | 1127 'screen_orientation/ScreenOrientationDispatcher.h', |
| 1128 'screen_orientation/ScreenOrientationInspectorAgent.cpp', |
| 1129 'screen_orientation/ScreenOrientationInspectorAgent.h', |
1128 'serviceworkers/ExtendableEvent.cpp', | 1130 'serviceworkers/ExtendableEvent.cpp', |
1129 'serviceworkers/ExtendableEvent.h', | 1131 'serviceworkers/ExtendableEvent.h', |
1130 'serviceworkers/FetchEvent.cpp', | 1132 'serviceworkers/FetchEvent.cpp', |
1131 'serviceworkers/FetchEvent.h', | 1133 'serviceworkers/FetchEvent.h', |
1132 'serviceworkers/NavigatorServiceWorker.cpp', | 1134 'serviceworkers/NavigatorServiceWorker.cpp', |
1133 'serviceworkers/NavigatorServiceWorker.h', | 1135 'serviceworkers/NavigatorServiceWorker.h', |
1134 'serviceworkers/RespondWithObserver.cpp', | 1136 'serviceworkers/RespondWithObserver.cpp', |
1135 'serviceworkers/RespondWithObserver.h', | 1137 'serviceworkers/RespondWithObserver.h', |
1136 'serviceworkers/ServiceWorker.cpp', | 1138 'serviceworkers/ServiceWorker.cpp', |
1137 'serviceworkers/ServiceWorker.h', | 1139 'serviceworkers/ServiceWorker.h', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1475 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1477 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1476 'webaudio/ConvolverNodeTest.cpp', | 1478 'webaudio/ConvolverNodeTest.cpp', |
1477 'webaudio/DynamicsCompressorNodeTest.cpp', | 1479 'webaudio/DynamicsCompressorNodeTest.cpp', |
1478 'webaudio/ScriptProcessorNodeTest.cpp', | 1480 'webaudio/ScriptProcessorNodeTest.cpp', |
1479 'webaudio/StereoPannerNodeTest.cpp', | 1481 'webaudio/StereoPannerNodeTest.cpp', |
1480 'websockets/DOMWebSocketTest.cpp', | 1482 'websockets/DOMWebSocketTest.cpp', |
1481 'websockets/DocumentWebSocketChannelTest.cpp', | 1483 'websockets/DocumentWebSocketChannelTest.cpp', |
1482 ], | 1484 ], |
1483 }, | 1485 }, |
1484 } | 1486 } |
OLD | NEW |