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

Unified Diff: mojo/examples/wm_flow/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/window_manager/BUILD.gn ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/wm_flow/BUILD.gn
diff --git a/mojo/examples/wm_flow/BUILD.gn b/mojo/examples/wm_flow/BUILD.gn
index 1e1d8841a5d9f1c8cffe760bc7199ebd80489a7a..60cbdff3589540eb799b91e589af361de78395cd 100644
--- a/mojo/examples/wm_flow/BUILD.gn
+++ b/mojo/examples/wm_flow/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/ui.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-import("//mojo/system.gni")
assert(use_aura)
@@ -28,9 +27,10 @@ shared_library("wm_flow_wm") {
deps = [
"//base",
"//mojo/application",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/window_manager:lib",
- ] + mojo_system_for_shared_library
+ ]
}
# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_init
@@ -44,8 +44,9 @@ shared_library("init") {
deps = [
"//base",
"//mojo/application",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/services/public/interfaces/view_manager",
- ] + mojo_system_for_shared_library
+ ]
}
# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_app
@@ -61,9 +62,10 @@ shared_library("app") {
":embeddee_bindings",
"//base",
"//mojo/application",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/window_manager:lib",
- ] + mojo_system_for_shared_library
+ ]
}
# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_embedded
@@ -79,9 +81,10 @@ shared_library("embedded") {
":embeddee_bindings",
"//base",
"//mojo/application",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/window_manager:lib",
- ] + mojo_system_for_shared_library
+ ]
}
# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_embedder_bindings
« no previous file with comments | « mojo/examples/window_manager/BUILD.gn ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698