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

Unified Diff: content/public/browser/BUILD.gn

Issue 2410333005: Create AXAction and AXActionData as a way to simplify accessibility actions (Closed)
Patch Set: Fix Android compile 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
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 9813c673982d16dcb48c3080f8e410ef5da65e51..3a031226d0161157f05f7a76a3cc488f4bad15a8 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -287,6 +287,7 @@ source_set("browser_sources") {
# We expose skia headers in the public API.
"//skia",
"//third_party/WebKit/public:mojo_bindings",
+ "//ui/accessibility:ax_gen",
]
deps = [
"//cc",

Powered by Google App Engine
This is Rietveld 408576698