Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2745573002: Implement the events for Background Fetch (Closed)
Patch Set: more webexposed tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/BackgroundFetchClickEvent.idl",
45 "background_fetch/BackgroundFetchEvent.idl",
46 "background_fetch/BackgroundFetchFailEvent.idl",
44 "background_fetch/BackgroundFetchManager.idl", 47 "background_fetch/BackgroundFetchManager.idl",
45 "background_fetch/BackgroundFetchRegistration.idl", 48 "background_fetch/BackgroundFetchRegistration.idl",
49 "background_fetch/BackgroundFetchedEvent.idl",
46 "background_sync/SyncEvent.idl", 50 "background_sync/SyncEvent.idl",
47 "background_sync/SyncManager.idl", 51 "background_sync/SyncManager.idl",
48 "battery/BatteryManager.idl", 52 "battery/BatteryManager.idl",
49 "bluetooth/Bluetooth.idl", 53 "bluetooth/Bluetooth.idl",
50 "bluetooth/BluetoothDevice.idl", 54 "bluetooth/BluetoothDevice.idl",
51 "bluetooth/BluetoothCharacteristicProperties.idl", 55 "bluetooth/BluetoothCharacteristicProperties.idl",
52 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", 56 "bluetooth/BluetoothRemoteGATTCharacteristic.idl",
53 "bluetooth/BluetoothRemoteGATTDescriptor.idl", 57 "bluetooth/BluetoothRemoteGATTDescriptor.idl",
54 "bluetooth/BluetoothRemoteGATTServer.idl", 58 "bluetooth/BluetoothRemoteGATTServer.idl",
55 "bluetooth/BluetoothRemoteGATTService.idl", 59 "bluetooth/BluetoothRemoteGATTService.idl",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "webusb/USBIsochronousInTransferResult.idl", 390 "webusb/USBIsochronousInTransferResult.idl",
387 "webusb/USBIsochronousOutTransferPacket.idl", 391 "webusb/USBIsochronousOutTransferPacket.idl",
388 "webusb/USBIsochronousOutTransferResult.idl", 392 "webusb/USBIsochronousOutTransferResult.idl",
389 "webusb/USBOutTransferResult.idl", 393 "webusb/USBOutTransferResult.idl",
390 ], 394 ],
391 "abspath") 395 "abspath")
392 396
393 modules_dictionary_idl_files = 397 modules_dictionary_idl_files =
394 get_path_info([ 398 get_path_info([
395 "app_banner/BeforeInstallPromptEventInit.idl", 399 "app_banner/BeforeInstallPromptEventInit.idl",
400 "background_fetch/BackgroundFetchClickEventInit.idl",
401 "background_fetch/BackgroundFetchEventInit.idl",
402 "background_fetch/BackgroundFetchFailEventInit.idl",
396 "background_fetch/BackgroundFetchOptions.idl", 403 "background_fetch/BackgroundFetchOptions.idl",
404 "background_fetch/BackgroundFetchedEventInit.idl",
397 "background_fetch/IconDefinition.idl", 405 "background_fetch/IconDefinition.idl",
398 "background_sync/SyncEventInit.idl", 406 "background_sync/SyncEventInit.idl",
399 "bluetooth/BluetoothScanFilterInit.idl", 407 "bluetooth/BluetoothScanFilterInit.idl",
400 "bluetooth/RequestDeviceOptions.idl", 408 "bluetooth/RequestDeviceOptions.idl",
401 "cachestorage/CacheQueryOptions.idl", 409 "cachestorage/CacheQueryOptions.idl",
402 "canvas2d/CanvasRenderingContext2DSettings.idl", 410 "canvas2d/CanvasRenderingContext2DSettings.idl",
403 "canvas2d/HitRegionOptions.idl", 411 "canvas2d/HitRegionOptions.idl",
404 "credentialmanager/CredentialData.idl", 412 "credentialmanager/CredentialData.idl",
405 "credentialmanager/CredentialRequestOptions.idl", 413 "credentialmanager/CredentialRequestOptions.idl",
406 "credentialmanager/FederatedCredentialData.idl", 414 "credentialmanager/FederatedCredentialData.idl",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "webusb/USBDeviceFilter.idl", 560 "webusb/USBDeviceFilter.idl",
553 "webusb/USBDeviceRequestOptions.idl", 561 "webusb/USBDeviceRequestOptions.idl",
554 ], 562 ],
555 "abspath") 563 "abspath")
556 564
557 # 'partial interface' or target (right side of) 'implements' 565 # 'partial interface' or target (right side of) 'implements'
558 modules_dependency_idl_files = 566 modules_dependency_idl_files =
559 get_path_info( 567 get_path_info(
560 [ 568 [
561 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl", 569 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
570 "background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl",
562 "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl", 571 "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",
563 "background_sync/ServiceWorkerGlobalScopeSync.idl", 572 "background_sync/ServiceWorkerGlobalScopeSync.idl",
564 "background_sync/ServiceWorkerRegistrationSync.idl", 573 "background_sync/ServiceWorkerRegistrationSync.idl",
565 "battery/NavigatorBattery.idl", 574 "battery/NavigatorBattery.idl",
566 "beacon/NavigatorBeacon.idl", 575 "beacon/NavigatorBeacon.idl",
567 "bluetooth/NavigatorBluetooth.idl", 576 "bluetooth/NavigatorBluetooth.idl",
568 "budget/NavigatorBudget.idl", 577 "budget/NavigatorBudget.idl",
569 "budget/WorkerNavigatorBudget.idl", 578 "budget/WorkerNavigatorBudget.idl",
570 "cachestorage/WindowCacheStorage.idl", 579 "cachestorage/WindowCacheStorage.idl",
571 "cachestorage/WorkerCacheStorage.idl", 580 "cachestorage/WorkerCacheStorage.idl",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 modules_static_dependency_idl_files + modules_generated_dependency_idl_files 689 modules_static_dependency_idl_files + modules_generated_dependency_idl_files
681 690
682 # Source files generated from IDL. 691 # Source files generated from IDL.
683 generated_modules_dictionary_files = [ 692 generated_modules_dictionary_files = [
684 # TODO ideally this would not be listed explicitly. Rather, we would have 693 # TODO ideally this would not be listed explicitly. Rather, we would have
685 # different categories of .idl files that produce certain patterns of 694 # different categories of .idl files that produce certain patterns of
686 # source files. Then these sources files can be programatically expanded 695 # source files. Then these sources files can be programatically expanded
687 # from the .idl file list(s). 696 # from the .idl file list(s).
688 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.cpp", 697 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.cpp",
689 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.h", 698 "$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.h",
699 "$blink_modules_output_dir/background_fetch/BackgroundFetchClickEventInit.cpp" ,
700 "$blink_modules_output_dir/background_fetch/BackgroundFetchClickEventInit.h",
701 "$blink_modules_output_dir/background_fetch/BackgroundFetchEventInit.cpp",
702 "$blink_modules_output_dir/background_fetch/BackgroundFetchEventInit.h",
703 "$blink_modules_output_dir/background_fetch/BackgroundFetchFailEventInit.cpp",
704 "$blink_modules_output_dir/background_fetch/BackgroundFetchFailEventInit.h",
690 "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.cpp", 705 "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.cpp",
691 "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.h", 706 "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.h",
707 "$blink_modules_output_dir/background_fetch/BackgroundFetchedEventInit.cpp",
708 "$blink_modules_output_dir/background_fetch/BackgroundFetchedEventInit.h",
692 "$blink_modules_output_dir/background_fetch/IconDefinition.cpp", 709 "$blink_modules_output_dir/background_fetch/IconDefinition.cpp",
693 "$blink_modules_output_dir/background_fetch/IconDefinition.h", 710 "$blink_modules_output_dir/background_fetch/IconDefinition.h",
694 "$blink_modules_output_dir/background_sync/SyncEventInit.cpp", 711 "$blink_modules_output_dir/background_sync/SyncEventInit.cpp",
695 "$blink_modules_output_dir/background_sync/SyncEventInit.h", 712 "$blink_modules_output_dir/background_sync/SyncEventInit.h",
696 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.cpp", 713 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.cpp",
697 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.h", 714 "$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.h",
698 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.cpp", 715 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.cpp",
699 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.h", 716 "$blink_modules_output_dir/bluetooth/RequestDeviceOptions.h",
700 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.cpp", 717 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.cpp",
701 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.h", 718 "$blink_modules_output_dir/cachestorage/CacheQueryOptions.h",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1014 "$blink_modules_output_dir/websockets/CloseEventInit.h",
998 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1015 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
999 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1016 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1000 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1017 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1001 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1018 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1002 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1019 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1003 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1020 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1004 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1021 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1005 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1022 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1006 ] 1023 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698