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

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

Issue 2750533006: Initial skeleton of Accessibility Object Model Phase 1 (Closed)
Patch Set: 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 21 matching lines...) Expand all
32 # to each interface. 32 # to each interface.
33 modules_core_global_constructors_generated_idl_files = process_file_template( 33 modules_core_global_constructors_generated_idl_files = process_file_template(
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 "accessibility/AccessibleNode.idl",
42 "app_banner/AppBannerPromptResult.idl", 43 "app_banner/AppBannerPromptResult.idl",
43 "app_banner/BeforeInstallPromptEvent.idl", 44 "app_banner/BeforeInstallPromptEvent.idl",
44 "background_fetch/BackgroundFetchClickEvent.idl", 45 "background_fetch/BackgroundFetchClickEvent.idl",
45 "background_fetch/BackgroundFetchEvent.idl", 46 "background_fetch/BackgroundFetchEvent.idl",
46 "background_fetch/BackgroundFetchFailEvent.idl", 47 "background_fetch/BackgroundFetchFailEvent.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/BackgroundFetchRequest.idl",
50 "background_fetch/BackgroundFetchSettledRequest.idl", 51 "background_fetch/BackgroundFetchSettledRequest.idl",
51 "background_fetch/BackgroundFetchedEvent.idl", 52 "background_fetch/BackgroundFetchedEvent.idl",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "webusb/USBControlTransferParameters.idl", 562 "webusb/USBControlTransferParameters.idl",
562 "webusb/USBDeviceFilter.idl", 563 "webusb/USBDeviceFilter.idl",
563 "webusb/USBDeviceRequestOptions.idl", 564 "webusb/USBDeviceRequestOptions.idl",
564 ], 565 ],
565 "abspath") 566 "abspath")
566 567
567 # 'partial interface' or target (right side of) 'implements' 568 # 'partial interface' or target (right side of) 'implements'
568 modules_dependency_idl_files = 569 modules_dependency_idl_files =
569 get_path_info( 570 get_path_info(
570 [ 571 [
572 "accessibility/ElementAccessibleNode.idl",
571 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl", 573 "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
572 "background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl", 574 "background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl",
573 "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl", 575 "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",
574 "background_sync/ServiceWorkerGlobalScopeSync.idl", 576 "background_sync/ServiceWorkerGlobalScopeSync.idl",
575 "background_sync/ServiceWorkerRegistrationSync.idl", 577 "background_sync/ServiceWorkerRegistrationSync.idl",
576 "battery/NavigatorBattery.idl", 578 "battery/NavigatorBattery.idl",
577 "beacon/NavigatorBeacon.idl", 579 "beacon/NavigatorBeacon.idl",
578 "bluetooth/NavigatorBluetooth.idl", 580 "bluetooth/NavigatorBluetooth.idl",
579 "budget/NavigatorBudget.idl", 581 "budget/NavigatorBudget.idl",
580 "budget/WorkerNavigatorBudget.idl", 582 "budget/WorkerNavigatorBudget.idl",
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1018 "$blink_modules_output_dir/websockets/CloseEventInit.h",
1017 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1019 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
1018 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1020 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1019 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1021 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1020 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1022 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1021 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1023 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1022 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1024 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1023 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1025 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1024 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1026 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1025 ] 1027 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698