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

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: Fixed issues that showed up on an Android compile Created 4 years, 5 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 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'vibration/VibrationController.cpp', 1623 'vibration/VibrationController.cpp',
1624 'vibration/VibrationController.h', 1624 'vibration/VibrationController.h',
1625 'vr/NavigatorVR.cpp', 1625 'vr/NavigatorVR.cpp',
1626 'vr/NavigatorVR.h', 1626 'vr/NavigatorVR.h',
1627 'vr/VRController.cpp', 1627 'vr/VRController.cpp',
1628 'vr/VRController.h', 1628 'vr/VRController.h',
1629 'vr/VRDisplay.cpp', 1629 'vr/VRDisplay.cpp',
1630 'vr/VRDisplay.h', 1630 'vr/VRDisplay.h',
1631 'vr/VRDisplayCapabilities.cpp', 1631 'vr/VRDisplayCapabilities.cpp',
1632 'vr/VRDisplayCapabilities.h', 1632 'vr/VRDisplayCapabilities.h',
1633 'vr/VRDisplayCollection.cpp',
1634 'vr/VRDisplayCollection.h',
1635 'vr/VREyeParameters.cpp', 1633 'vr/VREyeParameters.cpp',
1636 'vr/VREyeParameters.h', 1634 'vr/VREyeParameters.h',
1637 'vr/VRFieldOfView.h', 1635 'vr/VRFieldOfView.h',
1638 'vr/VRGetDevicesCallback.cpp', 1636 'vr/VRGetDevicesCallback.cpp',
1639 'vr/VRGetDevicesCallback.h', 1637 'vr/VRGetDevicesCallback.h',
1640 'vr/VRPose.cpp', 1638 'vr/VRPose.cpp',
1641 'vr/VRPose.h', 1639 'vr/VRPose.h',
1642 'vr/VRStageParameters.cpp', 1640 'vr/VRStageParameters.cpp',
1643 'vr/VRStageParameters.h', 1641 'vr/VRStageParameters.h',
1644 'wake_lock/ScreenWakeLock.cpp', 1642 'wake_lock/ScreenWakeLock.cpp',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'webaudio/ConvolverNodeTest.cpp', 2064 'webaudio/ConvolverNodeTest.cpp',
2067 'webaudio/DynamicsCompressorNodeTest.cpp', 2065 'webaudio/DynamicsCompressorNodeTest.cpp',
2068 'webaudio/ScriptProcessorNodeTest.cpp', 2066 'webaudio/ScriptProcessorNodeTest.cpp',
2069 'webaudio/StereoPannerNodeTest.cpp', 2067 'webaudio/StereoPannerNodeTest.cpp',
2070 'webdatabase/QuotaTrackerTest.cpp', 2068 'webdatabase/QuotaTrackerTest.cpp',
2071 'websockets/DOMWebSocketTest.cpp', 2069 'websockets/DOMWebSocketTest.cpp',
2072 'websockets/DocumentWebSocketChannelTest.cpp', 2070 'websockets/DocumentWebSocketChannelTest.cpp',
2073 ], 2071 ],
2074 }, 2072 },
2075 } 2073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698