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 24 matching lines...) Expand all Loading... |
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_fetch/BackgroundFetchManager.idl", |
| 45 "background_fetch/BackgroundFetchRegistration.idl", |
45 "background_sync/SyncEvent.idl", | 46 "background_sync/SyncEvent.idl", |
46 "background_sync/SyncManager.idl", | 47 "background_sync/SyncManager.idl", |
47 "battery/BatteryManager.idl", | 48 "battery/BatteryManager.idl", |
48 "bluetooth/Bluetooth.idl", | 49 "bluetooth/Bluetooth.idl", |
49 "bluetooth/BluetoothDevice.idl", | 50 "bluetooth/BluetoothDevice.idl", |
50 "bluetooth/BluetoothCharacteristicProperties.idl", | 51 "bluetooth/BluetoothCharacteristicProperties.idl", |
51 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", | 52 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", |
52 "bluetooth/BluetoothRemoteGATTDescriptor.idl", | 53 "bluetooth/BluetoothRemoteGATTDescriptor.idl", |
53 "bluetooth/BluetoothRemoteGATTServer.idl", | 54 "bluetooth/BluetoothRemoteGATTServer.idl", |
54 "bluetooth/BluetoothRemoteGATTService.idl", | 55 "bluetooth/BluetoothRemoteGATTService.idl", |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 "webusb/USBIsochronousInTransferResult.idl", | 386 "webusb/USBIsochronousInTransferResult.idl", |
386 "webusb/USBIsochronousOutTransferPacket.idl", | 387 "webusb/USBIsochronousOutTransferPacket.idl", |
387 "webusb/USBIsochronousOutTransferResult.idl", | 388 "webusb/USBIsochronousOutTransferResult.idl", |
388 "webusb/USBOutTransferResult.idl", | 389 "webusb/USBOutTransferResult.idl", |
389 ], | 390 ], |
390 "abspath") | 391 "abspath") |
391 | 392 |
392 modules_dictionary_idl_files = | 393 modules_dictionary_idl_files = |
393 get_path_info([ | 394 get_path_info([ |
394 "app_banner/BeforeInstallPromptEventInit.idl", | 395 "app_banner/BeforeInstallPromptEventInit.idl", |
| 396 "background_fetch/BackgroundFetchOptions.idl", |
| 397 "background_fetch/IconDefinition.idl", |
395 "background_sync/SyncEventInit.idl", | 398 "background_sync/SyncEventInit.idl", |
396 "bluetooth/BluetoothScanFilterInit.idl", | 399 "bluetooth/BluetoothScanFilterInit.idl", |
397 "bluetooth/RequestDeviceOptions.idl", | 400 "bluetooth/RequestDeviceOptions.idl", |
398 "cachestorage/CacheQueryOptions.idl", | 401 "cachestorage/CacheQueryOptions.idl", |
399 "canvas2d/CanvasRenderingContext2DSettings.idl", | 402 "canvas2d/CanvasRenderingContext2DSettings.idl", |
400 "canvas2d/HitRegionOptions.idl", | 403 "canvas2d/HitRegionOptions.idl", |
401 "credentialmanager/CredentialData.idl", | 404 "credentialmanager/CredentialData.idl", |
402 "credentialmanager/CredentialRequestOptions.idl", | 405 "credentialmanager/CredentialRequestOptions.idl", |
403 "credentialmanager/FederatedCredentialData.idl", | 406 "credentialmanager/FederatedCredentialData.idl", |
404 "credentialmanager/FederatedCredentialRequestOptions.idl", | 407 "credentialmanager/FederatedCredentialRequestOptions.idl", |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 modules_static_dependency_idl_files + modules_generated_dependency_idl_files | 680 modules_static_dependency_idl_files + modules_generated_dependency_idl_files |
678 | 681 |
679 # Source files generated from IDL. | 682 # Source files generated from IDL. |
680 generated_modules_dictionary_files = [ | 683 generated_modules_dictionary_files = [ |
681 # TODO ideally this would not be listed explicitly. Rather, we would have | 684 # TODO ideally this would not be listed explicitly. Rather, we would have |
682 # different categories of .idl files that produce certain patterns of | 685 # different categories of .idl files that produce certain patterns of |
683 # source files. Then these sources files can be programatically expanded | 686 # source files. Then these sources files can be programatically expanded |
684 # from the .idl file list(s). | 687 # from the .idl file list(s). |
685 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.cpp", | 688 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.cpp", |
686 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.h", | 689 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.h", |
| 690 "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.cpp", |
| 691 "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.h", |
| 692 "$blink_modules_output_dir/background_fetch/IconDefinition.cpp", |
| 693 "$blink_modules_output_dir/background_fetch/IconDefinition.h", |
687 "$blink_modules_output_dir/background_sync/SyncEventInit.cpp", | 694 "$blink_modules_output_dir/background_sync/SyncEventInit.cpp", |
688 "$blink_modules_output_dir/background_sync/SyncEventInit.h", | 695 "$blink_modules_output_dir/background_sync/SyncEventInit.h", |
689 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.cpp", | 696 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.cpp", |
690 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.h", | 697 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.h", |
691 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.cpp", | 698 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.cpp", |
692 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.h", | 699 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.h", |
693 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.cpp", | 700 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.cpp", |
694 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.h", | 701 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.h", |
695 "$blink_modules_output_dir/canvas2d/CanvasRenderingContext2DSettings.cpp", | 702 "$blink_modules_output_dir/canvas2d/CanvasRenderingContext2DSettings.cpp", |
696 "$blink_modules_output_dir/canvas2d/CanvasRenderingContext2DSettings.h", | 703 "$blink_modules_output_dir/canvas2d/CanvasRenderingContext2DSettings.h", |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 997 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
991 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 998 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
992 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 999 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
993 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1000 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
994 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1001 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
995 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1002 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
996 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1003 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
997 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1004 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
998 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1005 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
999 ] | 1006 ] |
OLD | NEW |