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

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

Issue 930903002: Switch skydb to services/http_server. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/debugger.cc » ('j') | sky/tools/debugger/debugger.cc » ('J')
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 f0e075215e0313c0e75fcadec87d1993247bde78..475cd40d933c4841aae391448b2ac48d14893b84 100644
--- a/sky/tools/debugger/BUILD.gn
+++ b/sky/tools/debugger/BUILD.gn
@@ -31,7 +31,8 @@ mojo_native_application("sky_debugger") {
"//mojo/public/cpp/utility",
"//mojo/services/window_manager/public/interfaces",
"//net",
- "//net:http_server",
+ "//services/http_server/public",
+ "//services/http_server/public:util",
"//services/tracing:bindings",
"//sky/viewer:bindings",
]
« no previous file with comments | « no previous file | sky/tools/debugger/debugger.cc » ('j') | sky/tools/debugger/debugger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698