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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2742533003: Add a window property to associate RWHVA with its child AX tree ID (Closed)
Patch Set: Rename to SetMainFrameAXTreeID 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
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 87949d7509e3c683738d015ff9c1cfb572084659..85c952ec4caf9481b6ba306ceec1a395075d3d2f 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -95,6 +95,13 @@ component("accessibility") {
configs += [ "//build/config/linux:glib" ]
}
}
+
+ if (use_aura) {
+ sources += [
+ "platform/aura_window_properties.cc",
+ "platform/aura_window_properties.h",
+ ]
+ }
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698