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

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: Rebase 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
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/vr/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/vr/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698