| 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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | |
| 1408 'serviceworkers/ExtendableEvent.cpp', | 1406 'serviceworkers/ExtendableEvent.cpp', |
| 1409 'serviceworkers/ExtendableEvent.h', | 1407 'serviceworkers/ExtendableEvent.h', |
| 1410 'serviceworkers/ExtendableMessageEvent.cpp', | 1408 'serviceworkers/ExtendableMessageEvent.cpp', |
| 1411 'serviceworkers/ExtendableMessageEvent.h', | 1409 'serviceworkers/ExtendableMessageEvent.h', |
| 1412 'serviceworkers/FetchEvent.cpp', | 1410 'serviceworkers/FetchEvent.cpp', |
| 1413 'serviceworkers/FetchEvent.h', | 1411 'serviceworkers/FetchEvent.h', |
| 1414 'serviceworkers/InstallEvent.cpp', | 1412 'serviceworkers/InstallEvent.cpp', |
| 1415 'serviceworkers/InstallEvent.h', | 1413 'serviceworkers/InstallEvent.h', |
| 1416 'serviceworkers/NavigatorServiceWorker.cpp', | 1414 'serviceworkers/NavigatorServiceWorker.cpp', |
| 1417 'serviceworkers/NavigatorServiceWorker.h', | 1415 'serviceworkers/NavigatorServiceWorker.h', |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1933 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1931 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1934 'webaudio/ConvolverNodeTest.cpp', | 1932 'webaudio/ConvolverNodeTest.cpp', |
| 1935 'webaudio/DynamicsCompressorNodeTest.cpp', | 1933 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1936 'webaudio/ScriptProcessorNodeTest.cpp', | 1934 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1937 'webaudio/StereoPannerNodeTest.cpp', | 1935 'webaudio/StereoPannerNodeTest.cpp', |
| 1938 'websockets/DOMWebSocketTest.cpp', | 1936 'websockets/DOMWebSocketTest.cpp', |
| 1939 'websockets/DocumentWebSocketChannelTest.cpp', | 1937 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1940 ], | 1938 ], |
| 1941 }, | 1939 }, |
| 1942 } | 1940 } |
| OLD | NEW |