Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 15d7fd2e8bf652fe4a404b0e4b45aeb972093dda..b87411de670e69e6bcb689517eb78b29980146e0 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -62,6 +62,7 @@ group("root") { |
"//ui/events", |
"//ui/gfx", |
"//ui/resources", |
+ "//ui/surface", |
"//url", |
] |
@@ -84,6 +85,8 @@ group("root") { |
"//ui/base:ui_base", |
"//ui/events", |
"//ui/gfx", |
+ "//ui/surface", # TODO(brettw): Skia does not build on Android yet. |
+ # Re-enable this when skia is fixed. |
] |
} |
} |