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

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

Issue 2736143003: Introduce the Background Fetch module. (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
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/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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 "webusb/USBDeviceFilter.idl", 549 "webusb/USBDeviceFilter.idl",
549 "webusb/USBDeviceRequestOptions.idl", 550 "webusb/USBDeviceRequestOptions.idl",
550 ], 551 ],
551 "abspath") 552 "abspath")
552 553
553 # 'partial interface' or target (right side of) 'implements' 554 # 'partial interface' or target (right side of) 'implements'
554 modules_dependency_idl_files = 555 modules_dependency_idl_files =
555 get_path_info( 556 get_path_info(
556 [ 557 [
557 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl", 558 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
559 "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",
558 "background_sync/ServiceWorkerGlobalScopeSync.idl", 560 "background_sync/ServiceWorkerGlobalScopeSync.idl",
559 "background_sync/ServiceWorkerRegistrationSync.idl", 561 "background_sync/ServiceWorkerRegistrationSync.idl",
560 "battery/NavigatorBattery.idl", 562 "battery/NavigatorBattery.idl",
561 "beacon/NavigatorBeacon.idl", 563 "beacon/NavigatorBeacon.idl",
562 "bluetooth/NavigatorBluetooth.idl", 564 "bluetooth/NavigatorBluetooth.idl",
563 "budget/NavigatorBudget.idl", 565 "budget/NavigatorBudget.idl",
564 "budget/WorkerNavigatorBudget.idl", 566 "budget/WorkerNavigatorBudget.idl",
565 "cachestorage/WindowCacheStorage.idl", 567 "cachestorage/WindowCacheStorage.idl",
566 "cachestorage/WorkerCacheStorage.idl", 568 "cachestorage/WorkerCacheStorage.idl",
567 "canvas/HTMLCanvasElementModule.idl", 569 "canvas/HTMLCanvasElementModule.idl",
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 "$blink_modules_output_dir/websockets/CloseEventInit.h", 990 "$blink_modules_output_dir/websockets/CloseEventInit.h",
989 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 991 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
990 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 992 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
991 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 993 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
992 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 994 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
993 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 995 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
994 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 996 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
995 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 997 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
996 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 998 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
997 ] 999 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698