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 23 matching lines...) Expand all Loading... |
34 modules_core_global_constructors_original_interfaces, | 34 modules_core_global_constructors_original_interfaces, |
35 [ "$blink_modules_output_dir/{{source_name_part}}CoreConstructors.idl" ]
) | 35 [ "$blink_modules_output_dir/{{source_name_part}}CoreConstructors.idl" ]
) |
36 modules_global_constructors_generated_idl_files = process_file_template( | 36 modules_global_constructors_generated_idl_files = process_file_template( |
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/BackgroundFetchManager.idl", |
44 "background_sync/SyncEvent.idl", | 45 "background_sync/SyncEvent.idl", |
45 "background_sync/SyncManager.idl", | 46 "background_sync/SyncManager.idl", |
46 "battery/BatteryManager.idl", | 47 "battery/BatteryManager.idl", |
47 "bluetooth/Bluetooth.idl", | 48 "bluetooth/Bluetooth.idl", |
48 "bluetooth/BluetoothDevice.idl", | 49 "bluetooth/BluetoothDevice.idl", |
49 "bluetooth/BluetoothCharacteristicProperties.idl", | 50 "bluetooth/BluetoothCharacteristicProperties.idl", |
50 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", | 51 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", |
51 "bluetooth/BluetoothRemoteGATTDescriptor.idl", | 52 "bluetooth/BluetoothRemoteGATTDescriptor.idl", |
52 "bluetooth/BluetoothRemoteGATTServer.idl", | 53 "bluetooth/BluetoothRemoteGATTServer.idl", |
53 "bluetooth/BluetoothRemoteGATTService.idl", | 54 "bluetooth/BluetoothRemoteGATTService.idl", |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 "webusb/USBDeviceFilter.idl", | 548 "webusb/USBDeviceFilter.idl", |
548 "webusb/USBDeviceRequestOptions.idl", | 549 "webusb/USBDeviceRequestOptions.idl", |
549 ], | 550 ], |
550 "abspath") | 551 "abspath") |
551 | 552 |
552 # 'partial interface' or target (right side of) 'implements' | 553 # 'partial interface' or target (right side of) 'implements' |
553 modules_dependency_idl_files = | 554 modules_dependency_idl_files = |
554 get_path_info( | 555 get_path_info( |
555 [ | 556 [ |
556 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl", | 557 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl", |
| 558 "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl", |
557 "background_sync/ServiceWorkerGlobalScopeSync.idl", | 559 "background_sync/ServiceWorkerGlobalScopeSync.idl", |
558 "background_sync/ServiceWorkerRegistrationSync.idl", | 560 "background_sync/ServiceWorkerRegistrationSync.idl", |
559 "battery/NavigatorBattery.idl", | 561 "battery/NavigatorBattery.idl", |
560 "beacon/NavigatorBeacon.idl", | 562 "beacon/NavigatorBeacon.idl", |
561 "bluetooth/NavigatorBluetooth.idl", | 563 "bluetooth/NavigatorBluetooth.idl", |
562 "budget/NavigatorBudget.idl", | 564 "budget/NavigatorBudget.idl", |
563 "budget/WorkerNavigatorBudget.idl", | 565 "budget/WorkerNavigatorBudget.idl", |
564 "cachestorage/WindowCacheStorage.idl", | 566 "cachestorage/WindowCacheStorage.idl", |
565 "cachestorage/WorkerCacheStorage.idl", | 567 "cachestorage/WorkerCacheStorage.idl", |
566 "canvas/HTMLCanvasElementModule.idl", | 568 "canvas/HTMLCanvasElementModule.idl", |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 987 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
986 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 988 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
987 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 989 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
988 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 990 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
989 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 991 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
990 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 992 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
991 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 993 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
992 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 994 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
993 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 995 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
994 ] | 996 ] |
OLD | NEW |