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

Unified Diff: extensions/browser/mojo/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: extensions/browser/mojo/BUILD.gn
diff --git a/extensions/browser/mojo/BUILD.gn b/extensions/browser/mojo/BUILD.gn
index a45a19069434212e417b1f781ce1dae857fc53e7..6c63ed1cb4f7b4c04c3794ed58ba3f3d34fcc4b8 100644
--- a/extensions/browser/mojo/BUILD.gn
+++ b/extensions/browser/mojo/BUILD.gn
@@ -11,6 +11,7 @@ source_set("mojo") {
]
deps = [
+ "//content/public/browser",
"//extensions/common:mojo",
"//services/shell/public/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698