| 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 26 matching lines...) Expand all Loading... |
| 37 modules_global_constructors_original_interfaces, | 37 modules_global_constructors_original_interfaces, |
| 38 [ "$blink_modules_output_dir/{{source_name_part}}ModulesConstructors.idl
" ]) | 38 [ "$blink_modules_output_dir/{{source_name_part}}ModulesConstructors.idl
" ]) |
| 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/BackgroundFetchFetch.idl", |
| 47 "background_fetch/BackgroundFetchManager.idl", | 48 "background_fetch/BackgroundFetchManager.idl", |
| 48 "background_fetch/BackgroundFetchRegistration.idl", | 49 "background_fetch/BackgroundFetchRegistration.idl", |
| 49 "background_fetch/BackgroundFetchRequest.idl", | 50 "background_fetch/BackgroundFetchSettledFetch.idl", |
| 50 "background_fetch/BackgroundFetchSettledRequest.idl", | |
| 51 "background_fetch/BackgroundFetchedEvent.idl", | 51 "background_fetch/BackgroundFetchedEvent.idl", |
| 52 "background_sync/SyncEvent.idl", | 52 "background_sync/SyncEvent.idl", |
| 53 "background_sync/SyncManager.idl", | 53 "background_sync/SyncManager.idl", |
| 54 "battery/BatteryManager.idl", | 54 "battery/BatteryManager.idl", |
| 55 "bluetooth/Bluetooth.idl", | 55 "bluetooth/Bluetooth.idl", |
| 56 "bluetooth/BluetoothDevice.idl", | 56 "bluetooth/BluetoothDevice.idl", |
| 57 "bluetooth/BluetoothCharacteristicProperties.idl", | 57 "bluetooth/BluetoothCharacteristicProperties.idl", |
| 58 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", | 58 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", |
| 59 "bluetooth/BluetoothRemoteGATTDescriptor.idl", | 59 "bluetooth/BluetoothRemoteGATTDescriptor.idl", |
| 60 "bluetooth/BluetoothRemoteGATTServer.idl", | 60 "bluetooth/BluetoothRemoteGATTServer.idl", |
| (...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 1019 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 1020 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 1020 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 1021 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 1021 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 1022 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1022 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 1023 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1023 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 1024 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1024 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 1025 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1025 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 1026 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1026 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 1027 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1027 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 1028 ] | 1028 ] |
| OLD | NEW |