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

Unified Diff: mojo/aura/BUILD.gn

Issue 554363005: GN: Replace mojo/system.gni with forwarding groups (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
« no previous file with comments | « mojo/apps/js/bindings/gl/BUILD.gn ('k') | mojo/cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « mojo/apps/js/bindings/gl/BUILD.gn ('k') | mojo/cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698