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

Unified Diff: sky/tools/debugger/BUILD.gn

Issue 663483006: Fix sky to pass 'gn check' (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698