| 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 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1617 'vibration/VibrationController.cpp', | 1617 'vibration/VibrationController.cpp', |
| 1618 'vibration/VibrationController.h', | 1618 'vibration/VibrationController.h', |
| 1619 'vr/NavigatorVR.cpp', | 1619 'vr/NavigatorVR.cpp', |
| 1620 'vr/NavigatorVR.h', | 1620 'vr/NavigatorVR.h', |
| 1621 'vr/VRController.cpp', | 1621 'vr/VRController.cpp', |
| 1622 'vr/VRController.h', | 1622 'vr/VRController.h', |
| 1623 'vr/VRDisplay.cpp', | 1623 'vr/VRDisplay.cpp', |
| 1624 'vr/VRDisplay.h', | 1624 'vr/VRDisplay.h', |
| 1625 'vr/VRDisplayCapabilities.cpp', | 1625 'vr/VRDisplayCapabilities.cpp', |
| 1626 'vr/VRDisplayCapabilities.h', | 1626 'vr/VRDisplayCapabilities.h', |
| 1627 'vr/VRDisplayCollection.cpp', | |
| 1628 'vr/VRDisplayCollection.h', | |
| 1629 'vr/VREyeParameters.cpp', | 1627 'vr/VREyeParameters.cpp', |
| 1630 'vr/VREyeParameters.h', | 1628 'vr/VREyeParameters.h', |
| 1631 'vr/VRFieldOfView.h', | 1629 'vr/VRFieldOfView.h', |
| 1632 'vr/VRGetDevicesCallback.cpp', | 1630 'vr/VRGetDevicesCallback.cpp', |
| 1633 'vr/VRGetDevicesCallback.h', | 1631 'vr/VRGetDevicesCallback.h', |
| 1634 'vr/VRPose.cpp', | 1632 'vr/VRPose.cpp', |
| 1635 'vr/VRPose.h', | 1633 'vr/VRPose.h', |
| 1636 'vr/VRStageParameters.cpp', | 1634 'vr/VRStageParameters.cpp', |
| 1637 'vr/VRStageParameters.h', | 1635 'vr/VRStageParameters.h', |
| 1638 'wake_lock/ScreenWakeLock.cpp', | 1636 'wake_lock/ScreenWakeLock.cpp', |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2060 'webaudio/ConvolverNodeTest.cpp', | 2058 'webaudio/ConvolverNodeTest.cpp', |
| 2061 'webaudio/DynamicsCompressorNodeTest.cpp', | 2059 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2062 'webaudio/ScriptProcessorNodeTest.cpp', | 2060 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2063 'webaudio/StereoPannerNodeTest.cpp', | 2061 'webaudio/StereoPannerNodeTest.cpp', |
| 2064 'webdatabase/QuotaTrackerTest.cpp', | 2062 'webdatabase/QuotaTrackerTest.cpp', |
| 2065 'websockets/DOMWebSocketTest.cpp', | 2063 'websockets/DOMWebSocketTest.cpp', |
| 2066 'websockets/DocumentWebSocketChannelTest.cpp', | 2064 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2067 ], | 2065 ], |
| 2068 }, | 2066 }, |
| 2069 } | 2067 } |
| OLD | NEW |