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

Unified Diff: components/exo/BUILD.gn

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: Experimental changes Created 3 years, 10 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: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 1250c400cebeead6d0f276a5a9bd2110c291eaa8..d8973eb2f5c0509b4acc12af4444099bdfcf229d 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -60,6 +60,7 @@ source_set("exo") {
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
"//skia",
+ "//ui/accessibility",
"//ui/aura",
"//ui/compositor",
"//ui/display/manager",
@@ -139,6 +140,7 @@ source_set("unit_tests") {
"//skia",
"//testing/gmock",
"//testing/gtest",
+ "//ui/accessibility:accessibility",
"//ui/aura",
"//ui/events:dom_keycode_converter",
"//ui/events:test_support",

Powered by Google App Engine
This is Rietveld 408576698