Index: ui/snapshot/BUILD.gn |
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn |
index cfbb5d5f1b8c36667bb55a5dd82968848e6b4a1b..b93fc6f86b29518ae073e1af7fe6ecab10fe2f82 100644 |
--- a/ui/snapshot/BUILD.gn |
+++ b/ui/snapshot/BUILD.gn |
@@ -30,6 +30,10 @@ component("snapshot") { |
"//ui/gfx/geometry", |
] |
+ if (is_android) { |
+ deps += [ "//ui/android" ] |
+ } |
+ |
if (use_aura || is_android) { |
deps += [ |
"//cc", |