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

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

Issue 2167643003: Refactored VRService interaction and added VRServiceClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Liberal sprinkling of 'u's Created 4 years, 4 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 | « device/vr/vr_service_impl_unittest.cc ('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 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 'vibration/VibrationController.cpp', 1617 'vibration/VibrationController.cpp',
1618 'vibration/VibrationController.h', 1618 'vibration/VibrationController.h',
1619 'vr/NavigatorVR.cpp', 1619 'vr/NavigatorVR.cpp',
1620 'vr/NavigatorVR.h', 1620 'vr/NavigatorVR.h',
1621 'vr/VRController.cpp', 1621 'vr/VRController.cpp',
1622 'vr/VRController.h', 1622 'vr/VRController.h',
1623 'vr/VRDisplay.cpp', 1623 'vr/VRDisplay.cpp',
1624 'vr/VRDisplay.h', 1624 'vr/VRDisplay.h',
1625 'vr/VRDisplayCapabilities.cpp', 1625 'vr/VRDisplayCapabilities.cpp',
1626 'vr/VRDisplayCapabilities.h', 1626 'vr/VRDisplayCapabilities.h',
1627 'vr/VRDisplayCollection.cpp',
1628 'vr/VRDisplayCollection.h',
1629 'vr/VREyeParameters.cpp', 1627 'vr/VREyeParameters.cpp',
1630 'vr/VREyeParameters.h', 1628 'vr/VREyeParameters.h',
1631 'vr/VRFieldOfView.h', 1629 'vr/VRFieldOfView.h',
1632 'vr/VRGetDevicesCallback.cpp', 1630 'vr/VRGetDevicesCallback.cpp',
1633 'vr/VRGetDevicesCallback.h', 1631 'vr/VRGetDevicesCallback.h',
1634 'vr/VRPose.cpp', 1632 'vr/VRPose.cpp',
1635 'vr/VRPose.h', 1633 'vr/VRPose.h',
1636 'vr/VRStageParameters.cpp', 1634 'vr/VRStageParameters.cpp',
1637 'vr/VRStageParameters.h', 1635 'vr/VRStageParameters.h',
1638 'wake_lock/ScreenWakeLock.cpp', 1636 'wake_lock/ScreenWakeLock.cpp',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2060 'webaudio/ConvolverNodeTest.cpp', 2058 'webaudio/ConvolverNodeTest.cpp',
2061 'webaudio/DynamicsCompressorNodeTest.cpp', 2059 'webaudio/DynamicsCompressorNodeTest.cpp',
2062 'webaudio/ScriptProcessorNodeTest.cpp', 2060 'webaudio/ScriptProcessorNodeTest.cpp',
2063 'webaudio/StereoPannerNodeTest.cpp', 2061 'webaudio/StereoPannerNodeTest.cpp',
2064 'webdatabase/QuotaTrackerTest.cpp', 2062 'webdatabase/QuotaTrackerTest.cpp',
2065 'websockets/DOMWebSocketTest.cpp', 2063 'websockets/DOMWebSocketTest.cpp',
2066 'websockets/DocumentWebSocketChannelTest.cpp', 2064 'websockets/DocumentWebSocketChannelTest.cpp',
2067 ], 2065 ],
2068 }, 2066 },
2069 } 2067 }
OLDNEW
« no previous file with comments | « device/vr/vr_service_impl_unittest.cc ('k') | third_party/WebKit/Source/modules/vr/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698