| 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 "quota/WindowQuota.idl", | 544 "quota/WindowQuota.idl", |
| 545 "quota/WorkerNavigatorStorageQuota.idl", | 545 "quota/WorkerNavigatorStorageQuota.idl", |
| 546 "remoteplayback/HTMLMediaElementRemotePlayback.idl", | 546 "remoteplayback/HTMLMediaElementRemotePlayback.idl", |
| 547 "screen_orientation/ScreenScreenOrientation.idl", | 547 "screen_orientation/ScreenScreenOrientation.idl", |
| 548 "serviceworkers/NavigatorServiceWorker.idl", | 548 "serviceworkers/NavigatorServiceWorker.idl", |
| 549 "speech/WindowSpeech.idl", | 549 "speech/WindowSpeech.idl", |
| 550 "speech/WindowSpeechSynthesis.idl", | 550 "speech/WindowSpeechSynthesis.idl", |
| 551 "srcobject/HTMLMediaElementSrcObject.idl", | 551 "srcobject/HTMLMediaElementSrcObject.idl", |
| 552 "storage/WindowStorage.idl", | 552 "storage/WindowStorage.idl", |
| 553 "vibration/NavigatorVibration.idl", | 553 "vibration/NavigatorVibration.idl", |
| 554 "vr/DocumentVR.idl", |
| 554 "vr/NavigatorVR.idl", | 555 "vr/NavigatorVR.idl", |
| 555 "wake_lock/ScreenWakeLock.idl", | 556 "wake_lock/ScreenWakeLock.idl", |
| 556 "webaudio/WindowWebAudio.idl", | 557 "webaudio/WindowWebAudio.idl", |
| 557 "webaudio/WindowAudioWorklet.idl", | 558 "webaudio/WindowAudioWorklet.idl", |
| 558 "webdatabase/WindowWebDatabase.idl", | 559 "webdatabase/WindowWebDatabase.idl", |
| 559 "webgl/WebGL2RenderingContextBase.idl", | 560 "webgl/WebGL2RenderingContextBase.idl", |
| 560 "webgl/WebGLRenderingContextBase.idl", | 561 "webgl/WebGLRenderingContextBase.idl", |
| 561 "webmidi/NavigatorWebMIDI.idl", | 562 "webmidi/NavigatorWebMIDI.idl", |
| 562 "webshare/NavigatorShare.idl", | 563 "webshare/NavigatorShare.idl", |
| 563 "webusb/NavigatorUSB.idl", | 564 "webusb/NavigatorUSB.idl", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 803 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 803 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 804 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 804 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 805 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 805 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 806 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 806 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 807 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 807 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 808 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 808 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 809 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 809 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 810 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 810 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 811 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 811 ] | 812 ] |
| OLD | NEW |