| 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 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 'vibration/VibrationController.cpp', | 1623 'vibration/VibrationController.cpp', |
| 1624 'vibration/VibrationController.h', | 1624 'vibration/VibrationController.h', |
| 1625 'vr/NavigatorVR.cpp', | 1625 'vr/NavigatorVR.cpp', |
| 1626 'vr/NavigatorVR.h', | 1626 'vr/NavigatorVR.h', |
| 1627 'vr/VRController.cpp', | 1627 'vr/VRController.cpp', |
| 1628 'vr/VRController.h', | 1628 'vr/VRController.h', |
| 1629 'vr/VRDisplay.cpp', | 1629 'vr/VRDisplay.cpp', |
| 1630 'vr/VRDisplay.h', | 1630 'vr/VRDisplay.h', |
| 1631 'vr/VRDisplayCapabilities.cpp', | 1631 'vr/VRDisplayCapabilities.cpp', |
| 1632 'vr/VRDisplayCapabilities.h', | 1632 'vr/VRDisplayCapabilities.h', |
| 1633 'vr/VRDisplayCollection.cpp', | |
| 1634 'vr/VRDisplayCollection.h', | |
| 1635 'vr/VREyeParameters.cpp', | 1633 'vr/VREyeParameters.cpp', |
| 1636 'vr/VREyeParameters.h', | 1634 'vr/VREyeParameters.h', |
| 1637 'vr/VRFieldOfView.h', | 1635 'vr/VRFieldOfView.h', |
| 1638 'vr/VRGetDevicesCallback.cpp', | 1636 'vr/VRGetDevicesCallback.cpp', |
| 1639 'vr/VRGetDevicesCallback.h', | 1637 'vr/VRGetDevicesCallback.h', |
| 1640 'vr/VRPose.cpp', | 1638 'vr/VRPose.cpp', |
| 1641 'vr/VRPose.h', | 1639 'vr/VRPose.h', |
| 1642 'vr/VRStageParameters.cpp', | 1640 'vr/VRStageParameters.cpp', |
| 1643 'vr/VRStageParameters.h', | 1641 'vr/VRStageParameters.h', |
| 1644 'wake_lock/ScreenWakeLock.cpp', | 1642 'wake_lock/ScreenWakeLock.cpp', |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2066 'webaudio/ConvolverNodeTest.cpp', | 2064 'webaudio/ConvolverNodeTest.cpp', |
| 2067 'webaudio/DynamicsCompressorNodeTest.cpp', | 2065 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2068 'webaudio/ScriptProcessorNodeTest.cpp', | 2066 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2069 'webaudio/StereoPannerNodeTest.cpp', | 2067 'webaudio/StereoPannerNodeTest.cpp', |
| 2070 'webdatabase/QuotaTrackerTest.cpp', | 2068 'webdatabase/QuotaTrackerTest.cpp', |
| 2071 'websockets/DOMWebSocketTest.cpp', | 2069 'websockets/DOMWebSocketTest.cpp', |
| 2072 'websockets/DocumentWebSocketChannelTest.cpp', | 2070 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2073 ], | 2071 ], |
| 2074 }, | 2072 }, |
| 2075 } | 2073 } |
| OLD | NEW |