Index: mojo/examples/dbus_echo/BUILD.gn |
diff --git a/mojo/examples/dbus_echo/BUILD.gn b/mojo/examples/dbus_echo/BUILD.gn |
index ee9ce4182b02f74f7568092f03bf137ae2848fcc..a06cd645d0c7c633bbf2dde9364eb4d42833567e 100644 |
--- a/mojo/examples/dbus_echo/BUILD.gn |
+++ b/mojo/examples/dbus_echo/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") |
- |
group("dbus_echo") { |
deps = [ |
":dbus_echo_app", |
@@ -22,10 +20,11 @@ shared_library("dbus_echo_app") { |
deps = [ |
"//base", |
"//mojo/application", |
+ "//mojo/public/c/system:for_shared_library", |
"//mojo/public/cpp/bindings", |
"//mojo/public/cpp/utility", |
"//mojo/examples/echo:bindings", |
- ] + mojo_system_for_shared_library |
+ ] |
} |
# GYP version: mojo/mojo_examples.gypi:mojo_dbus_echo_service |