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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2751503002: Revert of 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 a8a8b23614e2428ee463c05d53dace6532e17193..06a95cc9e6e5f65a7051eda4a44e79ed95c502e4 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -97,15 +97,6 @@
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