Index: mojo/cc/BUILD.gn |
diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn |
index 415bf448ca55014e6caeb3d1311e820ebbdc0a53..66ebae62e7007d92a871c4648715a2a83badb761 100644 |
--- a/mojo/cc/BUILD.gn |
+++ b/mojo/cc/BUILD.gn |
@@ -2,14 +2,16 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//mojo/system.gni") |
+ |
+# GYP version: mojo/mojo.gyp:mojo_cc_support |
source_set("cc") { |
deps = [ |
"//base", |
"//cc", |
"//skia", |
"//gpu/command_buffer/client:gles2_implementation", |
- "//mojo/public/gles2", |
- ] |
+ ] + mojo_gles2_for_shared_library |
sources = [ |
"context_provider_mojo.cc", |