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

Unified Diff: ui/accessibility/BUILD.gn

Issue 1713723002: Implement accessibility support for CSS-transformed iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Return gfx::Rect from AccessibilityTransformToRootCoordSpace, get rid of ifdefed-out code accidenta… Created 4 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 377f53fbf79fb7870c10bd6cf0aa989b429017dc..ea39ef39e0351f06552fed268cbcb7bbcb3e041d 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -141,6 +141,7 @@ test("accessibility_unittests") {
":test_support",
"//base",
"//base/test:run_all_unittests",
+ "//skia",
"//testing/gtest",
"//ui/base",
"//ui/gfx",

Powered by Google App Engine
This is Rietveld 408576698