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

Unified Diff: mojo/examples/browser/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/examples/aura_demo/BUILD.gn ('k') | mojo/examples/compositor_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/browser/BUILD.gn
diff --git a/mojo/examples/browser/BUILD.gn b/mojo/examples/browser/BUILD.gn
index a522180eac336eb69e13f4046c4a81525ec7cba0..2a629136c8e8d4de83ebf1c7c34c7fac83e53145 100644
--- a/mojo/examples/browser/BUILD.gn
+++ b/mojo/examples/browser/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
-import("//mojo/system.gni")
assert(use_aura)
@@ -22,6 +21,7 @@ shared_library("browser") {
"//mojo/aura",
"//mojo/common",
"//mojo/examples/window_manager:bindings",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/services/public/cpp/geometry",
"//mojo/services/public/cpp/input_events",
"//mojo/services/public/cpp/view_manager",
@@ -39,5 +39,5 @@ shared_library("browser") {
"//ui/resources",
"//ui/views",
"//url",
- ] + mojo_system_for_shared_library
+ ]
}
« no previous file with comments | « mojo/examples/aura_demo/BUILD.gn ('k') | mojo/examples/compositor_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698