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

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: Address Ben's comment. 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') | 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 f0e075215e0313c0e75fcadec87d1993247bde78..be369e1dd7a156d1367ca69af3ef8a35e9d84642 100644
--- a/sky/tools/debugger/BUILD.gn
+++ b/sky/tools/debugger/BUILD.gn
@@ -30,8 +30,8 @@ mojo_native_application("sky_debugger") {
"//mojo/public/cpp/system",
"//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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698