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

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: Fixed another skia dependency Created 4 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: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 64c008d4b19df5b1f73b77b6dbae3f01a19a3051..58b9b320674ad779bbe9f1bdbf1e2bf5999bd148 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -74,6 +74,7 @@ component("accessibility") {
public_deps = [
":ax_gen",
"//base",
+ "//skia",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -140,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