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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2940923003: a11y: Move CreateTextMarker[Range] to TextMarkerHelperMac.
Patch Set: self review Created 3 years, 6 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: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index edd89e7471b7554e9abb2ab8c19195e0f27ea98c..fac5621144b114202932e67cfac2f54ad0f5884a 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -71,6 +71,8 @@ component("accessibility") {
"platform/ax_platform_node_mac.mm",
"platform/ax_platform_node_win.cc",
"platform/ax_platform_node_win.h",
+ "platform/text_marker_helper_mac.h",
+ "platform/text_marker_helper_mac.mm",
]
}

Powered by Google App Engine
This is Rietveld 408576698