| 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 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1589 'vr/VREyeParameters.h', | 1589 'vr/VREyeParameters.h', |
| 1590 'vr/VRFieldOfView.h', | 1590 'vr/VRFieldOfView.h', |
| 1591 'vr/VRGetDevicesCallback.cpp', | 1591 'vr/VRGetDevicesCallback.cpp', |
| 1592 'vr/VRGetDevicesCallback.h', | 1592 'vr/VRGetDevicesCallback.h', |
| 1593 'vr/VRHardwareUnit.cpp', | 1593 'vr/VRHardwareUnit.cpp', |
| 1594 'vr/VRHardwareUnit.h', | 1594 'vr/VRHardwareUnit.h', |
| 1595 'vr/VRHardwareUnitCollection.cpp', | 1595 'vr/VRHardwareUnitCollection.cpp', |
| 1596 'vr/VRHardwareUnitCollection.h', | 1596 'vr/VRHardwareUnitCollection.h', |
| 1597 'vr/VRPositionState.cpp', | 1597 'vr/VRPositionState.cpp', |
| 1598 'vr/VRPositionState.h', | 1598 'vr/VRPositionState.h', |
| 1599 'vr/VRTypeConverters.cc', |
| 1600 'vr/VRTypeConverters.h', |
| 1599 'wake_lock/ScreenWakeLock.cpp', | 1601 'wake_lock/ScreenWakeLock.cpp', |
| 1600 'wake_lock/ScreenWakeLock.h', | 1602 'wake_lock/ScreenWakeLock.h', |
| 1601 'webaudio/AbstractAudioContext.cpp', | 1603 'webaudio/AbstractAudioContext.cpp', |
| 1602 'webaudio/AbstractAudioContext.h', | 1604 'webaudio/AbstractAudioContext.h', |
| 1603 'webaudio/AnalyserNode.cpp', | 1605 'webaudio/AnalyserNode.cpp', |
| 1604 'webaudio/AnalyserNode.h', | 1606 'webaudio/AnalyserNode.h', |
| 1605 'webaudio/AsyncAudioDecoder.cpp', | 1607 'webaudio/AsyncAudioDecoder.cpp', |
| 1606 'webaudio/AsyncAudioDecoder.h', | 1608 'webaudio/AsyncAudioDecoder.h', |
| 1607 'webaudio/AudioBasicInspectorNode.cpp', | 1609 'webaudio/AudioBasicInspectorNode.cpp', |
| 1608 'webaudio/AudioBasicInspectorNode.h', | 1610 'webaudio/AudioBasicInspectorNode.h', |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 'webaudio/ConvolverNodeTest.cpp', | 2024 'webaudio/ConvolverNodeTest.cpp', |
| 2023 'webaudio/DynamicsCompressorNodeTest.cpp', | 2025 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2024 'webaudio/ScriptProcessorNodeTest.cpp', | 2026 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2025 'webaudio/StereoPannerNodeTest.cpp', | 2027 'webaudio/StereoPannerNodeTest.cpp', |
| 2026 'webdatabase/QuotaTrackerTest.cpp', | 2028 'webdatabase/QuotaTrackerTest.cpp', |
| 2027 'websockets/DOMWebSocketTest.cpp', | 2029 'websockets/DOMWebSocketTest.cpp', |
| 2028 'websockets/DocumentWebSocketChannelTest.cpp', | 2030 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2029 ], | 2031 ], |
| 2030 }, | 2032 }, |
| 2031 } | 2033 } |
| OLD | NEW |