Index: mojo/cc/BUILD.gn |
diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn |
index 1a78c01090026fa4b9b3d6c3bd68aaf52f0966d5..113148dd24602371b4401eb28b88a9e082c00a4d 100644 |
--- a/mojo/cc/BUILD.gn |
+++ b/mojo/cc/BUILD.gn |
@@ -8,11 +8,15 @@ source_set("cc") { |
"//base", |
"//cc", |
"//cc/surfaces", |
- "//skia", |
+ "//cc/surfaces:surface_id", |
"//gpu/command_buffer/client:gles2_implementation", |
+ "//gpu/command_buffer/client:gles2_interface", |
"//mojo/converters/surfaces", |
- "//mojo/public/gles2:for_shared_library", |
+ "//mojo/public/c/gles2", |
+ "//mojo/public/cpp/environment", |
+ "//mojo/public/cpp/system", |
"//mojo/services/public/interfaces/surfaces", |
+ "//skia", |
] |
sources = [ |