Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: mojo/public/gles2/BUILD.gn

Issue 599283003: Make gn check //mojo/public/* pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698