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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 "filesystem/HTMLInputElementFileSystem.idl", | 539 "filesystem/HTMLInputElementFileSystem.idl", |
540 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", | 540 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", |
541 "filesystem/WindowFileSystem.idl", | 541 "filesystem/WindowFileSystem.idl", |
542 "gamepad/NavigatorGamepad.idl", | 542 "gamepad/NavigatorGamepad.idl", |
543 "geolocation/NavigatorGeolocation.idl", | 543 "geolocation/NavigatorGeolocation.idl", |
544 "indexeddb/WindowIndexedDatabase.idl", | 544 "indexeddb/WindowIndexedDatabase.idl", |
545 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", | 545 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", |
546 "installedapp/NavigatorInstalledApp.idl", | 546 "installedapp/NavigatorInstalledApp.idl", |
547 "mediacapturefromelement/HTMLCanvasElementCapture.idl", | 547 "mediacapturefromelement/HTMLCanvasElementCapture.idl", |
548 "mediacapturefromelement/HTMLMediaElementCapture.idl", | 548 "mediacapturefromelement/HTMLMediaElementCapture.idl", |
| 549 "mediasession/NavigatorMediaSession.idl", |
549 "mediasource/AudioTrackSourceBuffer.idl", | 550 "mediasource/AudioTrackSourceBuffer.idl", |
550 "mediasource/VideoTrackSourceBuffer.idl", | 551 "mediasource/VideoTrackSourceBuffer.idl", |
551 "mediasource/HTMLVideoElementMediaSource.idl", | 552 "mediasource/HTMLVideoElementMediaSource.idl", |
552 "mediasource/URLMediaSource.idl", | 553 "mediasource/URLMediaSource.idl", |
553 "mediastream/NavigatorMediaStream.idl", | 554 "mediastream/NavigatorMediaStream.idl", |
554 "mediastream/NavigatorUserMedia.idl", | 555 "mediastream/NavigatorUserMedia.idl", |
555 "mediastream/URLMediaStream.idl", | 556 "mediastream/URLMediaStream.idl", |
556 "mediastream/WindowMediaStream.idl", | 557 "mediastream/WindowMediaStream.idl", |
557 "navigatorcontentutils/NavigatorContentUtils.idl", | 558 "navigatorcontentutils/NavigatorContentUtils.idl", |
558 "nfc/NavigatorNFC.idl", | 559 "nfc/NavigatorNFC.idl", |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 870 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
870 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 871 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
871 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 872 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
872 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 873 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
873 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 874 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
874 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 875 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
875 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 876 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
876 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 877 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
877 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 878 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
878 ] | 879 ] |
OLD | NEW |