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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 "filesystem/HTMLInputElementFileSystem.idl", | 532 "filesystem/HTMLInputElementFileSystem.idl", |
533 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", | 533 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", |
534 "filesystem/WindowFileSystem.idl", | 534 "filesystem/WindowFileSystem.idl", |
535 "gamepad/NavigatorGamepad.idl", | 535 "gamepad/NavigatorGamepad.idl", |
536 "geolocation/NavigatorGeolocation.idl", | 536 "geolocation/NavigatorGeolocation.idl", |
537 "indexeddb/WindowIndexedDatabase.idl", | 537 "indexeddb/WindowIndexedDatabase.idl", |
538 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", | 538 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", |
539 "installedapp/NavigatorInstalledApp.idl", | 539 "installedapp/NavigatorInstalledApp.idl", |
540 "mediacapturefromelement/HTMLCanvasElementCapture.idl", | 540 "mediacapturefromelement/HTMLCanvasElementCapture.idl", |
541 "mediacapturefromelement/HTMLMediaElementCapture.idl", | 541 "mediacapturefromelement/HTMLMediaElementCapture.idl", |
542 "mediasession/HTMLMediaElementMediaSession.idl", | |
543 "mediasource/AudioTrackSourceBuffer.idl", | 542 "mediasource/AudioTrackSourceBuffer.idl", |
544 "mediasource/VideoTrackSourceBuffer.idl", | 543 "mediasource/VideoTrackSourceBuffer.idl", |
545 "mediasource/HTMLVideoElementMediaSource.idl", | 544 "mediasource/HTMLVideoElementMediaSource.idl", |
546 "mediasource/URLMediaSource.idl", | 545 "mediasource/URLMediaSource.idl", |
547 "mediastream/NavigatorMediaStream.idl", | 546 "mediastream/NavigatorMediaStream.idl", |
548 "mediastream/NavigatorUserMedia.idl", | 547 "mediastream/NavigatorUserMedia.idl", |
549 "mediastream/URLMediaStream.idl", | 548 "mediastream/URLMediaStream.idl", |
550 "mediastream/WindowMediaStream.idl", | 549 "mediastream/WindowMediaStream.idl", |
551 "navigatorcontentutils/NavigatorContentUtils.idl", | 550 "navigatorcontentutils/NavigatorContentUtils.idl", |
552 "nfc/NavigatorNFC.idl", | 551 "nfc/NavigatorNFC.idl", |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 858 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
860 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 859 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
861 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 860 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
862 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 861 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
863 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 862 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
864 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 863 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
865 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 864 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
866 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 865 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
867 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 866 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
868 ] | 867 ] |
OLD | NEW |