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

Unified Diff: services/debugger/BUILD.gn

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 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: services/debugger/BUILD.gn
diff --git a/services/debugger/BUILD.gn b/services/debugger/BUILD.gn
index 0e78eb5cabb2cd3b0c5f476ca82f38646e7343d8..7be1e75685237380f9a22c1cc4eac11118b71a2f 100644
--- a/services/debugger/BUILD.gn
+++ b/services/debugger/BUILD.gn
@@ -21,8 +21,8 @@ mojo_native_application("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/http_server/cpp",
+ "//mojo/services/http_server/interfaces",
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/interfaces",
"//mojo/services/window_manager/public/interfaces",
« no previous file with comments | « mojo/services/window_manager/public/interfaces/window_manager_internal.mojom ('k') | services/debugger/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698