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

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

Issue 2700233003: Remove unnecessary window WebAudio attributes (Closed)
Patch Set: Remove WindowWebAudio.idl Created 3 years, 9 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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "remoteplayback/HTMLMediaElementRemotePlayback.idl", 621 "remoteplayback/HTMLMediaElementRemotePlayback.idl",
622 "screen_orientation/ScreenScreenOrientation.idl", 622 "screen_orientation/ScreenScreenOrientation.idl",
623 "serviceworkers/NavigatorServiceWorker.idl", 623 "serviceworkers/NavigatorServiceWorker.idl",
624 "speech/WindowSpeech.idl", 624 "speech/WindowSpeech.idl",
625 "speech/WindowSpeechSynthesis.idl", 625 "speech/WindowSpeechSynthesis.idl",
626 "srcobject/HTMLMediaElementSrcObject.idl", 626 "srcobject/HTMLMediaElementSrcObject.idl",
627 "storage/WindowStorage.idl", 627 "storage/WindowStorage.idl",
628 "vibration/NavigatorVibration.idl", 628 "vibration/NavigatorVibration.idl",
629 "vr/NavigatorVR.idl", 629 "vr/NavigatorVR.idl",
630 "wake_lock/ScreenWakeLock.idl", 630 "wake_lock/ScreenWakeLock.idl",
631 "webaudio/WindowWebAudio.idl",
632 "webaudio/WindowAudioWorklet.idl", 631 "webaudio/WindowAudioWorklet.idl",
633 "webauth/NavigatorAuth.idl", 632 "webauth/NavigatorAuth.idl",
634 "webdatabase/WindowWebDatabase.idl", 633 "webdatabase/WindowWebDatabase.idl",
635 "webgl/WebGL2RenderingContextBase.idl", 634 "webgl/WebGL2RenderingContextBase.idl",
636 "webgl/WebGLRenderingContextBase.idl", 635 "webgl/WebGLRenderingContextBase.idl",
637 "webmidi/NavigatorWebMIDI.idl", 636 "webmidi/NavigatorWebMIDI.idl",
638 "webshare/NavigatorShare.idl", 637 "webshare/NavigatorShare.idl",
639 "webusb/NavigatorUSB.idl", 638 "webusb/NavigatorUSB.idl",
640 ], 639 ],
641 "abspath") 640 "abspath")
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 "$blink_modules_output_dir/websockets/CloseEventInit.h", 976 "$blink_modules_output_dir/websockets/CloseEventInit.h",
978 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 977 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
979 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 978 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
980 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 979 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
981 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 980 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
982 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 981 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
983 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 982 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
984 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 983 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
985 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 984 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
986 ] 985 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/webaudio/DOMWindowWebAudio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698