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

Unified Diff: third_party/WebKit/Source/core/core_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/core/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index 5f02fc6de77612170d1e105b33224c0bb1185b53..e3c80bd4314ff8baa945bda4bf649d0ce15e8b25 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -111,7 +111,6 @@ core_idl_files = get_path_info([
"dom/Document.idl",
"dom/DocumentFragment.idl",
"dom/DocumentType.idl",
- "dom/Element.idl",
"dom/Float32Array.idl",
"dom/Float64Array.idl",
"dom/FrameRequestCallback.idl",
@@ -431,6 +430,7 @@ core_idl_files = get_path_info([
core_idl_with_modules_dependency_files =
get_path_info([
"clipboard/DataTransferItem.idl",
+ "dom/Element.idl",
"dom/URL.idl",
"frame/Navigator.idl",
"frame/Screen.idl",

Powered by Google App Engine
This is Rietveld 408576698