| 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)" ]
|
|
|