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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "speech/SpeechSynthesis.idl", 268 "speech/SpeechSynthesis.idl",
269 "speech/SpeechSynthesisEvent.idl", 269 "speech/SpeechSynthesisEvent.idl",
270 "speech/SpeechSynthesisUtterance.idl", 270 "speech/SpeechSynthesisUtterance.idl",
271 "speech/SpeechSynthesisVoice.idl", 271 "speech/SpeechSynthesisVoice.idl",
272 "storage/Storage.idl", 272 "storage/Storage.idl",
273 "storage/StorageEvent.idl", 273 "storage/StorageEvent.idl",
274 "vr/VRDisplay.idl", 274 "vr/VRDisplay.idl",
275 "vr/VRDisplayEvent.idl", 275 "vr/VRDisplayEvent.idl",
276 "vr/VRDisplayCapabilities.idl", 276 "vr/VRDisplayCapabilities.idl",
277 "vr/VREyeParameters.idl", 277 "vr/VREyeParameters.idl",
278 "vr/VRFieldOfView.idl",
279 "vr/VRFrameData.idl", 278 "vr/VRFrameData.idl",
280 "vr/VRPose.idl", 279 "vr/VRPose.idl",
281 "vr/VRStageParameters.idl", 280 "vr/VRStageParameters.idl",
282 "webaudio/AnalyserNode.idl", 281 "webaudio/AnalyserNode.idl",
283 "webaudio/AudioBuffer.idl", 282 "webaudio/AudioBuffer.idl",
284 "webaudio/AudioBufferCallback.idl", 283 "webaudio/AudioBufferCallback.idl",
285 "webaudio/AudioBufferSourceNode.idl", 284 "webaudio/AudioBufferSourceNode.idl",
286 "webaudio/AudioContext.idl", 285 "webaudio/AudioContext.idl",
287 "webaudio/AudioDestinationNode.idl", 286 "webaudio/AudioDestinationNode.idl",
288 "webaudio/AudioListener.idl", 287 "webaudio/AudioListener.idl",
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1034 "$blink_modules_output_dir/websockets/CloseEventInit.h",
1036 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1035 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
1037 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1036 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1038 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1037 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1039 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1038 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1040 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1039 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1041 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1040 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1042 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1041 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1043 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1042 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1044 ] 1043 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/vr/VRDisplay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698