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

Unified Diff: mojo/services/public/cpp/surfaces/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/services/public/cpp/input_events/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/surfaces/BUILD.gn
diff --git a/mojo/services/public/cpp/surfaces/BUILD.gn b/mojo/services/public/cpp/surfaces/BUILD.gn
index 3001e2e4cdb9c27343f5904784fecb00079f0b53..f1c35f75c15ae79c7fce68f3b20490fd39f8313a 100644
--- a/mojo/services/public/cpp/surfaces/BUILD.gn
+++ b/mojo/services/public/cpp/surfaces/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_services.gypi:mojo_surfaces_lib
component("surfaces") {
output_name = "mojo_surfaces_lib"
@@ -15,9 +13,10 @@ component("surfaces") {
"//ui/gfx",
"//ui/gfx/geometry",
"//mojo/environment:chromium",
+ "//mojo/public/c/system:for_component",
"//mojo/services/public/interfaces/surfaces",
"//mojo/services/public/cpp/geometry",
- ] + mojo_system_for_component
+ ]
forward_dependent_configs_from = [
"//mojo/services/public/cpp/geometry",
« no previous file with comments | « mojo/services/public/cpp/input_events/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698