Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 00197e679b3a4d7fa3098b65fc31746a56508697..f126cc959e017466d8f0240ac0e15a5b9c1c32d2 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -48,4 +48,15 @@ group("root") { |
"//ui/gfx/geometry", |
"//url", |
] |
+ |
+ if (is_android) { |
+ deps -= [ |
+ "//skia", |
+ "//third_party/freetype2", |
+ "//third_party/libusb", |
+ "//tools/gn", |
+ "//ui/events", |
+ "//ui/gfx/geometry", |
+ ] |
+ } |
} |