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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2774683002: Re-land: Add a window property to associate RWHVA with its child AX tree ID (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.h ('k') | ui/accessibility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index b13406721832b4118e20ce6b49ffe88e510eb164..adf3629d4d5fae6637488d3870558044630a0b65 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -105,6 +105,15 @@ component("accessibility") {
configs += [ "//build/config/linux:glib" ]
}
}
+
+ if (use_aura) {
+ sources += [
+ "platform/aura_window_properties.cc",
+ "platform/aura_window_properties.h",
+ ]
+
+ public_deps += [ "//ui/aura" ]
+ }
}
if (is_android) {
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.h ('k') | ui/accessibility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698