| 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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1144 'screen_orientation/LockOrientationCallback.cpp', | 1144 'screen_orientation/LockOrientationCallback.cpp', |
| 1145 'screen_orientation/LockOrientationCallback.h', | 1145 'screen_orientation/LockOrientationCallback.h', |
| 1146 'screen_orientation/ScreenScreenOrientation.cpp', | 1146 'screen_orientation/ScreenScreenOrientation.cpp', |
| 1147 'screen_orientation/ScreenScreenOrientation.h', | 1147 'screen_orientation/ScreenScreenOrientation.h', |
| 1148 'screen_orientation/ScreenOrientation.cpp', | 1148 'screen_orientation/ScreenOrientation.cpp', |
| 1149 'screen_orientation/ScreenOrientation.h', | 1149 'screen_orientation/ScreenOrientation.h', |
| 1150 'screen_orientation/ScreenOrientationController.cpp', | 1150 'screen_orientation/ScreenOrientationController.cpp', |
| 1151 'screen_orientation/ScreenOrientationController.h', | 1151 'screen_orientation/ScreenOrientationController.h', |
| 1152 'screen_orientation/ScreenOrientationDispatcher.cpp', | 1152 'screen_orientation/ScreenOrientationDispatcher.cpp', |
| 1153 'screen_orientation/ScreenOrientationDispatcher.h', | 1153 'screen_orientation/ScreenOrientationDispatcher.h', |
| 1154 'screen_orientation/ScreenOrientationInspectorAgent.cpp', | |
| 1155 'screen_orientation/ScreenOrientationInspectorAgent.h', | |
| 1156 'serviceworkers/ExtendableEvent.cpp', | 1154 'serviceworkers/ExtendableEvent.cpp', |
| 1157 'serviceworkers/ExtendableEvent.h', | 1155 'serviceworkers/ExtendableEvent.h', |
| 1158 'serviceworkers/FetchEvent.cpp', | 1156 'serviceworkers/FetchEvent.cpp', |
| 1159 'serviceworkers/FetchEvent.h', | 1157 'serviceworkers/FetchEvent.h', |
| 1160 'serviceworkers/NavigatorServiceWorker.cpp', | 1158 'serviceworkers/NavigatorServiceWorker.cpp', |
| 1161 'serviceworkers/NavigatorServiceWorker.h', | 1159 'serviceworkers/NavigatorServiceWorker.h', |
| 1162 'serviceworkers/RespondWithObserver.cpp', | 1160 'serviceworkers/RespondWithObserver.cpp', |
| 1163 'serviceworkers/RespondWithObserver.h', | 1161 'serviceworkers/RespondWithObserver.h', |
| 1164 'serviceworkers/ServiceWorker.cpp', | 1162 'serviceworkers/ServiceWorker.cpp', |
| 1165 'serviceworkers/ServiceWorker.h', | 1163 'serviceworkers/ServiceWorker.h', |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1506 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1509 'webaudio/ConvolverNodeTest.cpp', | 1507 'webaudio/ConvolverNodeTest.cpp', |
| 1510 'webaudio/DynamicsCompressorNodeTest.cpp', | 1508 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1511 'webaudio/ScriptProcessorNodeTest.cpp', | 1509 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1512 'webaudio/StereoPannerNodeTest.cpp', | 1510 'webaudio/StereoPannerNodeTest.cpp', |
| 1513 'websockets/DOMWebSocketTest.cpp', | 1511 'websockets/DOMWebSocketTest.cpp', |
| 1514 'websockets/DocumentWebSocketChannelTest.cpp', | 1512 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1515 ], | 1513 ], |
| 1516 }, | 1514 }, |
| 1517 } | 1515 } |
| OLD | NEW |