Index: sky/tools/debugger/BUILD.gn |
diff --git a/sky/tools/debugger/BUILD.gn b/sky/tools/debugger/BUILD.gn |
index 75063e29e9d2afec2f2234c121a567924e37e850..1efddf46f901076ffd15cd4317036a7841bd851c 100644 |
--- a/sky/tools/debugger/BUILD.gn |
+++ b/sky/tools/debugger/BUILD.gn |
@@ -29,8 +29,11 @@ shared_library("sky_debugger") { |
"//mojo/public/cpp/bindings", |
"//mojo/public/cpp/utility", |
"//mojo/services/public/cpp/view_manager", |
+ "//mojo/services/public/interfaces/input_events:input_events", |
"//mojo/services/window_manager:lib", |
"//sky/viewer:bindings", |
+ "//ui/aura:aura", |
+ "//ui/wm:wm", |
":bindings", |
] |
} |