Index: mojo/public/gles2/BUILD.gn |
diff --git a/mojo/public/gles2/BUILD.gn b/mojo/public/gles2/BUILD.gn |
index de5f7076202f800ff19df0db1ae63c5d24e0818b..8380e89163d5477c3128849175ad49d77b58b23c 100644 |
--- a/mojo/public/gles2/BUILD.gn |
+++ b/mojo/public/gles2/BUILD.gn |
@@ -35,6 +35,11 @@ static_library("gles2") { |
"gles2_interface.h", |
] |
+ deps = [ |
+ "//mojo/public/c/environment", |
+ "//mojo/public/c/system:headers", |
+ ] |
+ |
if (is_mac) { |
# TODO(GYP): Make it a run-path dependent library. |
# 'DYLIB_INSTALL_NAME_BASE': '@loader_path', |