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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 543de2959a212ff01aabd05072602c862fd23bb0..87293a13e2e6d9fc7ae0e852d85c8b4349fecd07 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -39,6 +39,7 @@ modules_global_constructors_generated_idl_files = process_file_template(
modules_idl_files =
get_path_info([
+ "accessibility/AccessibleNode.idl",
"app_banner/AppBannerPromptResult.idl",
"app_banner/BeforeInstallPromptEvent.idl",
"background_fetch/BackgroundFetchClickEvent.idl",
@@ -568,6 +569,7 @@ modules_dictionary_idl_files =
modules_dependency_idl_files =
get_path_info(
[
+ "accessibility/ElementAccessibleNode.idl",
"audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
"background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl",
"background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",

Powered by Google App Engine
This is Rietveld 408576698