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 28 matching lines...) Expand all Loading... |
39 | 39 |
40 modules_idl_files = | 40 modules_idl_files = |
41 get_path_info([ | 41 get_path_info([ |
42 "app_banner/AppBannerPromptResult.idl", | 42 "app_banner/AppBannerPromptResult.idl", |
43 "app_banner/BeforeInstallPromptEvent.idl", | 43 "app_banner/BeforeInstallPromptEvent.idl", |
44 "background_fetch/BackgroundFetchClickEvent.idl", | 44 "background_fetch/BackgroundFetchClickEvent.idl", |
45 "background_fetch/BackgroundFetchEvent.idl", | 45 "background_fetch/BackgroundFetchEvent.idl", |
46 "background_fetch/BackgroundFetchFailEvent.idl", | 46 "background_fetch/BackgroundFetchFailEvent.idl", |
47 "background_fetch/BackgroundFetchManager.idl", | 47 "background_fetch/BackgroundFetchManager.idl", |
48 "background_fetch/BackgroundFetchRegistration.idl", | 48 "background_fetch/BackgroundFetchRegistration.idl", |
| 49 "background_fetch/BackgroundFetchRequest.idl", |
| 50 "background_fetch/BackgroundFetchSettledRequest.idl", |
49 "background_fetch/BackgroundFetchedEvent.idl", | 51 "background_fetch/BackgroundFetchedEvent.idl", |
50 "background_sync/SyncEvent.idl", | 52 "background_sync/SyncEvent.idl", |
51 "background_sync/SyncManager.idl", | 53 "background_sync/SyncManager.idl", |
52 "battery/BatteryManager.idl", | 54 "battery/BatteryManager.idl", |
53 "bluetooth/Bluetooth.idl", | 55 "bluetooth/Bluetooth.idl", |
54 "bluetooth/BluetoothDevice.idl", | 56 "bluetooth/BluetoothDevice.idl", |
55 "bluetooth/BluetoothCharacteristicProperties.idl", | 57 "bluetooth/BluetoothCharacteristicProperties.idl", |
56 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", | 58 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", |
57 "bluetooth/BluetoothRemoteGATTDescriptor.idl", | 59 "bluetooth/BluetoothRemoteGATTDescriptor.idl", |
58 "bluetooth/BluetoothRemoteGATTServer.idl", | 60 "bluetooth/BluetoothRemoteGATTServer.idl", |
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1014 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 1016 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
1015 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 1017 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
1016 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 1018 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
1017 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1019 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
1018 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1020 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
1019 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1021 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
1020 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1022 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
1021 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1023 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
1022 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1024 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
1023 ] | 1025 ] |
OLD | NEW |