| 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 "background_sync/ServiceWorkerGlobalScopeSync.idl", | 584 "background_sync/ServiceWorkerGlobalScopeSync.idl", |
| 585 "background_sync/ServiceWorkerRegistrationSync.idl", | 585 "background_sync/ServiceWorkerRegistrationSync.idl", |
| 586 "battery/NavigatorBattery.idl", | 586 "battery/NavigatorBattery.idl", |
| 587 "beacon/NavigatorBeacon.idl", | 587 "beacon/NavigatorBeacon.idl", |
| 588 "bluetooth/NavigatorBluetooth.idl", | 588 "bluetooth/NavigatorBluetooth.idl", |
| 589 "budget/NavigatorBudget.idl", | 589 "budget/NavigatorBudget.idl", |
| 590 "budget/WorkerNavigatorBudget.idl", | 590 "budget/WorkerNavigatorBudget.idl", |
| 591 "cachestorage/WindowCacheStorage.idl", | 591 "cachestorage/WindowCacheStorage.idl", |
| 592 "cachestorage/WorkerCacheStorage.idl", | 592 "cachestorage/WorkerCacheStorage.idl", |
| 593 "canvas/HTMLCanvasElementModule.idl", | 593 "canvas/HTMLCanvasElementModule.idl", |
| 594 "canvas2d/CanvasPathMethods.idl", | 594 "canvas2d/CanvasPath.idl", |
| 595 "compositorworker/WindowAnimationWorklet.idl", | 595 "compositorworker/WindowAnimationWorklet.idl", |
| 596 "credentialmanager/NavigatorCredentials.idl", | 596 "credentialmanager/NavigatorCredentials.idl", |
| 597 "crypto/WindowCrypto.idl", | 597 "crypto/WindowCrypto.idl", |
| 598 "crypto/WorkerGlobalScopeCrypto.idl", | 598 "crypto/WorkerGlobalScopeCrypto.idl", |
| 599 "csspaint/WindowPaintWorklet.idl", | 599 "csspaint/WindowPaintWorklet.idl", |
| 600 "device_light/WindowDeviceLight.idl", | 600 "device_light/WindowDeviceLight.idl", |
| 601 "device_orientation/WindowDeviceMotion.idl", | 601 "device_orientation/WindowDeviceMotion.idl", |
| 602 "device_orientation/WindowDeviceOrientation.idl", | 602 "device_orientation/WindowDeviceOrientation.idl", |
| 603 "donottrack/NavigatorDoNotTrack.idl", | 603 "donottrack/NavigatorDoNotTrack.idl", |
| 604 "encryptedmedia/HTMLMediaElementEncryptedMedia.idl", | 604 "encryptedmedia/HTMLMediaElementEncryptedMedia.idl", |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 1038 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 1047 ] | 1047 ] |
| OLD | NEW |