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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 "filesystem/DedicatedWorkerGlobalScopeFileSystem.idl", | 609 "filesystem/DedicatedWorkerGlobalScopeFileSystem.idl", |
610 "filesystem/DevToolsHostFileSystem.idl", | 610 "filesystem/DevToolsHostFileSystem.idl", |
611 "filesystem/HTMLInputElementFileSystem.idl", | 611 "filesystem/HTMLInputElementFileSystem.idl", |
612 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", | 612 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", |
613 "filesystem/WindowFileSystem.idl", | 613 "filesystem/WindowFileSystem.idl", |
614 "gamepad/NavigatorGamepad.idl", | 614 "gamepad/NavigatorGamepad.idl", |
615 "geolocation/NavigatorGeolocation.idl", | 615 "geolocation/NavigatorGeolocation.idl", |
616 "indexeddb/WindowIndexedDatabase.idl", | 616 "indexeddb/WindowIndexedDatabase.idl", |
617 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", | 617 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", |
618 "installedapp/NavigatorInstalledApp.idl", | 618 "installedapp/NavigatorInstalledApp.idl", |
| 619 "keyboard_lock/NavigatorKeyboardLock.idl", |
619 "media_capabilities/NavigatorMediaCapabilities.idl", | 620 "media_capabilities/NavigatorMediaCapabilities.idl", |
620 "mediacapturefromelement/HTMLCanvasElementCapture.idl", | 621 "mediacapturefromelement/HTMLCanvasElementCapture.idl", |
621 "mediacapturefromelement/HTMLMediaElementCapture.idl", | 622 "mediacapturefromelement/HTMLMediaElementCapture.idl", |
622 "mediasession/NavigatorMediaSession.idl", | 623 "mediasession/NavigatorMediaSession.idl", |
623 "mediasource/AudioTrackSourceBuffer.idl", | 624 "mediasource/AudioTrackSourceBuffer.idl", |
624 "mediasource/VideoTrackSourceBuffer.idl", | 625 "mediasource/VideoTrackSourceBuffer.idl", |
625 "mediasource/HTMLVideoElementMediaSource.idl", | 626 "mediasource/HTMLVideoElementMediaSource.idl", |
626 "mediasource/URLMediaSource.idl", | 627 "mediasource/URLMediaSource.idl", |
627 "mediastream/MediaStreamTrackContentHint.idl", | 628 "mediastream/MediaStreamTrackContentHint.idl", |
628 "mediastream/NavigatorMediaStream.idl", | 629 "mediastream/NavigatorMediaStream.idl", |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1038 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 1039 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 1041 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1043 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1045 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1047 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
1047 ] | 1048 ] |
OLD | NEW |