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

Unified Diff: mojo/examples/echo/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/demo_launcher/BUILD.gn ('k') | mojo/examples/embedded_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/echo/BUILD.gn
diff --git a/mojo/examples/echo/BUILD.gn b/mojo/examples/echo/BUILD.gn
index b1e79b6860ee76996a6b9b7f2d22f04b9c6391f7..0f518b4f2694d007252be488f3088a8296f70ed2 100644
--- a/mojo/examples/echo/BUILD.gn
+++ b/mojo/examples/echo/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
-import("//mojo/system.gni")
group("echo") {
deps = [
@@ -18,11 +17,11 @@ shared_library("client") {
deps = [
":bindings",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
]
- deps += mojo_system_for_shared_library
sources = [ "echo_client.cc" ]
}
@@ -33,11 +32,11 @@ shared_library("service") {
deps = [
":bindings",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
]
- deps += mojo_system_for_shared_library
sources = [ "echo_service.cc" ]
}
« no previous file with comments | « mojo/examples/demo_launcher/BUILD.gn ('k') | mojo/examples/embedded_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698