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

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: Reworked as per new comments. Fixed build errors! Created 4 years, 8 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 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 'vr/VREyeParameters.h', 1574 'vr/VREyeParameters.h',
1575 'vr/VRFieldOfView.h', 1575 'vr/VRFieldOfView.h',
1576 'vr/VRGetDevicesCallback.cpp', 1576 'vr/VRGetDevicesCallback.cpp',
1577 'vr/VRGetDevicesCallback.h', 1577 'vr/VRGetDevicesCallback.h',
1578 'vr/VRHardwareUnit.cpp', 1578 'vr/VRHardwareUnit.cpp',
1579 'vr/VRHardwareUnit.h', 1579 'vr/VRHardwareUnit.h',
1580 'vr/VRHardwareUnitCollection.cpp', 1580 'vr/VRHardwareUnitCollection.cpp',
1581 'vr/VRHardwareUnitCollection.h', 1581 'vr/VRHardwareUnitCollection.h',
1582 'vr/VRPositionState.cpp', 1582 'vr/VRPositionState.cpp',
1583 'vr/VRPositionState.h', 1583 'vr/VRPositionState.h',
1584 'vr/VRTypeConverters.cc',
1585 'vr/VRTypeConverters.h',
1584 'wake_lock/ScreenWakeLock.cpp', 1586 'wake_lock/ScreenWakeLock.cpp',
1585 'wake_lock/ScreenWakeLock.h', 1587 'wake_lock/ScreenWakeLock.h',
1586 'webaudio/AbstractAudioContext.cpp', 1588 'webaudio/AbstractAudioContext.cpp',
1587 'webaudio/AbstractAudioContext.h', 1589 'webaudio/AbstractAudioContext.h',
1588 'webaudio/AnalyserNode.cpp', 1590 'webaudio/AnalyserNode.cpp',
1589 'webaudio/AnalyserNode.h', 1591 'webaudio/AnalyserNode.h',
1590 'webaudio/AsyncAudioDecoder.cpp', 1592 'webaudio/AsyncAudioDecoder.cpp',
1591 'webaudio/AsyncAudioDecoder.h', 1593 'webaudio/AsyncAudioDecoder.h',
1592 'webaudio/AudioBasicInspectorNode.cpp', 1594 'webaudio/AudioBasicInspectorNode.cpp',
1593 'webaudio/AudioBasicInspectorNode.h', 1595 'webaudio/AudioBasicInspectorNode.h',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2004 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2003 'webaudio/ConvolverNodeTest.cpp', 2005 'webaudio/ConvolverNodeTest.cpp',
2004 'webaudio/DynamicsCompressorNodeTest.cpp', 2006 'webaudio/DynamicsCompressorNodeTest.cpp',
2005 'webaudio/ScriptProcessorNodeTest.cpp', 2007 'webaudio/ScriptProcessorNodeTest.cpp',
2006 'webaudio/StereoPannerNodeTest.cpp', 2008 'webaudio/StereoPannerNodeTest.cpp',
2007 'websockets/DOMWebSocketTest.cpp', 2009 'websockets/DOMWebSocketTest.cpp',
2008 'websockets/DocumentWebSocketChannelTest.cpp', 2010 'websockets/DocumentWebSocketChannelTest.cpp',
2009 ], 2011 ],
2010 }, 2012 },
2011 } 2013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698