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

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

Issue 1906883002: [Do Not Commit] Migrate vr service from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 'vr/VREyeParameters.h', 1571 'vr/VREyeParameters.h',
1572 'vr/VRFieldOfView.h', 1572 'vr/VRFieldOfView.h',
1573 'vr/VRGetDevicesCallback.cpp', 1573 'vr/VRGetDevicesCallback.cpp',
1574 'vr/VRGetDevicesCallback.h', 1574 'vr/VRGetDevicesCallback.h',
1575 'vr/VRHardwareUnit.cpp', 1575 'vr/VRHardwareUnit.cpp',
1576 'vr/VRHardwareUnit.h', 1576 'vr/VRHardwareUnit.h',
1577 'vr/VRHardwareUnitCollection.cpp', 1577 'vr/VRHardwareUnitCollection.cpp',
1578 'vr/VRHardwareUnitCollection.h', 1578 'vr/VRHardwareUnitCollection.h',
1579 'vr/VRPositionState.cpp', 1579 'vr/VRPositionState.cpp',
1580 'vr/VRPositionState.h', 1580 'vr/VRPositionState.h',
1581 'vr/VRTypeConverters.cpp',
1582 'vr/VRTypeConverters.h',
1581 'wake_lock/ScreenWakeLock.cpp', 1583 'wake_lock/ScreenWakeLock.cpp',
1582 'wake_lock/ScreenWakeLock.h', 1584 'wake_lock/ScreenWakeLock.h',
1583 'webaudio/AbstractAudioContext.cpp', 1585 'webaudio/AbstractAudioContext.cpp',
1584 'webaudio/AbstractAudioContext.h', 1586 'webaudio/AbstractAudioContext.h',
1585 'webaudio/AnalyserNode.cpp', 1587 'webaudio/AnalyserNode.cpp',
1586 'webaudio/AnalyserNode.h', 1588 'webaudio/AnalyserNode.h',
1587 'webaudio/AsyncAudioDecoder.cpp', 1589 'webaudio/AsyncAudioDecoder.cpp',
1588 'webaudio/AsyncAudioDecoder.h', 1590 'webaudio/AsyncAudioDecoder.h',
1589 'webaudio/AudioBasicInspectorNode.cpp', 1591 'webaudio/AudioBasicInspectorNode.cpp',
1590 'webaudio/AudioBasicInspectorNode.h', 1592 'webaudio/AudioBasicInspectorNode.h',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2009 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2011 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2010 'webaudio/ConvolverNodeTest.cpp', 2012 'webaudio/ConvolverNodeTest.cpp',
2011 'webaudio/DynamicsCompressorNodeTest.cpp', 2013 'webaudio/DynamicsCompressorNodeTest.cpp',
2012 'webaudio/ScriptProcessorNodeTest.cpp', 2014 'webaudio/ScriptProcessorNodeTest.cpp',
2013 'webaudio/StereoPannerNodeTest.cpp', 2015 'webaudio/StereoPannerNodeTest.cpp',
2014 'websockets/DOMWebSocketTest.cpp', 2016 'websockets/DOMWebSocketTest.cpp',
2015 'websockets/DocumentWebSocketChannelTest.cpp', 2017 'websockets/DocumentWebSocketChannelTest.cpp',
2016 ], 2018 ],
2017 }, 2019 },
2018 } 2020 }
OLDNEW
« no previous file with comments | « content/renderer/vr/vr_type_converters.cc ('k') | third_party/WebKit/Source/modules/vr/VRController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698