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

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

Issue 1012773008: Make http_server part of the sdk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Unecessary public_dep Created 5 years, 9 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 | « shell/shell_apptest.cc ('k') | 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 d0cebeaf8bec8a35c650940834784442357c7715..933e20c7739c9a83649e054c46468e4dc4518a2c 100644
--- a/sky/tools/debugger/BUILD.gn
+++ b/sky/tools/debugger/BUILD.gn
@@ -29,10 +29,10 @@ mojo_native_application("sky_debugger") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
+ "//mojo/services/http_server/public/cpp",
+ "//mojo/services/http_server/public/interfaces",
"//mojo/services/network/public/interfaces",
"//mojo/services/window_manager/public/interfaces",
- "//services/http_server/public",
- "//services/http_server/public:util",
"//services/tracing:bindings",
]
}
« no previous file with comments | « shell/shell_apptest.cc ('k') | sky/tools/debugger/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698