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

Unified Diff: services/http_server/BUILD.gn

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies 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
« no previous file with comments | « services/debugger/debugger.cc ('k') | services/http_server/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/BUILD.gn
diff --git a/services/http_server/BUILD.gn b/services/http_server/BUILD.gn
index 2c18747d71be45439216daac1ec35b4ac14c537c..3ac29a952055c118dd2662c3fcf9c3360163c5ae 100644
--- a/services/http_server/BUILD.gn
+++ b/services/http_server/BUILD.gn
@@ -29,7 +29,7 @@ mojo_native_application("http_server") {
"//mojo/public/cpp/utility",
"//mojo/services/http_server/cpp",
"//mojo/services/http_server/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//third_party/re2",
]
@@ -60,7 +60,7 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/system",
"//mojo/services/http_server/cpp",
"//mojo/services/http_server/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
]
data_deps = [ ":http_server($default_toolchain)" ]
« no previous file with comments | « services/debugger/debugger.cc ('k') | services/http_server/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698