Index: mojo/aura/BUILD.gn |
diff --git a/mojo/aura/BUILD.gn b/mojo/aura/BUILD.gn |
index 044fc35bfddbddf582319061f20c81277c0cd454..eb27d20155f5dcf72cee65e4a8610cc417acf72d 100644 |
--- a/mojo/aura/BUILD.gn |
+++ b/mojo/aura/BUILD.gn |
@@ -2,8 +2,6 @@ |
# 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_aura_support |
source_set("aura") { |
sources = [ |
@@ -28,9 +26,10 @@ source_set("aura") { |
"//ui/gl", |
"//webkit/common/gpu", |
"//mojo/cc", |
- "//mojo/services/public/interfaces/native_viewport", |
+ "//mojo/public/gles2:for_shared_library", |
"//mojo/services/public/cpp/view_manager", |
- ] + mojo_gles2_for_shared_library |
+ "//mojo/services/public/interfaces/native_viewport", |
+ ] |
forward_dependent_configs_from = [ |
"//mojo/services/public/cpp/view_manager", |