Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 133a94ffb898f2d3fc65ef7dd0e5430631bbdc8e..2e50210f8befdccb85b15156c7325faf9547b6f9 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -69,6 +69,7 @@ group("root") { |
"//third_party/libusb", |
"//third_party/libwebm", |
"//third_party/libwebp", |
+ "//third_party/libxslt", |
"//third_party/libyuv", |
"//third_party/mesa", |
"//third_party/ots", |
@@ -137,6 +138,10 @@ group("root") { |
"//ppapi:ppapi_c", |
"//sandbox", |
"//third_party/libusb", |
+ |
+ # Seems to not be compiled on Android. Otherwise it will need a config.h. |
+ "//third_party/libxslt", |
+ |
"//tools/gn", |
"//ui/aura", |