Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to ToT! Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 'vr/VREyeParameters.h', 1578 'vr/VREyeParameters.h',
1579 'vr/VRFieldOfView.h', 1579 'vr/VRFieldOfView.h',
1580 'vr/VRGetDevicesCallback.cpp', 1580 'vr/VRGetDevicesCallback.cpp',
1581 'vr/VRGetDevicesCallback.h', 1581 'vr/VRGetDevicesCallback.h',
1582 'vr/VRHardwareUnit.cpp', 1582 'vr/VRHardwareUnit.cpp',
1583 'vr/VRHardwareUnit.h', 1583 'vr/VRHardwareUnit.h',
1584 'vr/VRHardwareUnitCollection.cpp', 1584 'vr/VRHardwareUnitCollection.cpp',
1585 'vr/VRHardwareUnitCollection.h', 1585 'vr/VRHardwareUnitCollection.h',
1586 'vr/VRPositionState.cpp', 1586 'vr/VRPositionState.cpp',
1587 'vr/VRPositionState.h', 1587 'vr/VRPositionState.h',
1588 'vr/VRTypeConverters.cc',
1589 'vr/VRTypeConverters.h',
1588 'wake_lock/ScreenWakeLock.cpp', 1590 'wake_lock/ScreenWakeLock.cpp',
1589 'wake_lock/ScreenWakeLock.h', 1591 'wake_lock/ScreenWakeLock.h',
1590 'webaudio/AbstractAudioContext.cpp', 1592 'webaudio/AbstractAudioContext.cpp',
1591 'webaudio/AbstractAudioContext.h', 1593 'webaudio/AbstractAudioContext.h',
1592 'webaudio/AnalyserNode.cpp', 1594 'webaudio/AnalyserNode.cpp',
1593 'webaudio/AnalyserNode.h', 1595 'webaudio/AnalyserNode.h',
1594 'webaudio/AsyncAudioDecoder.cpp', 1596 'webaudio/AsyncAudioDecoder.cpp',
1595 'webaudio/AsyncAudioDecoder.h', 1597 'webaudio/AsyncAudioDecoder.h',
1596 'webaudio/AudioBasicInspectorNode.cpp', 1598 'webaudio/AudioBasicInspectorNode.cpp',
1597 'webaudio/AudioBasicInspectorNode.h', 1599 'webaudio/AudioBasicInspectorNode.h',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'webaudio/ConvolverNodeTest.cpp', 2009 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2010 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2011 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2012 'webaudio/StereoPannerNodeTest.cpp',
2011 'webdatabase/QuotaTrackerTest.cpp', 2013 'webdatabase/QuotaTrackerTest.cpp',
2012 'websockets/DOMWebSocketTest.cpp', 2014 'websockets/DOMWebSocketTest.cpp',
2013 'websockets/DocumentWebSocketChannelTest.cpp', 2015 'websockets/DocumentWebSocketChannelTest.cpp',
2014 ], 2016 ],
2015 }, 2017 },
2016 } 2018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698