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

Unified Diff: third_party/WebKit/Source/modules/accessibility/BUILD.gn

Issue 2745713002: WIP: Modified AXPosition to work with objects with both embedded object characters and text. (Closed)
Patch Set: Simplified and cleaned up selection code in Blink > Accessibility. 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: third_party/WebKit/Source/modules/accessibility/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/accessibility/BUILD.gn b/third_party/WebKit/Source/modules/accessibility/BUILD.gn
index 44b6d1b17f9a4b7d3739f25724cbb85617f6f374..cd72f2e2c5839a3b69ef6008be49504e56007fdc 100644
--- a/third_party/WebKit/Source/modules/accessibility/BUILD.gn
+++ b/third_party/WebKit/Source/modules/accessibility/BUILD.gn
@@ -44,6 +44,8 @@ blink_modules_sources("accessibility") {
"AXProgressIndicator.h",
"AXRadioInput.cpp",
"AXRadioInput.h",
+ "AXRange.cpp",
+ "AXRange.h",
"AXSVGRoot.cpp",
"AXSVGRoot.h",
"AXSlider.cpp",

Powered by Google App Engine
This is Rietveld 408576698