| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |