| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "background_sync/SyncManager.idl", | 45 "background_sync/SyncManager.idl", |
| 46 "battery/BatteryManager.idl", | 46 "battery/BatteryManager.idl", |
| 47 "bluetooth/Bluetooth.idl", | 47 "bluetooth/Bluetooth.idl", |
| 48 "bluetooth/BluetoothDevice.idl", | 48 "bluetooth/BluetoothDevice.idl", |
| 49 "bluetooth/BluetoothCharacteristicProperties.idl", | 49 "bluetooth/BluetoothCharacteristicProperties.idl", |
| 50 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", | 50 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", |
| 51 "bluetooth/BluetoothRemoteGATTDescriptor.idl", | 51 "bluetooth/BluetoothRemoteGATTDescriptor.idl", |
| 52 "bluetooth/BluetoothRemoteGATTServer.idl", | 52 "bluetooth/BluetoothRemoteGATTServer.idl", |
| 53 "bluetooth/BluetoothRemoteGATTService.idl", | 53 "bluetooth/BluetoothRemoteGATTService.idl", |
| 54 "bluetooth/BluetoothUUID.idl", | 54 "bluetooth/BluetoothUUID.idl", |
| 55 "bluetooth/FakeBluetooth.idl", |
| 56 "bluetooth/FakeBluetoothChooser.idl", |
| 57 "bluetooth/FakeBluetoothChooserEvent.idl", |
| 58 "bluetooth/FakeLECentralManager.idl", |
| 59 "bluetooth/FakeLEPeripheral.idl", |
| 60 "bluetooth/FakeRemoteGATTService.idl", |
| 61 "bluetooth/FakeRemoteGATTCharacteristic.idl", |
| 62 "bluetooth/FakeRemoteGATTDescriptor.idl", |
| 55 "broadcastchannel/BroadcastChannel.idl", | 63 "broadcastchannel/BroadcastChannel.idl", |
| 56 "budget/BudgetService.idl", | 64 "budget/BudgetService.idl", |
| 57 "budget/BudgetState.idl", | 65 "budget/BudgetState.idl", |
| 58 "cachestorage/Cache.idl", | 66 "cachestorage/Cache.idl", |
| 59 "cachestorage/CacheStorage.idl", | 67 "cachestorage/CacheStorage.idl", |
| 60 "canvas2d/CanvasGradient.idl", | 68 "canvas2d/CanvasGradient.idl", |
| 61 "canvas2d/CanvasPattern.idl", | 69 "canvas2d/CanvasPattern.idl", |
| 62 "canvas2d/CanvasRenderingContext2D.idl", | 70 "canvas2d/CanvasRenderingContext2D.idl", |
| 63 "canvas2d/Path2D.idl", | 71 "canvas2d/Path2D.idl", |
| 64 "compositorworker/AnimationWorkletGlobalScope.idl", | 72 "compositorworker/AnimationWorkletGlobalScope.idl", |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 "webusb/USBOutTransferResult.idl", | 395 "webusb/USBOutTransferResult.idl", |
| 388 ], | 396 ], |
| 389 "abspath") | 397 "abspath") |
| 390 | 398 |
| 391 modules_dictionary_idl_files = | 399 modules_dictionary_idl_files = |
| 392 get_path_info([ | 400 get_path_info([ |
| 393 "app_banner/BeforeInstallPromptEventInit.idl", | 401 "app_banner/BeforeInstallPromptEventInit.idl", |
| 394 "background_sync/SyncEventInit.idl", | 402 "background_sync/SyncEventInit.idl", |
| 395 "bluetooth/BluetoothScanFilterInit.idl", | 403 "bluetooth/BluetoothScanFilterInit.idl", |
| 396 "bluetooth/RequestDeviceOptions.idl", | 404 "bluetooth/RequestDeviceOptions.idl", |
| 405 "bluetooth/FakeCentralOptions.idl", |
| 406 "bluetooth/ScanResult.idl", |
| 407 "bluetooth/ScanRecord.idl", |
| 408 "bluetooth/FakeLEPeripheralOptions.idl", |
| 409 "bluetooth/FakeRemoteGATTServiceOptions.idl", |
| 410 "bluetooth/FakeRemoteGATTCharacteristicOptions.idl", |
| 411 "bluetooth/FakeRemoteGATTDescriptorOptions.idl", |
| 412 "bluetooth/FakeNotificationOptions.idl", |
| 397 "cachestorage/CacheQueryOptions.idl", | 413 "cachestorage/CacheQueryOptions.idl", |
| 398 "canvas2d/Canvas2DContextAttributes.idl", | 414 "canvas2d/Canvas2DContextAttributes.idl", |
| 399 "canvas2d/HitRegionOptions.idl", | 415 "canvas2d/HitRegionOptions.idl", |
| 400 "credentialmanager/CredentialData.idl", | 416 "credentialmanager/CredentialData.idl", |
| 401 "credentialmanager/CredentialRequestOptions.idl", | 417 "credentialmanager/CredentialRequestOptions.idl", |
| 402 "credentialmanager/FederatedCredentialData.idl", | 418 "credentialmanager/FederatedCredentialData.idl", |
| 403 "credentialmanager/FederatedCredentialRequestOptions.idl", | 419 "credentialmanager/FederatedCredentialRequestOptions.idl", |
| 404 "credentialmanager/FormDataOptions.idl", | 420 "credentialmanager/FormDataOptions.idl", |
| 405 "credentialmanager/LocallyStoredCredentialData.idl", | 421 "credentialmanager/LocallyStoredCredentialData.idl", |
| 406 "credentialmanager/PasswordCredentialData.idl", | 422 "credentialmanager/PasswordCredentialData.idl", |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 # 'partial interface' or target (right side of) 'implements' | 565 # 'partial interface' or target (right side of) 'implements' |
| 550 modules_dependency_idl_files = | 566 modules_dependency_idl_files = |
| 551 get_path_info( | 567 get_path_info( |
| 552 [ | 568 [ |
| 553 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl", | 569 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl", |
| 554 "background_sync/ServiceWorkerGlobalScopeSync.idl", | 570 "background_sync/ServiceWorkerGlobalScopeSync.idl", |
| 555 "background_sync/ServiceWorkerRegistrationSync.idl", | 571 "background_sync/ServiceWorkerRegistrationSync.idl", |
| 556 "battery/NavigatorBattery.idl", | 572 "battery/NavigatorBattery.idl", |
| 557 "beacon/NavigatorBeacon.idl", | 573 "beacon/NavigatorBeacon.idl", |
| 558 "bluetooth/NavigatorBluetooth.idl", | 574 "bluetooth/NavigatorBluetooth.idl", |
| 575 "bluetooth/BluetoothFakeBluetooth.idl", |
| 559 "budget/NavigatorBudget.idl", | 576 "budget/NavigatorBudget.idl", |
| 560 "budget/WorkerNavigatorBudget.idl", | 577 "budget/WorkerNavigatorBudget.idl", |
| 561 "cachestorage/WindowCacheStorage.idl", | 578 "cachestorage/WindowCacheStorage.idl", |
| 562 "cachestorage/WorkerCacheStorage.idl", | 579 "cachestorage/WorkerCacheStorage.idl", |
| 563 "canvas/HTMLCanvasElementModule.idl", | 580 "canvas/HTMLCanvasElementModule.idl", |
| 564 "canvas2d/CanvasPathMethods.idl", | 581 "canvas2d/CanvasPathMethods.idl", |
| 565 "compositorworker/WindowAnimationWorklet.idl", | 582 "compositorworker/WindowAnimationWorklet.idl", |
| 566 "credentialmanager/NavigatorCredentials.idl", | 583 "credentialmanager/NavigatorCredentials.idl", |
| 567 "crypto/WindowCrypto.idl", | 584 "crypto/WindowCrypto.idl", |
| 568 "crypto/WorkerGlobalScopeCrypto.idl", | 585 "crypto/WorkerGlobalScopeCrypto.idl", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 # source files. Then these sources files can be programatically expanded | 695 # source files. Then these sources files can be programatically expanded |
| 679 # from the .idl file list(s). | 696 # from the .idl file list(s). |
| 680 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.cpp", | 697 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.cpp", |
| 681 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.h", | 698 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.h", |
| 682 "$blink_modules_output_dir/background_sync/SyncEventInit.cpp", | 699 "$blink_modules_output_dir/background_sync/SyncEventInit.cpp", |
| 683 "$blink_modules_output_dir/background_sync/SyncEventInit.h", | 700 "$blink_modules_output_dir/background_sync/SyncEventInit.h", |
| 684 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.cpp", | 701 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.cpp", |
| 685 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.h", | 702 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.h", |
| 686 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.cpp", | 703 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.cpp", |
| 687 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.h", | 704 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.h", |
| 705 "$blink_modules_output_dir/bluetooth/FakeCentralOptions.cpp", |
| 706 "$blink_modules_output_dir/bluetooth/FakeCentralOptions.h", |
| 707 "$blink_modules_output_dir/bluetooth/ScanResult.cpp", |
| 708 "$blink_modules_output_dir/bluetooth/ScanResult.h", |
| 709 "$blink_modules_output_dir/bluetooth/ScanRecord.cpp", |
| 710 "$blink_modules_output_dir/bluetooth/ScanRecord.h", |
| 711 "$blink_modules_output_dir/bluetooth/FakeLEPeripheralOptions.cpp", |
| 712 "$blink_modules_output_dir/bluetooth/FakeLEPeripheralOptions.h", |
| 713 "$blink_modules_output_dir/bluetooth/FakeRemoteGATTServiceOptions.cpp", |
| 714 "$blink_modules_output_dir/bluetooth/FakeRemoteGATTServiceOptions.h", |
| 715 "$blink_modules_output_dir/bluetooth/FakeRemoteGATTCharacteristicOptions.cpp", |
| 716 "$blink_modules_output_dir/bluetooth/FakeRemoteGATTCharacteristicOptions.h", |
| 717 "$blink_modules_output_dir/bluetooth/FakeRemoteGATTDescriptorOptions.cpp", |
| 718 "$blink_modules_output_dir/bluetooth/FakeRemoteGATTDescriptorOptions.h", |
| 719 "$blink_modules_output_dir/bluetooth/FakeNotificationOptions.cpp", |
| 720 "$blink_modules_output_dir/bluetooth/FakeNotificationOptions.h", |
| 688 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.cpp", | 721 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.cpp", |
| 689 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.h", | 722 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.h", |
| 690 "$blink_modules_output_dir/canvas2d/Canvas2DContextAttributes.cpp", | 723 "$blink_modules_output_dir/canvas2d/Canvas2DContextAttributes.cpp", |
| 691 "$blink_modules_output_dir/canvas2d/Canvas2DContextAttributes.h", | 724 "$blink_modules_output_dir/canvas2d/Canvas2DContextAttributes.h", |
| 692 "$blink_modules_output_dir/canvas2d/HitRegionOptions.cpp", | 725 "$blink_modules_output_dir/canvas2d/HitRegionOptions.cpp", |
| 693 "$blink_modules_output_dir/canvas2d/HitRegionOptions.h", | 726 "$blink_modules_output_dir/canvas2d/HitRegionOptions.h", |
| 694 "$blink_modules_output_dir/credentialmanager/CredentialData.cpp", | 727 "$blink_modules_output_dir/credentialmanager/CredentialData.cpp", |
| 695 "$blink_modules_output_dir/credentialmanager/CredentialData.h", | 728 "$blink_modules_output_dir/credentialmanager/CredentialData.h", |
| 696 "$blink_modules_output_dir/credentialmanager/CredentialRequestOptions.cpp", | 729 "$blink_modules_output_dir/credentialmanager/CredentialRequestOptions.cpp", |
| 697 "$blink_modules_output_dir/credentialmanager/CredentialRequestOptions.h", | 730 "$blink_modules_output_dir/credentialmanager/CredentialRequestOptions.h", |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 977 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 1010 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 978 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 1011 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 979 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 1012 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 980 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1013 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 981 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1014 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 982 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1015 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 983 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1016 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 984 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1017 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 985 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1018 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 986 ] | 1019 ] |
| OLD | NEW |