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

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

Issue 690363002: Make clicking links work in SkyDB (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
« no previous file with comments | « no previous file | sky/tools/debugger/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/BUILD.gn
diff --git a/sky/tools/debugger/BUILD.gn b/sky/tools/debugger/BUILD.gn
index 1efddf46f901076ffd15cd4317036a7841bd851c..199269cc46c2cf1ebed6e0786cc7fc71761604d6 100644
--- a/sky/tools/debugger/BUILD.gn
+++ b/sky/tools/debugger/BUILD.gn
@@ -16,8 +16,12 @@ group("debugger") {
shared_library("sky_debugger") {
sources = [
"debugger.cc",
+ "debugger.h",
"focus_rules.cc",
"focus_rules.h",
+ "main.cc",
+ "navigator_host_impl.cc",
+ "navigator_host_impl.h",
]
deps = [
@@ -30,6 +34,7 @@ shared_library("sky_debugger") {
"//mojo/public/cpp/utility",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/input_events:input_events",
+ "//mojo/services/public/interfaces/navigation",
"//mojo/services/window_manager:lib",
"//sky/viewer:bindings",
"//ui/aura:aura",
« no previous file with comments | « no previous file | sky/tools/debugger/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698