| 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 "fetch/WindowFetch.idl", | 605 "fetch/WindowFetch.idl", |
| 606 "fetch/WorkerFetch.idl", | 606 "fetch/WorkerFetch.idl", |
| 607 "filesystem/DataTransferItemFileSystem.idl", | 607 "filesystem/DataTransferItemFileSystem.idl", |
| 608 "filesystem/DedicatedWorkerGlobalScopeFileSystem.idl", | 608 "filesystem/DedicatedWorkerGlobalScopeFileSystem.idl", |
| 609 "filesystem/DevToolsHostFileSystem.idl", | 609 "filesystem/DevToolsHostFileSystem.idl", |
| 610 "filesystem/HTMLInputElementFileSystem.idl", | 610 "filesystem/HTMLInputElementFileSystem.idl", |
| 611 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", | 611 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", |
| 612 "filesystem/WindowFileSystem.idl", | 612 "filesystem/WindowFileSystem.idl", |
| 613 "gamepad/NavigatorGamepad.idl", | 613 "gamepad/NavigatorGamepad.idl", |
| 614 "geolocation/NavigatorGeolocation.idl", | 614 "geolocation/NavigatorGeolocation.idl", |
| 615 "indexeddb/WindowIndexedDatabase.idl", | 615 "indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.idl", |
| 616 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", | |
| 617 "installedapp/NavigatorInstalledApp.idl", | 616 "installedapp/NavigatorInstalledApp.idl", |
| 618 "media_capabilities/NavigatorMediaCapabilities.idl", | 617 "media_capabilities/NavigatorMediaCapabilities.idl", |
| 619 "mediacapturefromelement/HTMLCanvasElementCapture.idl", | 618 "mediacapturefromelement/HTMLCanvasElementCapture.idl", |
| 620 "mediacapturefromelement/HTMLMediaElementCapture.idl", | 619 "mediacapturefromelement/HTMLMediaElementCapture.idl", |
| 621 "mediasession/NavigatorMediaSession.idl", | 620 "mediasession/NavigatorMediaSession.idl", |
| 622 "mediasource/AudioTrackSourceBuffer.idl", | 621 "mediasource/AudioTrackSourceBuffer.idl", |
| 623 "mediasource/VideoTrackSourceBuffer.idl", | 622 "mediasource/VideoTrackSourceBuffer.idl", |
| 624 "mediasource/HTMLVideoElementMediaSource.idl", | 623 "mediasource/HTMLVideoElementMediaSource.idl", |
| 625 "mediasource/URLMediaSource.idl", | 624 "mediasource/URLMediaSource.idl", |
| 626 "mediastream/MediaStreamTrackContentHint.idl", | 625 "mediastream/MediaStreamTrackContentHint.idl", |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 1034 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 1036 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 1035 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 1037 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 1036 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 1038 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1037 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 1039 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1038 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 1040 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1039 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 1041 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1040 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 1042 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1041 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 1043 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1042 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 1044 ] | 1043 ] |
| OLD | NEW |