Index: mojo/examples/keyboard/BUILD.gn |
diff --git a/mojo/examples/keyboard/BUILD.gn b/mojo/examples/keyboard/BUILD.gn |
index 99cdd0c5fad203f99f202d97b10aaf963dd7fd8c..fb3e726b1852b5591995b65d6454f54fff20c03d 100644 |
--- a/mojo/examples/keyboard/BUILD.gn |
+++ b/mojo/examples/keyboard/BUILD.gn |
@@ -3,7 +3,6 @@ |
# found in the LICENSE file. |
import("//build/config/ui.gni") |
-import("//mojo/system.gni") |
import("//mojo/public/tools/bindings/mojom.gni") |
assert(use_aura) |
@@ -28,6 +27,7 @@ shared_library("keyboard") { |
"//mojo/application", |
"//mojo/aura", |
"//mojo/common", |
+ "//mojo/public/c/system:for_shared_library", |
"//mojo/services/public/cpp/geometry", |
"//mojo/services/public/cpp/input_events", |
"//mojo/services/public/cpp/view_manager", |
@@ -45,7 +45,7 @@ shared_library("keyboard") { |
"//ui/resources:ui_test_pak", |
"//ui/views", |
"//url", |
- ] + mojo_system_for_shared_library |
+ ] |
} |
# GYP version: mojo/mojo_examples.gypi:mojo_keyboard_bindings |