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

Unified Diff: content/browser/BUILD.gn

Issue 2271893002: Creates AXPosition to uniquely identify a position in the accessibility tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed some compilation errors on the Mac. Created 4 years, 2 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
« no previous file with comments | « no previous file | content/browser/accessibility/ax_platform_position.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1c6823122d15a6d14e508f185b7bc7ce6045bb1e..0dbaac9a50bd38211cd4b21feae242859e967d80 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -157,6 +157,8 @@ source_set("browser") {
"accessibility/accessibility_tree_formatter_win.cc",
"accessibility/accessibility_ui.cc",
"accessibility/accessibility_ui.h",
+ "accessibility/ax_platform_position.cc",
+ "accessibility/ax_platform_position.h",
"accessibility/ax_tree_id_registry.cc",
"accessibility/ax_tree_id_registry.h",
"accessibility/browser_accessibility.cc",
« no previous file with comments | « no previous file | content/browser/accessibility/ax_platform_position.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698